summaryrefslogtreecommitdiff
path: root/net/bridge/br_notify.c
AgeCommit message (Expand)Author
2011-08-09Bridge: Always send NETDEV_CHANGEADDR up on br MAC change.Andrei Warkentin
2011-04-28bridge: convert br_features_recompute() to ndo_fix_featuresMichał Mirosław
2011-04-17bridge: fix accidental creation of sysfs directoryStephen Hemminger
2011-04-04bridge: allow creating bridge devices with netlinkstephen hemminger
2010-11-15bridge: add RCU annotations to bridge port lookupEric Dumazet
2010-11-15bridge: fix RCU races with bridge portstephen hemminger
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko
2010-05-15bridge: update sysfs link names if port device names have changedSimon Arlott
2010-03-18net: forbid underlaying devices to change its typeJiri Pirko
2008-09-08netns bridge: allow bridges in netns!Alexey Dobriyan
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman
2007-04-25bridge: change when netlink events go to STPStephen Hemminger
2007-02-26[BRIDGE]: eliminate workqueue for carrier checkStephen Hemminger
2007-02-13[BRIDGE] br_if: Fix oops in port_carrier_checkJarek Poplawski
2007-02-10[NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki
2006-06-17[BRIDGE]: netlink interface for link managementStephen Hemminger
2006-01-03[BRIDGE]: handle speed detection after carrier changesStephen Hemminger
2005-05-29[BRIDGE]: set features based on enslaved devicesStephen Hemminger
2004-09-06[BRIDGE]: deadlock on device removalStephen Hemminger
2004-08-03[BRIDGE]: rmmod device while bridge is down failsStephen Hemminger
2004-07-29[BRIDGE]: linkstate handlingStephen Hemminger
2004-07-29[BRIDGE]: Propagate bridge internal MTU changesStephen Hemminger
2004-07-09[BRIDGE]: Support different MTU sizes.Stephen Hemminger
2004-05-21[BRIDGE]: Fix deadlock on device removal.Stephen Hemminger
2004-04-16[BRIDGE]: Include file cleanup.Stephen Hemminger
2003-08-02[BRIDGE]: Fix bridge notification processing.Stephen Hemminger
2003-07-22[BRIDGE]: Fix several startup/shutdown timer races.Stephen Hemminger
2003-06-11[BRIDGE]: Bridge using alloc_netdev.Stephen Hemminger
2003-04-25[BRIDGE]: Use RCU for port table.Stephen Hemminger
2003-04-09[BRIDGE]: Fix several locking bugs, plus cleanups.Stephen Hemminger
2002-02-04Import changesetLinus Torvalds