summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2013-08-01bonding: remove unnecessary read_locks of curr_slave_locknikolay@redhat.com
2013-08-01bonding: convert to list API and replace bond's custom listnikolay@redhat.com
2013-08-01bonding: fix system hang due to fast igmp timer reschedulingNikolay Aleksandrov
2013-07-28bonding: remove bond_resend_igmp_join_requests read_unlock leftovernikolay@redhat.com
2013-07-26bond: cleanup netpoll codestephen hemminger
2013-07-26bonding: use pre-defined macro in bond_mode_name instead of magic number 0Wang Sheng-Hui
2013-07-25bonding: Fixed up a error "do not initialise statics to 0 or NULL" in bond_ma...dingtianhong
2013-07-25bonding: add rtnl protection for bonding_store_fail_over_macdingtianhong
2013-07-25bonding: bond_sysfs.c checkpatch cleanupdingtianhong
2013-07-25bonding: don't call slave_xxx_netpoll under spinlocksdingtianhong
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-29bonding: combine pr_debugs in bond_set_dev_addr into oneNikolay Aleksandrov
2013-06-28bonding: when cloning a MAC use NET_ADDR_STOLENnikolay@redhat.com
2013-06-28bonding: remove unnecessary dev_addr_from_first membernikolay@redhat.com
2013-06-28bonding: remove unnecessary setup_by_slave membernikolay@redhat.com
2013-06-25bonding: add an option to fail when any of arp_ip_target is inaccessibleVeaceslav Falico
2013-06-25bonding: don't trust arp requests unless active slave really worksVeaceslav Falico
2013-06-25bonding: don't validate arp if we don't have toVeaceslav Falico
2013-06-25bonding: don't add duplicate targets to arp_ip_targetVeaceslav Falico
2013-06-25bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico
2013-06-24bonding: fix slave speed reporting in bond_miimon_commitNikolay Aleksandrov
2013-06-20bonding: trivial: make alb use bond_slave_has_mac()Veaceslav Falico
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-17bonding: don't call alb_set_slave_mac_addr() while atomicVeaceslav Falico
2013-06-13bonding: fix igmp_retrans type and two related racesNikolay Aleksandrov
2013-06-13bonding: reset master mac on first enslave failureNikolay Aleksandrov
2013-06-07bonding: disallow change of MAC if fail_over_mac enabledJay Vosburgh
2013-06-07bonding: Convert hw addr handling to sync/unsync, support ucast addressesJay Vosburgh
2013-05-29bonding: trivial: update the comments to reflect the realityVeaceslav Falico
2013-05-29bonding: trivial: remove unused parameter from alb_swap_mac_addr()Veaceslav Falico
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-05-28bonding: allow xmit hash policy change while bond dev is upNikolay Aleksandrov
2013-05-20bonding: fix multiple 3ad mode sysfs race conditionsnikolay@redhat.com
2013-05-20bonding: arp_ip_count and arp_targets can be wrongnikolay@redhat.com
2013-05-20bonding: replace %x with %pI4 for IPv4 addressesnikolay@redhat.com
2013-05-20bonding: fix set mode race conditionsnikolay@redhat.com
2013-05-16bonding: allow TSO being set on bonding masterEric Dumazet
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-25bonding: fix locking in enslave failure pathnikolay@redhat.com
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-19bonding: in bond_mc_swap() bond's mc addr list is walked without locknikolay@redhat.com
2013-04-19bonding: disable netpoll on enslave failurenikolay@redhat.com
2013-04-19bonding: primary_slave & curr_active_slave are not cleaned on enslave failurenikolay@redhat.com
2013-04-19bonding: vlans don't get deleted on enslave failurenikolay@redhat.com
2013-04-19bonding: mc addresses don't get deleted on enslave failurenikolay@redhat.com
2013-04-19bond: add support to read speed and duplex via ethtoolAndy Gospodarek
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy