aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-03bonding, net: Move last_rx update into bonding recv logicJay Vosburgh2-0/+5
2008-10-31drivers: replace NIPQUAD()Harvey Harrison2-26/+24
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-23/+42
2008-10-31bonding: fix panic when taking bond interface down before removing moduleAndy Gospodarek1-5/+8
2008-10-31bonding: Clean up resource leaksJay Vosburgh1-18/+31
2008-10-31bonding: fix miimon failure counterJay Vosburgh1-0/+3
2008-10-29net: easy removals of HIPQUAD using %pI4 formatHarvey Harrison1-3/+1
2008-10-27net: convert print_mac to %pMJohannes Berg2-13/+6
2008-10-23net: Fix disjunct computation of netdev featuresHerbert Xu1-5/+11
2008-09-24drivers/net/bonding: sparse fixes for exported tablesBen Dooks1-0/+8
2008-09-24bonding: add more ethtool supportStephen Hemminger1-0/+6
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-09-24bonding: Do not tx-balance some IPv6 packets on ALB/TLB bondsVlad Yasevich1-0/+24
2008-09-03bonding: change some __constant_htons() to htons()Brian Haley2-5/+5
2008-08-07bonding: Don't destroy bonding master when removing slave via sysfsMoni Shoua1-3/+0
2008-08-07bonding: refactor mii monitorJay Vosburgh2-222/+173
2008-07-22netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller1-0/+3
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller1-2/+4
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller1-16/+8
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+8
2008-07-14bonding: Check return of dev_set_promiscuity/allmultiWang Chen2-10/+35
2008-07-08netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller1-1/+12
2008-06-18bonding: Allow setting max_bonds to zeroJay Vosburgh2-22/+6
2008-06-18bonding: Rework / fix multiple gratuitous ARP supportJay Vosburgh2-22/+24
2008-06-17bonding: deliver netdev event for fail-over under the active-backup modeOr Gerlitz1-0/+8
2008-06-17bonding: bond_change_active_slave() cleanup under active-backupOr Gerlitz1-10/+8
2008-05-22bonding: Add "follow" option to fail_over_macJay Vosburgh3-60/+165
2008-05-22bonding: refactor ARP active-backup monitorJay Vosburgh2-185/+248
2008-05-22bonding: Send more than one gratuitous ARP when slave takes overMoni Shoua3-4/+60
2008-05-22bonding: Remove unneeded list_empty checks.Pavel Emelyanov1-6/+0
2008-05-22bonding: Relax unneeded _safe lists iterations.Pavel Emelyanov2-19/+15
2008-05-22bonding: Remove redundant argument from bond_create.Pavel Emelyanov3-7/+4
2008-05-22bonding: remove test for IP in ARP monitorJay Vosburgh1-27/+4
2008-05-22bonding: Use msecs_to_jiffies, eliminate panicJay Vosburgh1-3/+3
2008-05-14bonding: handle case of device named bonding_masterStephen Hemminger1-2/+10
2008-05-06bonding: fix enslavement error unwindsJay Vosburgh1-7/+7
2008-05-06bonding: Deadlock between bonding_store_bonds and bond_destroy_sysfs.Pavel Emelyanov1-2/+4
2008-05-06bonding: fix error unwind in bonding_store_bondsJay Vosburgh1-8/+8
2008-05-06bonding: Do not call free_netdev for already registered device.Pavel Emelyanov1-1/+3
2008-04-29netdev: use non-racy method for proc entries creationDenis V. Lunev1-6/+3
2008-04-16drivers/net/bonding/bond_main.c - remove unnecessary #defineJoe Perches1-2/+0
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2008-03-28[BOND]: Fix warning in bond_sysfs.cDavid S. Miller1-0/+1
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-12/+7
2008-03-25bonding: update versionJay Vosburgh1-2/+2
2008-03-25bonding: Fix sysfs attribute handlingLibor Pechacek1-2/+1
2008-03-25bonding: fix two compiler warningsJay Vosburgh2-6/+2
2008-03-25bonding: Fix locking in 802.3ad modeJay Vosburgh1-2/+2
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki3-5/+5
2008-03-03[ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov1-4/+1