aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-33/+2
2009-03-25bonding: select current active slave when enslaving device for mode tlb and albJiri Pirko1-0/+1
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+20
2009-03-18bonding: Fix updating of speed/duplex changesJay Vosburgh1-5/+20
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-03-05bonding: Fix device passed into ->ndo_neigh_setup().Patrick McHardy1-1/+1
2009-02-17drivers/net/bonding: fix sparse warning: symbol shadows an earlier oneHannes Eder1-3/+3
2009-02-17drivers/net/bonding: fix sparse warnings: context imbalanceHannes Eder1-0/+8
2009-01-21net: constify VFTsJan Engelhardt1-1/+1
2009-01-06bonding: use net_device_opsStephen Hemminger1-1/+1
2008-12-25drivers/net/bonding: fix sparse warnings: move decls to header fileHannes Eder1-1/+0
2008-12-09bonding: turn all bond_parm_tbls constHolger Eitzenberger1-5/+5
2008-12-09bonding: make tbl argument to bond_parse_parm() constHolger Eitzenberger1-1/+1
2008-12-09bonding: use pr_debug instead of own macrosHolger Eitzenberger1-47/+45
2008-12-09bonding: use table for mode namesHolger Eitzenberger1-17/+13
2008-12-09bonding: add and use bond_is_lb()Holger Eitzenberger1-20/+9
2008-12-03bond: Kill directly reference of netdev->privWang Chen1-1/+1
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-10/+46
2008-11-19bonding: convert to net_device_opsStephen Hemminger1-43/+49
2008-11-19netdev: introduce dev_get_stats()Stephen Hemminger1-2/+3
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen1-29/+29
2008-11-06bonding: alternate agg selection policies for 802.3adJay Vosburgh1-0/+30
2008-11-06bonding: send IPv6 neighbor advertisement on failoverBrian Haley1-2/+31
2008-11-03bonding, net: Move last_rx update into bonding recv logicJay Vosburgh1-0/+2
2008-10-31drivers: replace NIPQUAD()Harvey Harrison1-12/+10
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-18/+34
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 Berg1-10/+5
2008-10-23net: Fix disjunct computation of netdev featuresHerbert Xu1-5/+11
2008-09-24bonding: add more ethtool supportStephen Hemminger1-0/+6
2008-09-03bonding: change some __constant_htons() to htons()Brian Haley1-3/+3
2008-08-07bonding: refactor mii monitorJay Vosburgh1-222/+172
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 Chen1-8/+31
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 Vosburgh1-3/+3
2008-06-18bonding: Rework / fix multiple gratuitous ARP supportJay Vosburgh1-20/+22
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 Vosburgh1-40/+145
2008-05-22bonding: refactor ARP active-backup monitorJay Vosburgh1-185/+242
2008-05-22bonding: Send more than one gratuitous ARP when slave takes overMoni Shoua1-4/+19
2008-05-22bonding: Remove unneeded list_empty checks.Pavel Emelyanov1-6/+0
2008-05-22bonding: Relax unneeded _safe lists iterations.Pavel Emelyanov1-17/+14
2008-05-22bonding: Remove redundant argument from bond_create.Pavel Emelyanov1-5/+2