summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* bonding: don't call update_speed_duplex() under spinlocksVeaceslav Falico2013-03-271-4/+2
* bonding: fix race condition in bonding_store_slaves_activenikolay@redhat.com2013-01-031-0/+2
* bonding: Bonding driver does not consider the gso_max_size/gso_max_segs setti...Sarveshwar Bandi2013-01-031-0/+7
* bonding: Manage /proc/net/bonding/ entries from the netdev eventsEric W. Biederman2012-07-251-3/+6
* bonding: debugfs and network namespaces are incompatibleEric W. Biederman2012-07-251-1/+1
* bonding: Fix corrupted queue_mappingEric Dumazet2012-07-121-4/+5
* bonding: properly unset current_arp_slave on slave link upVeaceslav Falico2012-05-111-1/+5
* bonding: fix enslaving in alb mode when link downJiri Bohac2012-02-031-18/+9
* bonding: fix error handling if slave is busy (v2)stephen hemminger2012-01-121-2/+7
* bonding: only use primary address for ARPHenrik Saavedra Persson2011-11-301-27/+6
* bonding: Don't allow mode change via sysfs with slaves presentVeaceslav Falico2011-11-171-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-072-4/+4
|\
| * bonding: comparing a u8 with -1 is always falseDan Carpenter2011-11-042-4/+4
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\ \ | |/ |/|
| * drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* | bonding:update speed/duplex for NETDEV_CHANGEWeiping Pan2011-11-012-27/+22
* | bonding: eliminate bond_close race conditionsJay Vosburgh2011-10-304-60/+61
|/
* net: make bonding slaves honour master's skb->priorityMaciej Żenczykowski2011-10-251-1/+0
* Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-241-2/+5
|\
| * bonding: use local function pointer of bond->recv_probe in bond_handle_frameMitsuo Hayasaka2011-10-191-2/+5
* | bonding: Add a forgetten sysfs_attr_init on class_attr_bonding_mastersEric W. Biederman2011-10-221-0/+1
* | bonding: Use a per netns implementation of /sys/class/net/bonding_masters.Eric W. Biederman2011-10-193-21/+38
* | bonding: fix wrong port enabling in 802.3adFlavio Leitner2011-10-191-7/+0
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-073-7/+12
|\|
| * bonding: properly stop queuing work when requestedAndy Gospodarek2011-10-033-7/+12
* | net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-151-8/+5
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-201-0/+18
|\|
| * bonding:reset backup and inactive flag of slavePeter Pan(潘卫平)2011-08-171-0/+18
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* | bonding: use ndo_change_rx_flags callbackJiri Pirko2011-08-172-31/+14
* | bonding: implement get_tx_queues rtnk_link_opJiri Pirko2011-08-111-0/+9
|/
* bonding: reduce noise during initAndy Gospodarek2011-07-271-1/+1
* bonding: fix string comparison errorsAndy Gospodarek2011-07-271-62/+71
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-07-271-2/+4
* bonding: do vlan cleanupJiri Pirko2011-07-214-83/+33
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-211-3/+3
|\
| * net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław2011-07-141-3/+3
* | bonding: add min links parameter to 802.3adstephen hemminger2011-06-235-2/+51
* | ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-211-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-201-0/+12
|\|
| * netpoll: copy dev name of slaves to struct netpollWANG Cong2011-06-191-0/+1
| * bonding: reset queue mapping prior to transmission to physical device (v5)Neil Horman2011-06-051-0/+11
* | bonding:delete a dereference before checkPeter Pan(潘卫平)2011-06-131-2/+1
* | bonding: clean up bond_del_vlan()Jiri Bohac2011-06-111-10/+0
* | bonding: delete unused arp_mon_ptPeter Pan(潘卫平)2011-06-091-1/+0
* | bonding: delete unused ad_timerPeter Pan(潘卫平)2011-06-091-1/+0
* | bonding:delete agg_select_mode from ad_bond_infoPeter Pan(潘卫平)2011-06-092-3/+1
* | bonding:delete lacp_fast from ad_bond_infoPeter Pan(潘卫平)2011-06-093-10/+5
* | bonding: make 802.3ad use latest lacp_ratePeter Pan(潘卫平)2011-06-093-0/+33
* | bonding: allow all slave speedsJiri Pirko2011-06-021-8/+1
|/