aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-28Revert "Merge branch 'bonding_monitor_locking'"David S. Miller3-40/+89
2013-10-27bonding: remove bond read lock for bond_3ad_state_machine_handler()dingtianhong1-4/+5
2013-10-27bonding: remove bond read lock for bond_activebackup_arp_mon()dingtianhong1-33/+13
2013-10-27bonding: remove bond read lock for bond_loadbalance_arp_mon()dingtianhong1-4/+6
2013-10-27bonding: remove bond read lock for bond_alb_monitor()dingtianhong1-16/+4
2013-10-27bonding: remove bond read lock for bond_mii_monitor()dingtianhong1-32/+12
2013-10-25net: fix rtnl notification in atomic contextAlexei Starovoitov1-2/+2
2013-10-22bonding: move bond-specific init after enslave happensVeaceslav Falico1-51/+14
2013-10-19bonding: Remove __exit tag from bond_netlink_fini().David S. Miller1-1/+1
2013-10-19bonding: add Netlink support active_slave optionJiri Pirko1-1/+22
2013-10-19bonding: add Netlink support mode optionJiri Pirko1-0/+56
2013-10-19bonding: move active_slave getting into separate functionJiri Pirko3-4/+24
2013-10-19bonding: remove bond_ioctl_change_active()Jiri Pirko1-57/+2
2013-10-19bonding: move active_slave setting into separate functionJiri Pirko3-61/+83
2013-10-19bonding: move mode setting into separate functionJiri Pirko4-37/+74
2013-10-19bonding: push Netlink bits into separate fileJiri Pirko4-28/+67
2013-10-17bonding: add rtnl lock and remove read lock for bond sysfsdingtianhong1-13/+17
2013-10-17bonding: use RCU protection for alb xmit pathdingtianhong2-15/+57
2013-10-17bonding: use RCU protection for 3ad xmit pathdingtianhong1-6/+4
2013-10-08bonding: ensure that TLB mode's active slave has correct mac filterVeaceslav Falico1-0/+17
2013-10-03bonding: modify the old and add new xmit hash policiesNikolay Aleksandrov4-134/+70
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+10
2013-09-30bonding: RCUify bond_set_rx_mode()Veaceslav Falico1-3/+4
2013-09-30bonding: Fix broken promiscuity reference counting issueNeil Horman1-3/+10
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-28bonding: don't use bond_next_slave() in bond_info_seq_next()Veaceslav Falico1-4/+12
2013-09-28bonding: remove unused __get_next_agg()Veaceslav Falico1-22/+0
2013-09-28bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()Veaceslav Falico1-4/+9
2013-09-28bonding: make ad_agg_selection_logic() use bond_for_each_slave()Veaceslav Falico1-12/+10
2013-09-28bonding: make __get_active_agg() use bond_for_each_slave()Veaceslav Falico1-8/+7
2013-09-28bonding: make ad_port_selection_logic() use bond_for_each_slave()Veaceslav Falico1-2/+7
2013-09-28bonding: remove __get_first_port()Veaceslav Falico1-14/+4
2013-09-28bonding: remove __get_next_port()Veaceslav Falico1-25/+9
2013-09-28bonding: verify if we still have slaves in bond_3ad_unbind_slave()Veaceslav Falico1-1/+3
2013-09-28bonding: correctly verify for the first slave in bond_enslaveVeaceslav Falico1-1/+1
2013-09-26net: create sysfs symlinks for neighbour devicesVeaceslav Falico3-33/+1
2013-09-26net: expose the master link to sysfs, and remove it from bondVeaceslav Falico1-17/+3
2013-09-26bonding: remove slave listsVeaceslav Falico2-6/+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 Falico2-10/+3
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 Falico5-23/+25
2013-09-26bonding: remove unused bond_for_each_slave_from()Veaceslav Falico1-13/+0
2013-09-26bonding: rework bond_ab_arp_probe() to use bond_for_each_slave()Veaceslav Falico1-14/+24
2013-09-26bonding: rework bond_find_best_slave() to use bond_for_each_slave()Veaceslav Falico1-31/+12
2013-09-26bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()Veaceslav Falico2-23/+22
2013-09-26bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() onlyVeaceslav Falico1-24/+22