bonding: Remove net_device_stats from bonding struct
[safe/jmp/linux-2.6] / drivers / net / bonding / bond_main.c
2010-02-04 Ajit Khapardebonding: Remove net_device_stats from bonding struct
2010-01-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-28 stephen hemmingerbonding: bond_open error return value
2010-01-18 Alexey Dobriyannet: spread __net_init, __net_exit
2010-01-04 Andy Gospodarekbonding: allow arp_ip_targets on separate vlans to...
2009-12-14 Joe Perchesdrivers/net/bonding/: : use pr_fmt
2009-12-03 Joe Perchesdrivers/net: Move && and || to end of previous line
2009-12-02 Eric W. Biedermannet: Simplify the bond drivers pernet operations.
2009-11-18 Eric Dumazetnetns: net_identifiers should be read_mostly
2009-10-30 Eric W. Biedermanbond: Get the rtnl_link_ops support correct
2009-10-30 Eric W. Biedermanbond: Add support for multiple network namespaces
2009-10-30 Eric W. Biedermanbond: Implement a basic set of rtnl link ops
2009-10-30 Eric W. Biedermanbond: Simplify bond device destruction
2009-10-30 Eric W. Biedermanbond: Simplify bond_create.
2009-10-30 Eric W. Biedermanbond: Simply bond sysfs group creation
2009-10-30 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-10-29 Jiri Bohacbonding: fix a race condition in calls to slave MII...
2009-10-27 Jasper Spaansbonding: Remove bond_dev from xmit_hash_policy call.
2009-10-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-10-24 Jasper Spaansbonding: Modify hash transmit policies to use the packe...
2009-10-13 Nicolas de Pesloüanbonding: change bond_create_proc_entry() to return...
2009-10-07 Nicolas de Pesloüanbonding: remove useless assignment
2009-10-07 Nicolas de Pesloüanbonding: fix a parameter name in error message
2009-10-07 Jiri Pirkobonding: introduce primary_reselect option
2009-09-17 Jiri Pirkobonding: make ab_arp select active slaves as other...
2009-09-15 Moni Shouabonding: remap muticast addresses without using dev_clo...
2009-09-01 Stephen Hemmingernetdev: convert pseudo drivers to netdev_tx_t
2009-08-29 Petri Gyntherbonding: Have bond_check_dev_link examine netif_running
2009-08-29 Nicolas de Pesloüanbonding: Fix useless test: int > INT_MAX
2009-08-29 Stephen Hemmingerbonding: use compare_ether_addr
2009-08-29 Jay Vosburghbonding: propogate vlan_features to bonding master
2009-08-13 Jiri Pirkobonding: wipe out printk's
2009-07-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-17 Moni Shouabonding: clean muticast addresses when device changes...
2009-07-06 Patrick McHardynet: convert remaining non-symbolic return values in...
2009-06-14 Stephen Hemmingerbonding: initialization rework
2009-06-14 Stephen Hemmingerbonding: network device names are case sensative
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: initialize before registration
2009-06-14 Stephen Hemmingerbonding: bond_create always called with default parameters
2009-05-30 Jiri Pirkobonding: use bond_is_lb() when it's appropriate
2009-05-19 Eric Dumazetnet: release dst entry in dev_hard_start_xmit()
2009-05-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-05-18 Eric Dumazetnet: tx scalability works : trans_start
2009-05-09 Florian Westphalbonding: fix panic if initialization fails
2009-05-05 Jiri Pirkobonding: get rid of CONFIG_PROC_FS ifdefs
2009-05-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-05-01 Jiri Pirkobonding: correct the cleanup in bond_create()
2009-05-01 Eric Dumazetbonding: bond_slave_info_query() fix
2009-04-27 Jiri Pirkobonding: ignore updelay param when there is no active...
2009-04-27 Jiri Pirkobonding: use ethtool for link checking first
2009-04-13 Brian HaleyBonding: fix zero address hole bug in arp_ip_target...
2009-03-30 Alexey Dobriyanproc 2/2: remove struct proc_dir_entry::owner
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
next