summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bonding.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-29bonding: disable arp and enable mii monitoring when bond change to no uses ar...dingtianhong1-0/+7
2013-11-16bonding: add ip checks when store ip targetWang Weidong1-0/+3
2013-11-08bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov1-1/+2
2013-10-20bonding: move active_slave getting into separate functionJiri Pirko1-0/+2
2013-10-20bonding: move active_slave setting into separate functionJiri Pirko1-0/+1
2013-10-20bonding: move mode setting into separate functionJiri Pirko1-2/+7
2013-10-20bonding: push Netlink bits into separate fileJiri Pirko1-0/+7
2013-10-17bonding: use RCU protection for alb xmit pathdingtianhong1-0/+14
2013-10-03bonding: modify the old and add new xmit hash policiesNikolay Aleksandrov1-2/+1
2013-09-30bonding: trivial: remove forgotten bond_next_vlan()Veaceslav Falico1-1/+0
2013-09-29bonding: remove bond_next_slave()Veaceslav Falico1-31/+0
2013-09-27net: create sysfs symlinks for neighbour devicesVeaceslav Falico1-2/+0
2013-09-27bonding: remove slave listsVeaceslav Falico1-2/+0
2013-09-27bonding: use neighbours for bond_next_slave()Veaceslav Falico1-5/+1
2013-09-27bonding: add __bond_next_slave() which uses neighboursVeaceslav Falico1-0/+28
2013-09-27bonding: remove bond_prev_slave()Veaceslav Falico1-4/+0
2013-09-27bonding: convert first/last slave logic to use neighboursVeaceslav Falico1-6/+11
2013-09-27bonding: convert bond_has_slaves() to use the neighbour listVeaceslav Falico1-1/+1
2013-09-27bonding: add bond_has_slaves() and use itVeaceslav Falico1-0/+2
2013-09-27bonding: remove unused bond_for_each_slave_from()Veaceslav Falico1-13/+0
2013-09-27bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico1-5/+7
2013-09-27bonding: remove bond_for_each_slave_continue_reverse()Veaceslav Falico1-10/+0
2013-09-27bonding: modify bond_get_slave_by_dev() to use neighboursVeaceslav Falico1-7/+1
2013-09-16bonding: Make alb learning packet interval configurableNeil Horman1-0/+1
2013-09-11bonding: fix bond_arp_rcv setting and arp validate desync statenikolay@redhat.com1-0/+1
2013-09-04bonding: remove bond_vlan_used()Veaceslav Falico1-18/+0
2013-08-30bonding: remove vlan_list/current_alb_vlanVeaceslav Falico1-6/+0
2013-08-30bonding: use netdev_upper list in bond_vlan_usedVeaceslav Falico1-1/+14
2013-08-02bonding: initial RCU conversionnikolay@redhat.com1-0/+4
2013-08-02bonding: factor out slave id tx code and simplify xmit pathsNikolay Aleksandrov1-0/+10
2013-08-02bonding: convert to list API and replace bond's custom listnikolay@redhat.com1-31/+40
2013-06-28bonding: remove unnecessary dev_addr_from_first membernikolay@redhat.com1-1/+0
2013-06-28bonding: remove unnecessary setup_by_slave membernikolay@redhat.com1-1/+0
2013-06-26bonding: add an option to fail when any of arp_ip_target is inaccessibleVeaceslav Falico1-2/+28
2013-06-26bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico1-0/+16
2013-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-06-13bonding: fix igmp_retrans type and two related racesNikolay Aleksandrov1-1/+1
2013-06-08bonding: Convert hw addr handling to sync/unsync, support ucast addressesJay Vosburgh1-1/+0
2013-01-31bond: have random dev address by default instead of zeroesJiri Pirko1-0/+1
2013-01-05bonding: remove usage of dev->masterJiri Pirko1-7/+7
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-11-30bonding: rlb mode of bond should not alter ARP originating via bridgezheng.li1-0/+13
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-06-13bonding: remove packet cloning in recv_probe()Eric Dumazet1-2/+2
2012-05-13bonding: Fix LACPDU rx_dropped commit.David S. Miller1-1/+1
2012-03-23bonding: remove entries for master_ip and vlan_ip and query devices insteadAndy Gospodarek1-2/+16
2011-10-30bonding: eliminate bond_close race conditionsJay Vosburgh1-1/+0
2011-10-20bonding: Use a per netns implementation of /sys/class/net/bonding_masters.Eric W. Biederman1-2/+5
2011-08-18bonding: use ndo_change_rx_flags callbackJiri Pirko1-1/+0
2011-07-22bonding: do vlan cleanupJiri Pirko1-1/+5