aboutsummaryrefslogtreecommitdiff
path: root/net/bridge/br_netfilter_hooks.c
AgeCommit message (Expand)Author
2019-04-05netfilter: physdev: relax br_netfilter dependencyFlorian Westphal
2019-01-23net: bridge: fix a bug on using a neighbour cache entry without checking its ...JianJhen Chen
2018-11-04netfilter: bridge: Don't sabotage nf_hook calls from an l3mdevDavid Ahern
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
2015-09-30ipv4: Pass struct net through ip_fragmentEric W. Biederman
2015-09-29bridge: Pass net into br_validate_ipv4 and br_validate_ipv6Eric W. Biederman
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman
2015-09-17bridge: Cache net in br_nf_pre_routing_finishEric W. Biederman
2015-09-17bridge: Pass net into br_nf_push_frag_xmitEric W. Biederman
2015-09-17bridge: Pass net into br_nf_ip_fragmentEric W. Biederman
2015-07-30netfilter: bridge: do not initialize statics to 0 or NULLBernhard Thaler
2015-07-30netfilter: bridge: reduce nf_bridge_info to 32 bytes againFlorian Westphal
2015-07-02netfilter: bridge: don't leak skb in error pathsFlorian Westphal
2015-07-02netfilter: bridge: fix CONFIG_NF_DEFRAG_IPV4/6 related warnings/errorsBernhard Thaler
2015-06-18netfilter: bridge: split ipv6 code into separated filePablo Neira Ayuso
2015-06-18netfilter: bridge: rename br_netfilter.c to br_netfilter_hooks.cPablo Neira Ayuso