summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* bonding: trivial: make alb use bond_slave_has_mac()Veaceslav Falico2013-06-191-42/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-192-5/+16
|\
| * bonding: fix igmp_retrans type and two related racesNikolay Aleksandrov2013-06-132-5/+12
| * bonding: reset master mac on first enslave failureNikolay Aleksandrov2013-06-131-0/+4
* | bonding: don't call alb_set_slave_mac_addr() while atomicVeaceslav Falico2013-06-171-35/+5
* | bonding: disallow change of MAC if fail_over_mac enabledJay Vosburgh2013-06-071-4/+3
* | bonding: Convert hw addr handling to sync/unsync, support ucast addressesJay Vosburgh2013-06-072-126/+43
* | bonding: trivial: update the comments to reflect the realityVeaceslav Falico2013-05-281-3/+1
* | bonding: trivial: remove unused parameter from alb_swap_mac_addr()Veaceslav Falico2013-05-281-4/+4
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* | bonding: allow xmit hash policy change while bond dev is upNikolay Aleksandrov2013-05-271-9/+1
|/
* bonding: fix multiple 3ad mode sysfs race conditionsnikolay@redhat.com2013-05-194-10/+24
* bonding: arp_ip_count and arp_targets can be wrongnikolay@redhat.com2013-05-191-11/+8
* bonding: replace %x with %pI4 for IPv4 addressesnikolay@redhat.com2013-05-191-3/+3
* bonding: fix set mode race conditionsnikolay@redhat.com2013-05-191-0/+4
* bonding: allow TSO being set on bonding masterEric Dumazet2013-05-161-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-3/+1
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-2/+4
|\ \
| * | bonding: fix locking in enslave failure pathnikolay@redhat.com2013-04-251-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-28/+73
|\ \ \ | |/ /
| * | 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
* | | bond: add support to read speed and duplex via ethtoolAndy Gospodarek2013-04-191-0/+32
* | | 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-071-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/+1
|\ \ \ | |/ /
| * | bonding: get netdev_rx_handler_unregister out of locksVeaceslav Falico2013-04-021-2/+1
* | | 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/+1
|/
* 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
OpenPOWER on IntegriCloud