headers: remove sched.h from interrupt.h
[safe/jmp/linux-2.6] / drivers / net / bonding / bond_sysfs.c
2009-10-11 Alexey Dobriyanheaders: remove sched.h from interrupt.h
2009-10-01 Jiri Pirkobonding: set primary param via sysfs
2009-08-13 Jiri Pirkobonding: wipe out printk's
2009-06-14 Stephen Hemmingerbonding: use is_zero_ether_addr
2009-06-14 Stephen Hemmingerbonding: network device names are case sensative
2009-06-14 Stephen Hemmingerbonding: elminate bad refcount code
2009-06-14 Stephen Hemmingerbonding: fix style issues
2009-06-14 Stephen Hemmingerbonding: fix destructor
2009-06-14 Stephen Hemmingerbonding: remove bonding read/write semaphore
2009-06-14 Stephen Hemmingerbonding: bond_create always called with default parameters
2009-06-11 Stephen Hemmingerbonding: fix multiple module load problem
2009-05-19 Eric W. Biedermannet: FIX bonding sysfs rtnl_lock deadlock
2009-04-13 Brian HaleyBonding: fix zero address hole bug in arp_ip_target...
2008-12-26 Hannes Ederdrivers/net/bonding: fix sparse warnings: move decls...
2008-12-10 Holger Eitzenbergerbonding: remove duplicate declarations
2008-12-10 Holger Eitzenbergerbonding: use pr_debug instead of own macros
2008-11-20 Stephen Hemmingerbonding: convert to net_device_ops
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-28 Johannes Bergnet: convert print_mac to %pM
2008-08-07 Moni Shouabonding: Don't destroy bonding master when removing...
2008-06-18 Jay Vosburghbonding: Allow setting max_bonds to zero
2008-05-22 Jay Vosburghbonding: Add "follow" option to fail_over_mac
2008-05-22 Moni Shouabonding: Send more than one gratuitous ARP when slave...
2008-05-22 Pavel Emelyanovbonding: Relax unneeded _safe lists iterations.
2008-05-22 Pavel Emelyanovbonding: Remove redundant argument from bond_create.
2008-05-15 Stephen Hemmingerbonding: handle case of device named bonding_master
2008-05-06 Jay Vosburghbonding: fix error unwind in bonding_store_bonds
2008-03-28 David S. Miller[BOND]: Fix warning in bond_sysfs.c
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: fix locking in sysfs primary/active selection
2007-12-07 Wagner Ferencbonding: Allow setting and querying xmit policy regardl...
2007-12-07 Wagner Ferencbonding: Coding style: break line after the if condition
2007-12-07 Wagner Ferencbonding: Purely cosmetic: rename a local variable
2007-12-07 Wagner Ferencbonding: Return nothing for not applicable values
2007-12-07 Wagner Ferencbonding: Remove trailing NULs from sysfs interface.
2007-11-10 Jay Vosburghbonding: fix rtnl locking merge error
2007-10-24 Jay Vosburghbonding: Convert more locks to _bh, acquire rtnl, for...
2007-10-24 Jay VosburghConvert bonding timers to workqueues
2007-10-19 Robert P. J. DayFix misspellings of "system", "controller", "interrupt...
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: Handlle wrong assumptions that slave is...
2007-10-15 Moni Shouanet/bonding: Enable IP multicast for bonding IPoIB...
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 Jesper JuhlClean up duplicate includes in drivers/net/
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-06-20 Jay Vosburghbonding: Fix use after free in unregister path
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-08 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2007-02-07 Greg Kroah-HartmanNetwork: convert network devices to use struct device...
2007-02-05 Jay Vosburghbonding: modify sysfs support to permit multiple loads
2006-09-26 Jay Vosburgh[PATCH] bonding: Validate probe replies in ARP monitor
2006-09-26 Jay Vosburgh[PATCH] bonding: Remove unneeded NULL test
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-03-04 Jay Vosburgh[PATCH] bonding: suppress duplicate packets
2006-02-07 Luiz Fernando Capi... [PATCH] bonding: Sparse warnings fix
2005-11-28 Jeff Garzik[bonding] Remove superfluous changelog.
2005-11-13 Mitch Williams[PATCH] bonding: add sysfs functionality to bonding...