aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netfilter.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+2
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-12/+12
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-3/+3
* [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-5/+5
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-5/+7
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-251-2/+3
* [NET]: fix up misplaced inlines.Dave Jones2007-03-221-1/+1
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-7/+7
* [NETFILTER]: bridge-netfilter: use nf_register_hooks/nf_unregister_hooksPatrick McHardy2007-02-081-22/+7
* [NETFILTER]: bridge-netfilter: remove deferred hooksPatrick McHardy2006-12-131-172/+16
* [NETFILTER]: bridge netfilter: deal with martians correctlyBart De Schuymer2006-12-061-8/+28
* [NET]: Kill direct includes of asm/checksum.hAl Viro2006-12-021-1/+0
* [BRIDGE]: Annotations.Al Viro2006-12-021-1/+1
* [BRIDGE]: Change sysctl tunables to __read_mostlyBrian Haley2006-09-221-4/+4
* [NETFILTER] bridge: debug message fixesStephen Hemminger2006-09-221-12/+3
* [NETFILTER] bridge: code rearrangement for clarityStephen Hemminger2006-09-221-2/+25
* [NETFILTER]: bridge netfilter: add deferred output hooks to feature-removal-s...Patrick McHardy2006-07-241-0/+5
* [NET] gso: Add skb_is_gsoHerbert Xu2006-07-081-1/+1
* [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-231-1/+1
* [NET]: skb_trim auditHerbert Xu2006-06-171-11/+3
* [NETFILTER]: Fix fragmentation issues with bridge netfilterPatrick McHardy2006-04-091-2/+11
* [BRIDGE]: netfilter inline cleanupStephen Hemminger2006-03-201-4/+21