summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* bonding: modify only neigh_parms owned by usVeaceslav Falico2013-08-051-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-1/+2
|\
| * bonding: fix slave speed reporting in bond_miimon_commitNikolay Aleksandrov2013-06-241-1/+2
* | bonding: combine pr_debugs in bond_set_dev_addr into oneNikolay Aleksandrov2013-06-291-3/+2
* | bonding: when cloning a MAC use NET_ADDR_STOLENnikolay@redhat.com2013-06-271-14/+19
* | bonding: remove unnecessary dev_addr_from_first membernikolay@redhat.com2013-06-272-6/+2
* | bonding: remove unnecessary setup_by_slave membernikolay@redhat.com2013-06-272-5/+1
* | bonding: add an option to fail when any of arp_ip_target is inaccessibleVeaceslav Falico2013-06-253-14/+128
* | bonding: don't trust arp requests unless active slave really worksVeaceslav Falico2013-06-251-1/+8
* | bonding: don't validate arp if we don't have toVeaceslav Falico2013-06-251-0/+4
* | bonding: don't add duplicate targets to arp_ip_targetVeaceslav Falico2013-06-251-1/+5
* | bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico2013-06-253-45/+46
* | 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