bonding: select current active slave when enslaving device for mode tlb and alb
[safe/jmp/linux-2.6] / drivers / net / bonding / bond_main.c
2009-03-26 Jiri Pirkobonding: select current active slave when enslaving...
2009-03-20 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-19 Jay Vosburghbonding: Fix updating of speed/duplex changes
2009-03-05 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-05 Patrick McHardybonding: Fix device passed into ->ndo_neigh_setup().
2009-02-18 Hannes Ederdrivers/net/bonding: fix sparse warning: symbol shadows...
2009-02-18 Hannes Ederdrivers/net/bonding: fix sparse warnings: context imbalance
2009-01-21 Jan Engelhardtnet: constify VFTs
2009-01-06 Stephen Hemmingerbonding: use net_device_ops
2008-12-26 Hannes Ederdrivers/net/bonding: fix sparse warnings: move decls...
2008-12-10 Holger Eitzenbergerbonding: turn all bond_parm_tbls const
2008-12-10 Holger Eitzenbergerbonding: make tbl argument to bond_parse_parm() const
2008-12-10 Holger Eitzenbergerbonding: use pr_debug instead of own macros
2008-12-10 Holger Eitzenbergerbonding: use table for mode names
2008-12-10 Holger Eitzenbergerbonding: add and use bond_is_lb()
2008-12-04 Wang Chenbond: Kill directly reference of netdev->priv
2008-11-21 Stephen Hemmingernetdev: add more functions to netdevice ops
2008-11-20 Stephen Hemmingerbonding: convert to net_device_ops
2008-11-20 Stephen Hemmingernetdev: introduce dev_get_stats()
2008-11-13 Wang Chennetdevice: safe convert to netdev_priv() #part-1
2008-11-06 Jay Vosburghbonding: alternate agg selection policies for 802.3ad
2008-11-06 Brian Haleybonding: send IPv6 neighbor advertisement on failover
2008-11-04 Jay Vosburghbonding, net: Move last_rx update into bonding recv...
2008-10-31 Harvey Harrisondrivers: replace NIPQUAD()
2008-10-31 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-10-31 Jay Vosburghbonding: Clean up resource leaks
2008-10-31 Jay Vosburghbonding: fix miimon failure counter
2008-10-30 Harvey Harrisonnet: easy removals of HIPQUAD using %pI4 format
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-10-23 Herbert Xunet: Fix disjunct computation of netdev features
2008-09-24 Stephen Hemmingerbonding: add more ethtool support
2008-09-03 Brian Haleybonding: change some __constant_htons() to htons()
2008-08-07 Jay Vosburghbonding: refactor mii monitor
2008-07-22 David S. Millernetdev: Handle ->addr_list_lock just like ->_xmit_lock...
2008-07-18 David S. Millernetdev: Allocate multiple queues for TX.
2008-07-15 David S. Millernetdev: Do not use TX lock to protect address lists.
2008-07-15 David S. Millernetdev: Add netdev->addr_list_lock protection.
2008-07-15 Wang Chenbonding: Check return of dev_set_promiscuity/allmulti
2008-07-09 David S. Millernetdev: Move _xmit_lock and xmit_lock_owner into netdev...
2008-06-18 Jay Vosburghbonding: Allow setting max_bonds to zero
2008-06-18 Jay Vosburghbonding: Rework / fix multiple gratuitous ARP support
2008-06-18 Or Gerlitzbonding: deliver netdev event for fail-over under the...
2008-06-18 Or Gerlitzbonding: bond_change_active_slave() cleanup under activ...
2008-05-22 Jay Vosburghbonding: Add "follow" option to fail_over_mac
2008-05-22 Jay Vosburghbonding: refactor ARP active-backup monitor
2008-05-22 Moni Shouabonding: Send more than one gratuitous ARP when slave...
2008-05-22 Pavel Emelyanovbonding: Remove unneeded list_empty checks.
2008-05-22 Pavel Emelyanovbonding: Relax unneeded _safe lists iterations.
2008-05-22 Pavel Emelyanovbonding: Remove redundant argument from bond_create.
2008-05-22 Jay Vosburghbonding: remove test for IP in ARP monitor
2008-05-22 Jay Vosburghbonding: Use msecs_to_jiffies, eliminate panic
2008-05-06 Jay Vosburghbonding: fix enslavement error unwinds
2008-05-06 Pavel Emelyanovbonding: Deadlock between bonding_store_bonds and bond_...
2008-05-06 Pavel Emelyanovbonding: Do not call free_netdev for already registered...
2008-04-29 Denis V. Lunevnetdev: use non-racy method for proc entries creation
2008-04-17 Joe Perchesdrivers/net/bonding/bond_main.c - remove unnecessary...
2008-03-28 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-26 Libor Pechacekbonding: Fix sysfs attribute handling
2008-03-26 Jay Vosburghbonding: fix two compiler warnings
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-03 Pavel Emelyanov[ARP]: Introduce the arp_hdr_len helper.
2008-02-29 Denis V. Lunev[NETNS]: Disable inetaddr notifiers in namespaces other...
2008-02-03 Jay Vosburghbonding: do not acquire rtnl in ARP monitor
2008-02-03 Andy Gospodarekbonding: fix race that causes invalid statistics
2008-02-03 Jay Vosburghbonding: fix NULL pointer deref in startup processing
2008-02-03 Jay Vosburghbonding: fix set_multicast_list locking
2008-02-03 Jay Vosburghbonding: fix parameter parsing
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_key.
2008-01-18 Jay Vosburghbonding: Don't hold lock when calling rtnl_unlock
2008-01-18 Jay Vosburghbonding: fix lock ordering for rtnl and bonding_rwsem
2008-01-18 Jay Vosburghbonding: Fix up parameter parsing
2008-01-18 Jay Vosburghbonding: release slaves when master removed via sysfs
2008-01-18 Jay Vosburghbonding: fix locking during alb failover and slave...
2007-12-07 Jay Vosburghbonding: Fix race at module unload
2007-12-07 Jay Vosburghbonding: Add new layer2+3 hash for xor/802.3ad modes
2007-12-07 David Sterbabonding: Fix time comparison
2007-11-14 Jay Vosburgh[BONDING]: Fix resource use after free
2007-11-10 Jay Vosburghbonding: don't validate address at device open
2007-10-25 Adrian Bunkbonding/bond_main.c: fix cut'n'paste error
2007-10-25 Adrian Bunkmake bonding/bond_main.c:bond_deinit() static
2007-10-24 Jay Vosburghbonding: Convert more locks to _bh, acquire rtnl, for...
2007-10-24 Jay Vosburghbonding: Convert locks to _bh, rework alb locking for...
2007-10-24 Jay Vosburghbonding: Convert miimon to new locking
2007-10-24 Jay Vosburghbonding: Convert balance-rr transmit to new locking
2007-10-24 Jay VosburghConvert bonding timers to workqueues
2007-10-17 Jay Vosburghbonding: two small fixes for IPoIB support
2007-10-15 Jay Vosburghnet/bonding: Optionally allow ethernet slaves to keep...
2007-10-15 Moni Shouanet/bonding: Destroy bonding master when last slave...
2007-10-15 Moni Shouanet/bonding: Delay sending of gratuitous ARP to avoid...
2007-10-15 Moni Shouanet/bonding: Handlle wrong assumptions that slave is...
2007-10-15 Moni Shouanet/bonding: Enable IP multicast for bonding IPoIB...
2007-10-15 Moni Shouanet/bonding: Enable bonding to enslave netdevices not...
2007-10-15 Moni Shouanet/bonding: Enable bonding to enslave non ARPHRD_ETHER
2007-10-10 Al Viroendianness annotations drivers/net/bonding/
2007-10-10 Joe Perches[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
2007-10-10 Jeff Garzik[ETHTOOL] Provide default behaviors for a few ethtool...
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make device event notification network namespace...
2007-10-10 Eric W. Biederman[NET]: Make packet reception network namespace safe
next