summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netfilter.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: add per bridge device controls for invoking iptablesPatrick McHardy2010-07-021-9/+22
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-06-151-8/+8
|\
| * net-next: remove useless union keywordChangli Gao2010-06-101-10/+10
* | netfilter: br_netfilter: use skb_set_noref()Eric Dumazet2010-06-011-4/+2
|/
* netfilter: bridge-netfilter: fix crash in br_nf_forward_finish()Bart De Schuymer2010-05-131-1/+1
* netfilter: bridge-netfilter: fix refragmenting IP traffic encapsulated in PPP...Bart De Schuymer2010-04-201-1/+1
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: bridge-netfilter: Fix MAC header handling with IP DNATBart De Schuymer2010-04-151-25/+65
* | netfilter: bridge-netfilter: simplify IP DNATBart De Schuymer2010-04-151-96/+18
* | netfilter: bridge-netfilter: cleanup br_netfilter.cBart De Schuymer2010-04-131-56/+2
* | netfilter: bridge: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-251-7/+8
|/
* sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-3/+3
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* netfilter: bridge: refcount fixEric Dumazet2009-08-241-1/+1
* net, bridge: align br_nf_ops assignmentCyrill Gorcunov2009-07-051-40/+56
* net: skb->dst accessorsEric Dumazet2009-06-031-10/+8
* net: skb->rtable accessorEric Dumazet2009-06-031-10/+15
* netfilter: bridge: allow fragmentation of VLAN packets traversing a bridgehummerbliss@gmail.com2009-04-201-1/+9
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* netfilter 03/09: bridge: Disable PPPOE/VLAN processing by defaultHerbert Xu2009-01-121-4/+4
* netfilter 02/09: bridge: Fix handling of non-IP packets in FORWARD/POST_ROUTINGHerbert Xu2009-01-121-2/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2008-11-281-1/+1
|\
| * netfilter: netns ebtables: br_nf_pre_routing_finish() fixupAlexey Dobriyan2008-11-041-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-261-0/+12
|\ \ | |/ |/|
| * bridge: netfilter: fix update_pmtu crash with GREHerbert Xu2008-11-241-0/+13
* | net: '&' reduxAlexey Dobriyan2008-11-031-5/+5
|/
* netfilter: replace old NF_ARP calls with NFPROTO_ARPJan Engelhardt2008-10-201-1/+1
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-081-2/+2
* bridge: fix compile warning in net/bridge/br_netfilter.cRami Rosen2008-08-051-1/+1
* bridge: send correct MTU value in PMTU (revised)Simon Wunderlich2008-07-301-29/+34
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-1/+4
|\
| * [BRIDGE]: Fix crash in __ip_route_output_key with bridge netfilterPatrick McHardy2008-04-141-1/+2
* | [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-051-7/+7
|/
* [NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev memberPatrick McHardy2008-01-311-4/+0
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-281-1/+1
* [NET]: Simple ctl_table to ctl_path conversions.Pavel Emelyanov2008-01-281-19/+5
* [NETFILTER]: Mark hooks __read_mostlyPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-6/+6
* [NETFILTER]: bridge-netfilter: fix net_device refcnt leaksPatrick McHardy2008-01-201-0/+27
* [NETFILTER]: bridge: fix double POST_ROUTING invocationPatrick McHardy2008-01-111-6/+12
* [NETFILTER]: bridge: fix double POSTROUTING hook invocationPatrick McHardy2007-11-131-0/+3
* [BRIDGE]: Remove SKB share checks in br_nf_pre_routing().Patrick McHardy2007-10-151-3/+0
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-20/+13
* [NETFILTER]: bridge: remove broken netfilter binary sysctlsJoseph Fannin2007-10-101-5/+0
* [NET] skbuff: Add skb_cow_headHerbert Xu2007-09-161-1/+1
* [VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception in interrupt"Evgeniy Polyakov2007-08-261-5/+7
* [NETFILTER]: bridge netfilter: consolidate header pushing/pulling codePatrick McHardy2007-05-031-98/+40
* [NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe trafficMichael Milner2007-04-251-4/+73
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+2
OpenPOWER on IntegriCloud