aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-20bonding: Fix use after free in unregister pathJay Vosburgh1-1/+1
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-04-28[NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.Rusty Russell1-34/+25
2007-04-25[NET]: Inline net_device_statsRusty Russell1-3/+2
2007-04-25[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-1/+1
2007-03-06bonding: Improve IGMP join processingJay Vosburgh1-51/+25
2007-03-06bonding: only receive ARPs for usJay Vosburgh1-1/+1
2007-03-06bonding: fix double dev_add_packJay Vosburgh1-1/+7
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni1-7/+7
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2007-02-08[BONDING]: Replace kmalloc() + memset() pairs with the appropriate kzalloc() callsJoe Jin1-3/+1
2007-02-05bonding: fix error check in sysfs creationJay Vosburgh1-2/+7
2007-02-05bonding: fix device name allocation errorJay Vosburgh1-4/+10
2006-12-04[PATCH] bonding: incorrect bonding state reported via ioctlAndy Gospodarek1-1/+1
2006-11-30[PATCH] bonding: fix an oops when slave device does not provide get_statsLaurent Riffard1-27/+36
2006-11-10[PATCH] bonding: lockdep annotationPeter Zijlstra1-0/+5
2006-09-28[IPV4]: annotate struct in_ifaddrAl Viro1-1/+1
2006-09-25[PATCH] bonding: Fix primary selection error at enslavement timeJay Vosburgh1-23/+2
2006-09-25[PATCH] bonding: Validate probe replies in ARP monitorJay Vosburgh1-6/+176
2006-09-25[PATCH] bonding: Don't release slaves when master is admin downjamal1-3/+3
2006-09-25[PATCH] bonding: Add priv_flag to avoid event mishandlingJay Vosburgh1-1/+6