aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-16drivers/net/bonding/bond_main.c - remove unnecessary #defineJoe Perches1-2/+0
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+2
2008-03-25bonding: Fix sysfs attribute handlingLibor Pechacek1-2/+1
2008-03-25bonding: fix two compiler warningsJay Vosburgh1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-3/+3
2008-03-03[ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov1-4/+1
2008-02-28[NETNS]: Disable inetaddr notifiers in namespaces other than initial.Denis V. Lunev1-0/+3
2008-02-03bonding: do not acquire rtnl in ARP monitorJay Vosburgh1-12/+0
2008-02-03bonding: fix race that causes invalid statisticsAndy Gospodarek1-27/+30
2008-02-03bonding: fix NULL pointer deref in startup processingJay Vosburgh1-7/+9
2008-02-03bonding: fix set_multicast_list lockingJay Vosburgh1-3/+11
2008-02-03bonding: fix parameter parsingJay Vosburgh1-6/+11
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-1/+1
2008-01-18bonding: Don't hold lock when calling rtnl_unlockJay Vosburgh1-1/+3
2008-01-18bonding: fix lock ordering for rtnl and bonding_rwsemJay Vosburgh1-0/+19
2008-01-18bonding: Fix up parameter parsingJay Vosburgh1-7/+16
2008-01-18bonding: release slaves when master removed via sysfsJay Vosburgh1-3/+1
2008-01-18bonding: fix locking during alb failover and slave removalJay Vosburgh1-6/+8
2007-12-07bonding: Fix race at module unloadJay Vosburgh1-21/+22
2007-12-07bonding: Add new layer2+3 hash for xor/802.3ad modesJay Vosburgh1-10/+38
2007-12-07bonding: Fix time comparisonDavid Sterba1-12/+13
2007-11-13[BONDING]: Fix resource use after freeJay Vosburgh1-2/+2
2007-11-10bonding: don't validate address at device openJay Vosburgh1-0/+1
2007-10-25bonding/bond_main.c: fix cut'n'paste errorAdrian Bunk1-1/+1
2007-10-25make bonding/bond_main.c:bond_deinit() staticAdrian Bunk1-1/+2
2007-10-23bonding: Convert more locks to _bh, acquire rtnl, for new lockingJay Vosburgh1-10/+10
2007-10-23bonding: Convert locks to _bh, rework alb locking for new lockingJay Vosburgh1-24/+54
2007-10-23bonding: Convert miimon to new lockingJay Vosburgh1-19/+51
2007-10-23bonding: Convert balance-rr transmit to new lockingJay Vosburgh1-13/+12
2007-10-23Convert bonding timers to workqueuesJay Vosburgh1-68/+79
2007-10-16bonding: two small fixes for IPoIB supportJay Vosburgh1-6/+5
2007-10-15net/bonding: Optionally allow ethernet slaves to keep own MACJay Vosburgh1-21/+36
2007-10-15net/bonding: Destroy bonding master when last slave is goneMoni Shoua1-0/+38
2007-10-15net/bonding: Delay sending of gratuitous ARP to avoid failureMoni Shoua1-3/+21
2007-10-15net/bonding: Handlle wrong assumptions that slave is always an Ethernet deviceMoni Shoua1-1/+2
2007-10-15net/bonding: Enable IP multicast for bonding IPoIB devicesMoni Shoua1-2/+3
2007-10-15net/bonding: Enable bonding to enslave netdevices not supporting set_mac_address()Moni Shoua1-28/+59
2007-10-15net/bonding: Enable bonding to enslave non ARPHRD_ETHERMoni Shoua1-0/+33
2007-10-10endianness annotations drivers/net/bonding/Al Viro1-11/+11
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-22/+12
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-4/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+3
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+3
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-3/+4
2007-08-13[NET]: Share correct feature code between bridging and bondingHerbert Xu1-21/+13
2007-07-31[NET]: ethtool ops are the only wayMatthew Wilcox1-42/+10
2007-07-10bonding/bond_main.c: make 2 functions staticAdrian Bunk1-2/+3
2007-07-10bonding / ipv6: no addrconf for slaves separately from masterJay Vosburgh1-6/+5