summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netfilter_hooks.c
AgeCommit message (Expand)Author
2020-11-28netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversalAntoine Tenart
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-12-09netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()Eric Dumazet
2019-09-02netfilter: bridge: Drops IPv6 packets if IPv6 module is not loadedLeonardo Bras
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2019-06-20netfilter: bridge: prevent UAF in brnf_exit_net()Christian Brauner
2019-06-17netfilter: bridge: namespace bridge netfilter sysctlsChristian Brauner
2019-06-17netfilter: bridge: port sysctls to use brnf_netChristian Brauner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-18netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long
2019-03-01netfilter: bridge: Don't sabotage nf_hook calls for an l3mdev slaveDavid Ahern
2019-01-18netfilter: physdev: relax br_netfilter dependencyFlorian Westphal
2019-01-07net: bridge: fix a bug on using a neighbour cache entry without checking its ...JianJhen Chen
2018-12-19net: convert bridge_nf to use skb extension infrastructureFlorian Westphal
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal
2018-11-08bridge: use __vlan_hwaccel helpersMichał Mirosław
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-26net: bridge: convert nf call options to bitsNikolay Aleksandrov
2018-09-20netfilter: bridge: Don't sabotage nf_hook calls from an l3mdevDavid Ahern
2018-08-03netfilter: bridge: Expose nf_tables bridge hook priorities through uapiMáté Eckl
2018-02-25netfilter: increase IPSTATS_MIB_CSUMERRORS statTaehee Yoo
2018-01-08netfilter: reduce size of hook entry point locationsFlorian Westphal
2017-08-28netfilter: convert hook list to an arrayAaron Conole
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal
2017-07-01net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-03-13bridge: drop netfilter fake rtable unconditionallyFlorian Westphal
2017-03-13netfilter: bridge: honor frag_max_size when refragmentingFlorian Westphal
2017-03-08netfilter: bridge: remove unneeded rcu_read_lockFlorian Westphal
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-12-30bridge: netfilter: Fix dropping packets that moving through bridge interfaceArtur Molchanov
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-06netfilter: convert while loops to for loopsAaron Conole
2016-12-06netfilter: introduce accessor functions for hook entriesAaron Conole
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso
2016-11-03netfilter: deprecate NF_STOPPablo Neira Ayuso
2016-11-03netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso
2016-09-25netfilter: replace list_head with single linked listAaron Conole
2016-09-24netfilter: bridge: add and use br_nf_hook_threshFlorian Westphal
2016-06-30ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani
2016-04-27net: rename IP_INC_STATS_BH()Eric Dumazet
2016-03-02netfilter: bridge: register hooks only when bridge interface is addedFlorian Westphal
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal
2015-10-12netfilter: bridge: avoid unused label warningArnd Bergmann
2015-09-30bridge: Remove br_nf_push_frag_xmit_skEric W. Biederman
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman