summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)Author
2008-05-06bonding: fix enslavement error unwindsJay Vosburgh
2008-05-06bonding: Deadlock between bonding_store_bonds and bond_destroy_sysfs.Pavel Emelyanov
2008-05-06bonding: Do not call free_netdev for already registered device.Pavel Emelyanov
2008-04-29netdev: use non-racy method for proc entries creationDenis V. Lunev
2008-04-16drivers/net/bonding/bond_main.c - remove unnecessary #defineJoe Perches
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-25bonding: Fix sysfs attribute handlingLibor Pechacek
2008-03-25bonding: fix two compiler warningsJay Vosburgh
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-03[ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov
2008-02-28[NETNS]: Disable inetaddr notifiers in namespaces other than initial.Denis V. Lunev
2008-02-03bonding: do not acquire rtnl in ARP monitorJay Vosburgh
2008-02-03bonding: fix race that causes invalid statisticsAndy Gospodarek
2008-02-03bonding: fix NULL pointer deref in startup processingJay Vosburgh
2008-02-03bonding: fix set_multicast_list lockingJay Vosburgh
2008-02-03bonding: fix parameter parsingJay Vosburgh
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev
2008-01-18bonding: Don't hold lock when calling rtnl_unlockJay Vosburgh
2008-01-18bonding: fix lock ordering for rtnl and bonding_rwsemJay Vosburgh
2008-01-18bonding: Fix up parameter parsingJay Vosburgh
2008-01-18bonding: release slaves when master removed via sysfsJay Vosburgh
2008-01-18bonding: fix locking during alb failover and slave removalJay Vosburgh
2007-12-07bonding: Fix race at module unloadJay Vosburgh
2007-12-07bonding: Add new layer2+3 hash for xor/802.3ad modesJay Vosburgh
2007-12-07bonding: Fix time comparisonDavid Sterba
2007-11-13[BONDING]: Fix resource use after freeJay Vosburgh
2007-11-10bonding: don't validate address at device openJay Vosburgh
2007-10-25bonding/bond_main.c: fix cut'n'paste errorAdrian Bunk
2007-10-25make bonding/bond_main.c:bond_deinit() staticAdrian Bunk
2007-10-23bonding: Convert more locks to _bh, acquire rtnl, for new lockingJay Vosburgh
2007-10-23bonding: Convert locks to _bh, rework alb locking for new lockingJay Vosburgh
2007-10-23bonding: Convert miimon to new lockingJay Vosburgh
2007-10-23bonding: Convert balance-rr transmit to new lockingJay Vosburgh
2007-10-23Convert bonding timers to workqueuesJay Vosburgh
2007-10-16bonding: two small fixes for IPoIB supportJay Vosburgh
2007-10-15net/bonding: Optionally allow ethernet slaves to keep own MACJay Vosburgh
2007-10-15net/bonding: Destroy bonding master when last slave is goneMoni Shoua
2007-10-15net/bonding: Delay sending of gratuitous ARP to avoid failureMoni Shoua
2007-10-15net/bonding: Handlle wrong assumptions that slave is always an Ethernet deviceMoni Shoua
2007-10-15net/bonding: Enable IP multicast for bonding IPoIB devicesMoni Shoua
2007-10-15net/bonding: Enable bonding to enslave netdevices not supporting set_mac_addr...Moni Shoua
2007-10-15net/bonding: Enable bonding to enslave non ARPHRD_ETHERMoni Shoua
2007-10-10endianness annotations drivers/net/bonding/Al Viro
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman