summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* bonding: in bond_mc_swap() bond's mc addr list is walked without locknikolay@redhat.com2013-04-191-0/+4
* bonding: disable netpoll on enslave failurenikolay@redhat.com2013-04-191-0/+1
* bonding: primary_slave & curr_active_slave are not cleaned on enslave failurenikolay@redhat.com2013-04-191-0/+10
* bonding: vlans don't get deleted on enslave failurenikolay@redhat.com2013-04-191-0/+1
* bonding: mc addresses don't get deleted on enslave failurenikolay@redhat.com2013-04-191-0/+5
* bonding: fix l23 and l34 load balancing in forwarding pathEric Dumazet2013-04-181-25/+30
* bonding: IFF_BONDING is not stripped on enslave failurenikolay@redhat.com2013-04-111-0/+1
* bonding: fix netdev event NULL pointer dereferencenikolay@redhat.com2013-04-111-2/+11
* bonding: fix bonding_masters race condition in bond unloadingnikolay@redhat.com2013-04-081-0/+9
* Revert "bonding: remove sysfs before removing devices"nikolay@redhat.com2013-04-081-1/+1
* bonding: remove sysfs before removing devicesVeaceslav Falico2013-04-051-1/+1
* bonding: get netdev_rx_handler_unregister out of locksVeaceslav Falico2013-04-021-2/+1
* bonding: fix disabling of arp_interval and miimonnikolay@redhat.com2013-03-291-44/+48
* bonding: remove already created master sysfs link on failureVeaceslav Falico2013-03-261-0/+5
* bonding: don't call update_speed_duplex() under spinlocksVeaceslav Falico2013-03-131-4/+2
* bonding: fire NETDEV_RELEASE event only on 0 slavesVeaceslav Falico2013-03-071-2/+3
* bond: check if slave count is 0 in case when deciding to take slave's macJiri Pirko2013-02-261-1/+1
* bonding: set sysfs device_type to 'bond'Doug Goldstein2013-02-191-0/+6
* bonding: fix bond_release_all inconsistenciesnikolay@redhat.com2013-02-191-117/+18
* bonding: Fix initialize after use for 3ad machine state spinlocknikolay@redhat.com2013-02-191-5/+4
* bonding: Fix race condition between bond_enslave() and bond_3ad_update_lacp_r...nikolay@redhat.com2013-02-191-2/+4
* netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman2013-02-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-051-0/+1
|\
| * bonding: unset primary slave via sysfsMilos Vyletel2013-01-291-0/+1
* | netns: bond: allow unprivileged users to control bond deviceGao feng2013-02-041-2/+5
* | bond: have random dev address by default instead of zeroesJiri Pirko2013-01-302-19/+20
* | ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-4/+5
* | bonding: remove usage of dev->masterJiri Pirko2013-01-044-64/+80
|/
* bonding: do not cancel works in bond_uninit()Konstantin Khlebnikov2012-12-141-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-125-52/+210
|\ \
| * | bonding: Fix check for ethtool get_link operation supportBen Hutchings2012-12-071-11/+6
| * | bonding: delete migrated IP addresses from the rlb hash tableJiri Bohac2012-11-303-40/+184
| * | bonding: rlb mode of bond should not alter ARP originating via bridgezheng.li2012-11-302-0/+19
| * | bonding: in balance-rr mode, set curr_active_slave only if it is upMichal Kubeček2012-11-281-1/+1
* | | bonding: fix race condition in bonding_store_slaves_activenikolay@redhat.com2012-11-291-0/+2
* | | bonding: make arp_ip_target parameter checks consistent with sysfsnikolay@redhat.com2012-11-291-2/+3
* | | bonding: fix miimon and arp_interval delayed work race conditionsnikolay@redhat.com2012-11-292-86/+36
|/ /
* | bonding: Bonding driver does not consider the gso_max_size/gso_max_segs setti...Sarveshwar Bandi2012-11-211-0/+7
* | bonding: fix second off-by-one errornikolay@redhat.com2012-11-011-1/+1
* | bonding: fix off-by-one errornikolay@redhat.com2012-11-011-1/+1
|/
* vlan: fix bond/team enslave of vlan challenged slave/portJiri Pirko2012-10-161-1/+1
* bonding: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet2012-10-041-0/+2
* bonding: add some slack to arp monitoring time limitsJiri Bohac2012-08-311-11/+20
* bonding: support for IPv6 transmit hashingJohn Eaglesham2012-08-221-26/+63
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-7/+5
|\
| * netpoll: check netpoll tx status on the right deviceAmerigo Wang2012-08-141-1/+1
| * netpoll: make __netpoll_cleanup non-blockAmerigo Wang2012-08-141-3/+1
| * netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-141-3/+3