summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)AuthorFilesLines
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-29[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-14[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-24bonding: Convert more locks to _bh, acquire rtnl, for new lockingJay Vosburgh1-10/+10
2007-10-24bonding: Convert locks to _bh, rework alb locking for new lockingJay Vosburgh1-24/+54
2007-10-24bonding: Convert miimon to new lockingJay Vosburgh1-19/+51
2007-10-24bonding: Convert balance-rr transmit to new lockingJay Vosburgh1-13/+12
2007-10-24Convert bonding timers to workqueuesJay Vosburgh1-68/+79
2007-10-17bonding: 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_addr...Moni Shoua1-28/+59
2007-10-15net/bonding: Enable bonding to enslave non ARPHRD_ETHERMoni Shoua1-0/+33
2007-10-11endianness annotations drivers/net/bonding/Al Viro1-11/+11
2007-10-11[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-22/+12
2007-10-11[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-4/+0
2007-10-11[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-10-11[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-10-11[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+3
2007-10-11[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+3
2007-10-11[NET]: Make /proc/net per network namespaceEric W. Biederman1-3/+4
2007-08-14[NET]: Share correct feature code between bridging and bondingHerbert Xu1-21/+13
2007-08-01[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
2007-06-21bonding: Fix use after free in unregister pathJay Vosburgh1-1/+1
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-04-29[NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.Rusty Russell1-34/+25
2007-04-26[NET]: Inline net_device_statsRusty Russell1-3/+2
2007-04-26[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo1-1/+1
2007-04-26[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-1/+1
2007-03-06bonding: Improve IGMP join processingJay Vosburgh1-51/+25