| Commit message (Expand) | Author | Age | Files | Lines |
* | bridge: show offload settings | Stephen Hemminger | 2008-08-16 | 1 | -5/+10 |
* | bridge: Eliminate unnecessary forward delay | Stephen Hemminger | 2008-08-06 | 1 | -7/+18 |
* | bridge: fix compile warning in net/bridge/br_netfilter.c | Rami Rosen | 2008-08-05 | 1 | -1/+1 |
* | bridge: send correct MTU value in PMTU (revised) | Simon Wunderlich | 2008-07-31 | 4 | -30/+51 |
* | netfilter: ebtables: use nf_register_hooks() | Alexey Dobriyan | 2008-07-27 | 2 | -26/+10 |
* | netns: Use net_eq() to compare net-namespaces for optimization. | YOSHIFUJI Hideaki | 2008-07-20 | 2 | -2/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-07-18 | 2 | -0/+2 |
|\ |
|
| * | Merge branch 'linus' into core/rcu | Ingo Molnar | 2008-07-11 | 1 | -3/+7 |
| |\ |
|
| * | | rcu: split list.h and move rcu-protected lists into rculist.h | Franck Bui-Huu | 2008-05-19 | 2 | -0/+2 |
* | | | bridge: Check return of dev_set_promiscuity | Wang Chen | 2008-07-15 | 1 | -3/+6 |
* | | | netfilter: ebt_nflog: fix Kconfig typo | Patrick McHardy | 2008-07-08 | 1 | -1/+1 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-07-06 | 1 | -3/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | bridge: fix use-after-free in br_cleanup_bridges() | Patrick McHardy | 2008-07-03 | 1 | -3/+7 |
| |/ |
|
* | | bridge: Use STP demux | Patrick McHardy | 2008-07-06 | 4 | -18/+16 |
* | | net: Discard and warn about LRO'd skbs received for forwarding | Ben Hutchings | 2008-06-20 | 1 | -1/+1 |
* | | net: Disable LRO on devices that are forwarding | Ben Hutchings | 2008-06-20 | 1 | -0/+1 |
* | | bridge: fix IPV6=n build | Randy Dunlap | 2008-06-18 | 3 | -2/+4 |
* | | bridge: make bridge address settings sticky | Stephen Hemminger | 2008-06-18 | 3 | -0/+7 |
* | | bridge: handle process all link-local frames | Stephen Hemminger | 2008-06-18 | 1 | -8/+5 |
* | | net: remove CVS keywords | Adrian Bunk | 2008-06-12 | 14 | -28/+0 |
* | | netfilter: ebtables: add IPv6 support | Kuo-lang Tseng | 2008-06-10 | 4 | -16/+202 |
* | | bridge: Use on-device stats instead of private ones. | Pavel Emelyanov | 2008-05-21 | 4 | -16/+8 |
|/ |
|
* | bridge: Consolidate error paths in br_add_bridge(). | Pavel Emelyanov | 2008-05-05 | 1 | -8/+8 |
* | bridge: Net device leak in br_add_bridge(). | Pavel Emelyanov | 2008-05-05 | 1 | -1/+3 |
* | bridge: forwarding table information for >256 devices | Stephen Hemminger | 2008-05-03 | 1 | -0/+4 |
* | net: use get/put_unaligned_* helpers | Harvey Harrison | 2008-05-03 | 1 | -2/+2 |
* | bridge: kernel panic when unloading bridge module | Bodo Stroesser | 2008-04-29 | 1 | -1/+1 |
* | bridge: fix error handling in br_add_if() | Volodymyr G Lukiianyk | 2008-04-29 | 1 | -1/+4 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2008-04-14 | 6 | -3/+92 |
|\ |
|
| * | [NETFILTER]: bridge: add ebt_nflog watcher | Peter Warasin | 2008-04-14 | 3 | -0/+89 |
| * | [NETFILTER]: bridge netfilter: use non-deprecated __RW_LOCK_UNLOCKED macro. | Robert P. J. Day | 2008-04-14 | 3 | -3/+3 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-04-14 | 1 | -1/+4 |
|\ \
| |/
|/| |
|
| * | [BRIDGE]: Fix crash in __ip_route_output_key with bridge netfilter | Patrick McHardy | 2008-04-14 | 1 | -1/+2 |
* | | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-25 | 1 | -2/+2 |
* | | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-25 | 2 | -2/+2 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-03-21 | 1 | -1/+1 |
|\| |
|
| * | bridge: use time_before() in br_fdb_cleanup() | Fabio Checconi | 2008-03-20 | 1 | -1/+1 |
* | | net: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-06 | 1 | -3/+3 |
* | | [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts | Eric Dumazet | 2008-03-06 | 1 | -7/+7 |
|/ |
|
* | [NETFILTER]: fix ebtable targets return | Joonwoo Park | 2008-02-24 | 3 | -3/+3 |
* | [NETFILTER]: Fix incorrect use of skb_make_writable | Joonwoo Park | 2008-02-20 | 3 | -3/+3 |
* | [NETFILTER]: ebtables: mark matches, targets and watchers __read_mostly | Jan Engelhardt | 2008-02-01 | 15 | -27/+15 |
* | [NETFILTER]: ebtables: Update modules' descriptions | Jan Engelhardt | 2008-02-01 | 16 | -4/+16 |
* | [NETFILTER]: ebtables: remove casts, use consts | Jan Engelhardt | 2008-02-01 | 16 | -63/+85 |
* | [NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev member | Patrick McHardy | 2008-02-01 | 1 | -4/+0 |
* | [NETNS]: Add namespace parameter to ip_route_output_key. | Denis V. Lunev | 2008-01-29 | 1 | -1/+1 |
* | [NETNS]: Consolidate kernel netlink socket destruction. | Denis V. Lunev | 2008-01-29 | 1 | -2/+2 |
* | [BRIDGE]: Remove unused include of a header file in ebtables.c | Rami Rosen | 2008-01-29 | 1 | -2/+0 |
* | [BRIDGE]: Remove unused macros from ebt_vlan.c | Rami Rosen | 2008-01-29 | 1 | -2/+0 |
* | [NET]: Simple ctl_table to ctl_path conversions. | Pavel Emelyanov | 2008-01-29 | 1 | -19/+5 |