summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netfilter_hooks.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-051-1/+1
|\
| * bridge: netfilter: Fix dropping packets that moving through bridge interfaceArtur Molchanov2016-12-301-1/+1
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
|/
* netfilter: convert while loops to for loopsAaron Conole2016-12-061-4/+4
* netfilter: introduce accessor functions for hook entriesAaron Conole2016-12-061-1/+1
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso2016-11-031-2/+2
* netfilter: deprecate NF_STOPPablo Neira Ayuso2016-11-031-2/+4
* netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso2016-11-031-4/+4
* netfilter: replace list_head with single linked listAaron Conole2016-09-251-13/+6
* netfilter: bridge: add and use br_nf_hook_threshFlorian Westphal2016-09-241-9/+51
* ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani2016-06-301-1/+1
* net: rename IP_INC_STATS_BH()Eric Dumazet2016-04-271-3/+3
* netfilter: bridge: register hooks only when bridge interface is addedFlorian Westphal2016-03-021-3/+65
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-10-171-9/+4
|\
| * bridge: Remove br_nf_push_frag_xmit_skEric W. Biederman2015-09-301-5/+0
| * ipv6: Pass struct net through ip6_fragmentEric W. Biederman2015-09-301-1/+1
| * ipv4: Pass struct net through ip_fragmentEric W. Biederman2015-09-301-3/+3
* | netfilter: remove hook owner refcountingFlorian Westphal2015-10-161-7/+0
* | netfilter: bridge: avoid unused label warningArnd Bergmann2015-10-121-12/+4
|/
* bridge: Pass net into br_validate_ipv4 and br_validate_ipv6Eric W. Biederman2015-09-291-10/+9
* netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-181-7/+7
* netfilter: Pass net into okfnEric W. Biederman2015-09-171-12/+9
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-7/+8
* bridge: Cache net in br_nf_pre_routing_finishEric W. Biederman2015-09-171-1/+2
* bridge: Pass net into br_nf_push_frag_xmitEric W. Biederman2015-09-171-3/+8
* bridge: Pass net into br_nf_ip_fragmentEric W. Biederman2015-09-171-6/+6
* netfilter: bridge: do not initialize statics to 0 or NULLBernhard Thaler2015-07-301-3/+3
* netfilter: bridge: reduce nf_bridge_info to 32 bytes againFlorian Westphal2015-07-301-8/+6
* netfilter: bridge: don't leak skb in error pathsFlorian Westphal2015-07-021-4/+8
* netfilter: bridge: fix CONFIG_NF_DEFRAG_IPV4/6 related warnings/errorsBernhard Thaler2015-07-021-1/+3
* netfilter: bridge: split ipv6 code into separated filePablo Neira Ayuso2015-06-181-239/+9
* netfilter: bridge: rename br_netfilter.c to br_netfilter_hooks.cPablo Neira Ayuso2015-06-181-0/+1282