summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2013-10-19bonding: move active_slave getting into separate functionJiri Pirko
2013-10-19bonding: remove bond_ioctl_change_active()Jiri Pirko
2013-10-19bonding: move active_slave setting into separate functionJiri Pirko
2013-10-19bonding: move mode setting into separate functionJiri Pirko
2013-10-19bonding: push Netlink bits into separate fileJiri Pirko
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman
2013-10-17bonding: add rtnl lock and remove read lock for bond sysfsdingtianhong
2013-10-17bonding: use RCU protection for alb xmit pathdingtianhong
2013-10-17bonding: use RCU protection for 3ad xmit pathdingtianhong
2013-10-08bonding: ensure that TLB mode's active slave has correct mac filterVeaceslav Falico
2013-10-03bonding: modify the old and add new xmit hash policiesNikolay Aleksandrov
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-01bonding: RCUify bond_set_rx_mode()Veaceslav Falico
2013-10-01bonding: Fix broken promiscuity reference counting issueNeil Horman
2013-09-30bonding: trivial: remove forgotten bond_next_vlan()Veaceslav Falico
2013-09-28bonding: remove bond_next_slave()Veaceslav Falico
2013-09-28bonding: don't use bond_next_slave() in bond_info_seq_next()Veaceslav Falico
2013-09-28bonding: remove unused __get_next_agg()Veaceslav Falico
2013-09-28bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()Veaceslav Falico
2013-09-28bonding: make ad_agg_selection_logic() use bond_for_each_slave()Veaceslav Falico
2013-09-28bonding: make __get_active_agg() use bond_for_each_slave()Veaceslav Falico
2013-09-28bonding: make ad_port_selection_logic() use bond_for_each_slave()Veaceslav Falico
2013-09-28bonding: remove __get_first_port()Veaceslav Falico
2013-09-28bonding: remove __get_next_port()Veaceslav Falico
2013-09-28bonding: verify if we still have slaves in bond_3ad_unbind_slave()Veaceslav Falico
2013-09-28bonding: correctly verify for the first slave in bond_enslaveVeaceslav Falico
2013-09-26sysfs: make attr namespace interface less convolutedTejun Heo
2013-09-26net: create sysfs symlinks for neighbour devicesVeaceslav Falico
2013-09-26net: expose the master link to sysfs, and remove it from bondVeaceslav Falico
2013-09-26bonding: remove slave listsVeaceslav Falico
2013-09-26bonding: use neighbours for bond_next_slave()Veaceslav Falico
2013-09-26bonding: add __bond_next_slave() which uses neighboursVeaceslav Falico
2013-09-26bonding: remove bond_prev_slave()Veaceslav Falico
2013-09-26bonding: convert first/last slave logic to use neighboursVeaceslav Falico
2013-09-26bonding: convert bond_has_slaves() to use the neighbour listVeaceslav Falico
2013-09-26bonding: add bond_has_slaves() and use itVeaceslav Falico
2013-09-26bonding: remove unused bond_for_each_slave_from()Veaceslav Falico
2013-09-26bonding: rework bond_ab_arp_probe() to use bond_for_each_slave()Veaceslav Falico
2013-09-26bonding: rework bond_find_best_slave() to use bond_for_each_slave()Veaceslav Falico
2013-09-26bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()Veaceslav Falico
2013-09-26bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() onlyVeaceslav Falico
2013-09-26bonding: use bond_for_each_slave() in bond_uninit()Veaceslav Falico
2013-09-26bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico
2013-09-26bonding: remove bond_for_each_slave_continue_reverse()Veaceslav Falico
2013-09-26bonding: modify bond_get_slave_by_dev() to use neighboursVeaceslav Falico
2013-09-26bonding: populate neighbour's private on enslaveVeaceslav Falico
2013-09-26net: add adj_list to save only neighboursVeaceslav Falico
2013-09-16bonding: Make alb learning packet interval configurableNeil Horman
2013-09-11bonding: fix bond_arp_rcv setting and arp validate desync statenikolay@redhat.com
2013-09-11bonding: fix store_arp_validate race with mode changenikolay@redhat.com