summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netfilter.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: make br_parse_ip_options staticstephen hemminger2010-10-211-1/+1
* ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross2010-10-211-7/+9
* net dst: use a percpu_counter to track entriesEric Dumazet2010-10-111-2/+9
* bridge : Sanitize skb before it enters the IP stackBandan Das2010-09-191-29/+78
* bridge: Clear INET control block of SKBs passed into ip_fragment().David S. Miller2010-09-011-2/+4
* bridge: netfilter: fix a memory leakChangli Gao2010-08-231-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-071-0/+3
|\
| * bridge: Clear IPCB before possible entry into IP stackHerbert Xu2010-07-071-0/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-07-021-9/+22
|\ \
| * | bridge: add per bridge device controls for invoking iptablesPatrick McHardy2010-07-021-9/+22
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-06-151-4/+2
|\ \ \ | |/ /
| * | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-06-151-8/+8
| |\ \
| * | | netfilter: br_netfilter: use skb_set_noref()Eric Dumazet2010-06-011-4/+2
| | |/ | |/|
* | | bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2010-06-151-5/+6
| |/ |/|
* | net-next: remove useless union keywordChangli Gao2010-06-101-10/+10
|/
* 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
OpenPOWER on IntegriCloud