netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 nf-next 0/6] netfilter: prepare for skb->nf_bridge removal
@ 2015-04-02 12:31 Florian Westphal
  2015-04-02 12:31 ` [PATCH v2 nf-next 1/6] netfilter: bridge: don't use nf_bridge_info data to store mac header Florian Westphal
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Florian Westphal @ 2015-04-02 12:31 UTC (permalink / raw)
  To: netfilter-devel

This series prepares skb->nf_bridge pointer removal.

This is a resend without the ip_fragment changes since
its not clear to me (yet) how to resolve that.

This also means that this resend doesn't include the skb->nf_bridge
removal since the 'mtu reduction' in ip_fragment() should
be made private to bridge netfilter first.

Feedback welcome.

 include/linux/netfilter_bridge.h           |   28 +++++-
 include/linux/skbuff.h                     |    8 +
 net/bridge/br_netfilter.c                  |  127 +++++++++++++++++------------
 net/ipv4/netfilter/nf_reject_ipv4.c        |    4 
 net/ipv6/netfilter/nf_reject_ipv6.c        |    4 
 net/netfilter/ipset/ip_set_hash_netiface.c |   32 +++++--
 net/netfilter/nf_log_common.c              |    5 -
 net/netfilter/nf_queue.c                   |   18 ++--
 net/netfilter/nfnetlink_log.c              |   17 ++-
 net/netfilter/nfnetlink_queue_core.c       |   28 ++++--
 net/netfilter/xt_physdev.c                 |   34 +++++--
 11 files changed, 204 insertions(+), 101 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-04-08 17:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-02 12:31 [PATCH v2 nf-next 0/6] netfilter: prepare for skb->nf_bridge removal Florian Westphal
2015-04-02 12:31 ` [PATCH v2 nf-next 1/6] netfilter: bridge: don't use nf_bridge_info data to store mac header Florian Westphal
2015-04-02 12:31 ` [PATCH v2 nf-next 2/6] netfilter: bridge: add helpers for fetching physin/outdev Florian Westphal
2015-04-02 12:31 ` [PATCH v2 nf-next 3/6] netfilter: physdev: use helpers Florian Westphal
2015-04-02 12:31 ` [PATCH v2 nf-next 4/6] netfilter: bridge: add and use nf_bridge_info_get helper Florian Westphal
2015-04-02 12:31 ` [PATCH v2 nf-next 5/6] netfilter: bridge: start splitting mask into public/private chunks Florian Westphal
2015-04-02 12:31 ` [PATCH v2 nf-next 6/6] netfilter: bridge: make BRNF_PKT_TYPE flag a bool Florian Westphal
2015-04-08 16:47 ` [PATCH v2 nf-next 0/6] netfilter: prepare for skb->nf_bridge removal Pablo Neira Ayuso
2015-04-08 17:10   ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).