| Commit message (Expand) | Author | Age | Files | Lines |
* | bridge: prevent bridging wrong device | Stephen Hemminger | 2009-11-05 | 1 | -1/+5 |
* | bridge: Fix double-free in br_add_if. | Jeff Hansen | 2009-09-28 | 1 | -0/+1 |
* | net: Add DEVTYPE support for Ethernet based devices | Marcel Holtmann | 2009-09-11 | 1 | -0/+6 |
* | net/bridge: Add 'hairpin' port forwarding mode | Fischer, Anna | 2009-08-13 | 1 | -0/+1 |
* | net/bridge: use kobject_put to release kobject in br_add_if error path | Xiaotian Feng | 2009-07-26 | 1 | -1/+1 |
* | bridge: bad error handling when adding invalid ether address | Stephen Hemminger | 2009-03-25 | 1 | -1/+0 |
* | netdev: add more functions to netdevice ops | Stephen Hemminger | 2008-11-20 | 1 | -1/+1 |
* | netdevice: safe convert to netdev_priv() #part-4 | Wang Chen | 2008-11-12 | 1 | -1/+1 |
* | net: Fix disjunct computation of netdev features | Herbert Xu | 2008-10-23 | 1 | -4/+10 |
* | netns bridge: cleanup bridges during netns stop | Alexey Dobriyan | 2008-09-08 | 1 | -2/+2 |
* | netns bridge: allow bridges in netns! | Alexey Dobriyan | 2008-09-08 | 1 | -5/+6 |
* | bridge: send correct MTU value in PMTU (revised) | Simon Wunderlich | 2008-07-30 | 1 | -0/+3 |
* | bridge: Check return of dev_set_promiscuity | Wang Chen | 2008-07-14 | 1 | -3/+6 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-07-05 | 1 | -3/+7 |
|\ |
|
| * | bridge: fix use-after-free in br_cleanup_bridges() | Patrick McHardy | 2008-07-03 | 1 | -3/+7 |
* | | net: Disable LRO on devices that are forwarding | Ben Hutchings | 2008-06-19 | 1 | -0/+1 |
* | | net: remove CVS keywords | Adrian Bunk | 2008-06-11 | 1 | -2/+0 |
|/ |
|
* | bridge: Consolidate error paths in br_add_bridge(). | Pavel Emelyanov | 2008-05-04 | 1 | -8/+8 |
* | bridge: Net device leak in br_add_bridge(). | Pavel Emelyanov | 2008-05-04 | 1 | -1/+3 |
* | bridge: fix error handling in br_add_if() | Volodymyr G Lukiianyk | 2008-04-29 | 1 | -1/+4 |
* | Kobject: convert net/bridge/br_if.c to use kobject_init/add_ng() | Greg Kroah-Hartman | 2008-01-24 | 1 | -7/+3 |
* | Kobject: change net/bridge to use kobject_create_and_add | Greg Kroah-Hartman | 2008-01-24 | 1 | -1/+1 |
* | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 2007-10-10 | 1 | -2/+2 |
* | [BRIDGE]: Fix OOPS when bridging device without ethtool. | Stephen Hemminger | 2007-08-30 | 1 | -8/+8 |
* | [NET]: Share correct feature code between bridging and bonding | Herbert Xu | 2007-08-13 | 1 | -32/+4 |
* | [NET]: ethtool ops are the only way | Matthew Wilcox | 2007-07-31 | 1 | -26/+15 |
* | [NET]: IPV6 checksum offloading in network devices | Stephen Hemminger | 2007-07-10 | 1 | -1/+9 |
* | [NET]: Rework dev_base via list_head (v3) | Pavel Emelianov | 2007-05-03 | 1 | -3/+1 |
* | bridge: change when netlink events go to STP | Stephen Hemminger | 2007-04-25 | 1 | -0/+4 |
* | bridge: add support for user mode STP | Stephen Hemminger | 2007-04-25 | 1 | -1/+1 |
* | [BRIDGE]: adding new device to bridge should enable if up | Aji Srinivas | 2007-03-07 | 1 | -0/+4 |
* | [BRIDGE]: eliminate workqueue for carrier check | Stephen Hemminger | 2007-02-26 | 1 | -25/+5 |
* | [BRIDGE] br_if: Fix oops in port_carrier_check | Jarek Poplawski | 2007-02-13 | 1 | -2/+6 |
* | [NET] BRIDGE: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-10 | 1 | -13/+13 |
* | Network: convert network devices to use struct device instead of class_device | Greg Kroah-Hartman | 2007-02-07 | 1 | -1/+1 |
* | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 1 | -3/+7 |
* | [BRIDGE]: flush forwarding table when device carrier off | Stephen Hemminger | 2006-10-15 | 1 | -2/+2 |
* | [BRIDGE]: Disable SG/GSO if TX checksum is off | Herbert Xu | 2006-08-17 | 1 | -1/+6 |
* | [NET]: Added GSO header verification | Herbert Xu | 2006-06-29 | 1 | -1/+2 |
* | [NET]: Added GSO toggle | Herbert Xu | 2006-06-23 | 1 | -6/+11 |
* | [BRIDGE]: Add support for NETIF_F_HW_CSUM devices | Herbert Xu | 2006-06-17 | 1 | -3/+9 |
* | [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM | Herbert Xu | 2006-06-17 | 1 | -2/+1 |
* | [BRIDGE]: fix locking and memory leak in br_add_bridge | Jiri Benc | 2006-06-05 | 1 | -12/+7 |
* | [BRIDGE]: Do sysfs registration inside rtnl. | Stephen Hemminger | 2006-05-10 | 1 | -14/+7 |
* | [BRIDGE]: use kzalloc | Stephen Hemminger | 2006-03-20 | 1 | -3/+3 |
* | [BRIDGE]: use kcalloc | Stephen Hemminger | 2006-03-20 | 1 | -2/+1 |
* | [BRIDGE]: generate kobject remove event | Stephen Hemminger | 2006-03-04 | 1 | -0/+1 |
* | [BRIDGE]: port timer initialization | Stephen Hemminger | 2006-03-04 | 1 | -1/+2 |
* | [BRIDGE]: fix crash in STP | Stephen Hemminger | 2006-03-04 | 1 | -14/+15 |
* | [BRIDGE]: fix error handling for add interface to bridge | Stephen Hemminger | 2006-02-09 | 1 | -22/+55 |