summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* bonding: unwind on bond_add_vlan failurenikolay@redhat.com2013-08-081-2/+2
* bonding: change the bond's vlan syncing functions with the standard onesnikolay@redhat.com2013-08-081-30/+7
* bonding: remove locking from bond_set_rx_mode()Veaceslav Falico2013-08-051-6/+4
* bonding: add bond_time_in_interval() and use it for time comparisonVeaceslav Falico2013-08-051-53/+32
* bonding: call slave_last_rx() only once per slaveVeaceslav Falico2013-08-051-7/+8
* bonding: modify only neigh_parms owned by usVeaceslav Falico2013-08-021-1/+7
* bonding: initial RCU conversionnikolay@redhat.com2013-08-015-29/+32
* bonding: factor out slave id tx code and simplify xmit pathsNikolay Aleksandrov2013-08-012-67/+61
* bonding: simplify broadcast_xmit functionNikolay Aleksandrov2013-08-011-36/+16
* bonding: remove unnecessary read_locks of curr_slave_locknikolay@redhat.com2013-08-011-25/+8
* bonding: convert to list API and replace bond's custom listnikolay@redhat.com2013-08-016-236/+203
* bonding: fix system hang due to fast igmp timer reschedulingNikolay Aleksandrov2013-08-011-2/+2
* bonding: remove bond_resend_igmp_join_requests read_unlock leftovernikolay@redhat.com2013-07-281-1/+0
* bond: cleanup netpoll codestephen hemminger2013-07-261-7/+1
* bonding: use pre-defined macro in bond_mode_name instead of magic number 0Wang Sheng-Hui2013-07-261-1/+1
* bonding: Fixed up a error "do not initialise statics to 0 or NULL" in bond_ma...dingtianhong2013-07-241-1/+1
* bonding: add rtnl protection for bonding_store_fail_over_macdingtianhong2013-07-241-4/+11
* bonding: bond_sysfs.c checkpatch cleanupdingtianhong2013-07-241-4/+2
* bonding: don't call slave_xxx_netpoll under spinlocksdingtianhong2013-07-241-12/+3
* net: convert resend IGMP to notifier eventJiri Pirko2013-07-231-35/+9
* 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
|\ \