aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2008-12-03bond: Kill directly reference of netdev->privWang Chen
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19bonding: convert to net_device_opsStephen Hemminger
2008-11-19netdev: introduce dev_get_stats()Stephen Hemminger
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen
2008-11-06bonding: alternate agg selection policies for 802.3adJay Vosburgh
2008-11-06bonding: Fix ALB mode to balance traffic on VLANsJay Vosburgh
2008-11-06bonding: send IPv6 neighbor advertisement on failoverBrian Haley
2008-11-03bonding, net: Move last_rx update into bonding recv logicJay Vosburgh
2008-10-31drivers: replace NIPQUAD()Harvey Harrison
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-31bonding: fix panic when taking bond interface down before removing moduleAndy Gospodarek
2008-10-31bonding: Clean up resource leaksJay Vosburgh
2008-10-31bonding: fix miimon failure counterJay Vosburgh
2008-10-29net: easy removals of HIPQUAD using %pI4 formatHarvey Harrison
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-10-23net: Fix disjunct computation of netdev featuresHerbert Xu
2008-09-24drivers/net/bonding: sparse fixes for exported tablesBen Dooks
2008-09-24bonding: add more ethtool supportStephen Hemminger
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison
2008-09-24bonding: Do not tx-balance some IPv6 packets on ALB/TLB bondsVlad Yasevich
2008-09-03bonding: change some __constant_htons() to htons()Brian Haley
2008-08-07bonding: Don't destroy bonding master when removing slave via sysfsMoni Shoua
2008-08-07bonding: refactor mii monitorJay Vosburgh
2008-07-22netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller
2008-07-14bonding: Check return of dev_set_promiscuity/allmultiWang Chen
2008-07-08netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller
2008-06-18bonding: Allow setting max_bonds to zeroJay Vosburgh
2008-06-18bonding: Rework / fix multiple gratuitous ARP supportJay Vosburgh
2008-06-17bonding: deliver netdev event for fail-over under the active-backup modeOr Gerlitz
2008-06-17bonding: bond_change_active_slave() cleanup under active-backupOr Gerlitz
2008-05-22bonding: Add "follow" option to fail_over_macJay Vosburgh
2008-05-22bonding: refactor ARP active-backup monitorJay Vosburgh
2008-05-22bonding: Send more than one gratuitous ARP when slave takes overMoni Shoua
2008-05-22bonding: Remove unneeded list_empty checks.Pavel Emelyanov
2008-05-22bonding: Relax unneeded _safe lists iterations.Pavel Emelyanov
2008-05-22bonding: Remove redundant argument from bond_create.Pavel Emelyanov
2008-05-22bonding: remove test for IP in ARP monitorJay Vosburgh
2008-05-22bonding: Use msecs_to_jiffies, eliminate panicJay Vosburgh
2008-05-14bonding: handle case of device named bonding_masterStephen Hemminger
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: fix error unwind in bonding_store_bondsJay Vosburgh
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-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller