summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-2/+2
* net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-191-3/+5
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-7/+10
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-081-1/+1
|\
| * bonding: remove sysfs before removing devicesVeaceslav Falico2013-04-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-031-2/+1Star
|\|
| * bonding: get netdev_rx_handler_unregister out of locksVeaceslav Falico2013-04-021-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-44/+48
|\|
| * bonding: fix disabling of arp_interval and miimonnikolay@redhat.com2013-03-291-44/+48
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-271-0/+5
|\|
| * bonding: remove already created master sysfs link on failureVeaceslav Falico2013-03-261-0/+5
* | bonding: cleanup unneeded rcu_read_lock()Veaceslav Falico2013-03-261-2/+1Star
|/
* bonding: don't call update_speed_duplex() under spinlocksVeaceslav Falico2013-03-131-4/+2Star
* 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/+18Star
* bonding: Fix initialize after use for 3ad machine state spinlocknikolay@redhat.com2013-02-191-5/+4Star
* 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-121-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-071-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/+0Star
* 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-135-52/+210
|\ \
| * | bonding: Fix check for ethtool get_link operation supportBen Hutchings2012-12-071-11/+6Star
| * | 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/+36Star
|/ /
* | 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-231-26/+63
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-7/+5Star
|\
| * netpoll: check netpoll tx status on the right deviceAmerigo Wang2012-08-141-1/+1
| * netpoll: make __netpoll_cleanup non-blockAmerigo Wang2012-08-141-3/+1Star
| * netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-141-3/+3
* | net: remove netdev_bonding_change()Amerigo Wang2012-08-141-10/+10
|/