aboutsummaryrefslogtreecommitdiff
path: root/net/bridge/br_netfilter.c
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-08-24netfilter: bridge: refcount fixEric Dumazet
2009-07-05net, bridge: align br_nf_ops assignmentCyrill Gorcunov
2009-06-03net: skb->dst accessorsEric Dumazet
2009-06-03net: skb->rtable accessorEric Dumazet
2009-04-20netfilter: bridge: allow fragmentation of VLAN packets traversing a bridgehummerbliss@gmail.com
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2009-01-12netfilter 03/09: bridge: Disable PPPOE/VLAN processing by defaultHerbert Xu
2009-01-12netfilter 02/09: bridge: Fix handling of non-IP packets in FORWARD/POST_ROUTINGHerbert Xu
2008-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-24bridge: netfilter: fix update_pmtu crash with GREHerbert Xu
2008-11-04netfilter: netns ebtables: br_nf_pre_routing_finish() fixupAlexey Dobriyan
2008-11-03net: '&' reduxAlexey Dobriyan
2008-10-20netfilter: replace old NF_ARP calls with NFPROTO_ARPJan Engelhardt
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt
2008-08-05bridge: fix compile warning in net/bridge/br_netfilter.cRami Rosen
2008-07-30bridge: send correct MTU value in PMTU (revised)Simon Wunderlich
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-04-14[BRIDGE]: Fix crash in __ip_route_output_key with bridge netfilterPatrick McHardy
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet
2008-01-31[NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev memberPatrick McHardy
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev
2008-01-28[NET]: Simple ctl_table to ctl_path conversions.Pavel Emelyanov
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy
2008-01-20[NETFILTER]: bridge-netfilter: fix net_device refcnt leaksPatrick McHardy
2008-01-11[NETFILTER]: bridge: fix double POST_ROUTING invocationPatrick McHardy
2007-11-13[NETFILTER]: bridge: fix double POSTROUTING hook invocationPatrick McHardy
2007-10-15[BRIDGE]: Remove SKB share checks in br_nf_pre_routing().Patrick McHardy
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu
2007-10-10[NETFILTER]: bridge: remove broken netfilter binary sysctlsJoseph Fannin
2007-09-16[NET] skbuff: Add skb_cow_headHerbert Xu
2007-08-26[VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception in interrupt"Evgeniy Polyakov
2007-05-03[NETFILTER]: bridge netfilter: consolidate header pushing/pulling codePatrick McHardy
2007-04-25[NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe trafficMichael Milner
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo
2007-03-22[NET]: fix up misplaced inlines.Dave Jones
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman
2007-02-10[NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki
2007-02-08[NETFILTER]: bridge-netfilter: use nf_register_hooks/nf_unregister_hooksPatrick McHardy