aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bonding.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-19bonding: move active_slave getting into separate functionJiri Pirko1-0/+2
2013-10-19bonding: move active_slave setting into separate functionJiri Pirko1-0/+1
2013-10-19bonding: move mode setting into separate functionJiri Pirko1-2/+7
2013-10-19bonding: 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-28bonding: remove bond_next_slave()Veaceslav Falico1-31/+0
2013-09-26net: create sysfs symlinks for neighbour devicesVeaceslav Falico1-2/+0
2013-09-26bonding: remove slave listsVeaceslav Falico1-2/+0
2013-09-26bonding: use neighbours for bond_next_slave()Veaceslav Falico1-5/+1
2013-09-26bonding: add __bond_next_slave() which uses neighboursVeaceslav Falico1-0/+28
2013-09-26bonding: remove bond_prev_slave()Veaceslav Falico1-4/+0
2013-09-26bonding: convert first/last slave logic to use neighboursVeaceslav Falico1-6/+11
2013-09-26bonding: convert bond_has_slaves() to use the neighbour listVeaceslav Falico1-1/+1
2013-09-26bonding: add bond_has_slaves() and use itVeaceslav Falico1-0/+2
2013-09-26bonding: remove unused bond_for_each_slave_from()Veaceslav Falico1-13/+0
2013-09-26bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico1-5/+7
2013-09-26bonding: remove bond_for_each_slave_continue_reverse()Veaceslav Falico1-10/+0
2013-09-26bonding: modify bond_get_slave_by_dev() to use neighboursVeaceslav Falico1-7/+1
2013-09-15bonding: 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-03bonding: remove bond_vlan_used()Veaceslav Falico1-18/+0
2013-08-29bonding: remove vlan_list/current_alb_vlanVeaceslav Falico1-6/+0
2013-08-29bonding: use netdev_upper list in bond_vlan_usedVeaceslav Falico1-1/+14
2013-08-01bonding: initial RCU conversionnikolay@redhat.com1-0/+4
2013-08-01bonding: factor out slave id tx code and simplify xmit pathsNikolay Aleksandrov1-0/+10
2013-08-01bonding: convert to list API and replace bond's custom listnikolay@redhat.com1-31/+40
2013-06-27bonding: remove unnecessary dev_addr_from_first membernikolay@redhat.com1-1/+0
2013-06-27bonding: remove unnecessary setup_by_slave membernikolay@redhat.com1-1/+0
2013-06-25bonding: add an option to fail when any of arp_ip_target is inaccessibleVeaceslav Falico1-2/+28
2013-06-25bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico1-0/+16
2013-06-19Merge 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-07bonding: Convert hw addr handling to sync/unsync, support ucast addressesJay Vosburgh1-1/+0
2013-01-30bond: have random dev address by default instead of zeroesJiri Pirko1-0/+1
2013-01-04bonding: remove usage of dev->masterJiri Pirko1-7/+7
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus 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-12bonding: 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-22bonding: 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-19bonding: Use a per netns implementation of /sys/class/net/bonding_masters.Eric W. Biederman1-2/+5
2011-08-17bonding: use ndo_change_rx_flags callbackJiri Pirko1-1/+0
2011-07-21bonding: do vlan cleanupJiri Pirko1-1/+5
2011-06-23bonding: add min links parameter to 802.3adstephen hemminger1-0/+1
2011-06-09bonding: delete unused arp_mon_ptPeter Pan(潘卫平)1-1/+0
2011-05-15net: drivers: kill two unused macro definitionsShan Wei1-10/+0