summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* bonding: bond_get_size() returns wrong sizeDan Carpenter2013-11-021-2/+2
* Revert "Merge branch 'bonding_monitor_locking'"David S. Miller2013-10-283-40/+89
* bonding: remove bond read lock for bond_3ad_state_machine_handler()dingtianhong2013-10-271-4/+5
* bonding: remove bond read lock for bond_activebackup_arp_mon()dingtianhong2013-10-271-33/+13
* bonding: remove bond read lock for bond_loadbalance_arp_mon()dingtianhong2013-10-271-4/+6
* bonding: remove bond read lock for bond_alb_monitor()dingtianhong2013-10-271-16/+4
* bonding: remove bond read lock for bond_mii_monitor()dingtianhong2013-10-271-32/+12
* net: fix rtnl notification in atomic contextAlexei Starovoitov2013-10-251-2/+2
* bonding: move bond-specific init after enslave happensVeaceslav Falico2013-10-221-51/+14
* bonding: Remove __exit tag from bond_netlink_fini().David S. Miller2013-10-191-1/+1
* bonding: add Netlink support active_slave optionJiri Pirko2013-10-191-1/+22
* bonding: add Netlink support mode optionJiri Pirko2013-10-191-0/+56
* bonding: move active_slave getting into separate functionJiri Pirko2013-10-193-4/+24
* bonding: remove bond_ioctl_change_active()Jiri Pirko2013-10-191-57/+2
* bonding: move active_slave setting into separate functionJiri Pirko2013-10-193-61/+83
* bonding: move mode setting into separate functionJiri Pirko2013-10-194-37/+74
* bonding: push Netlink bits into separate fileJiri Pirko2013-10-194-28/+67
* bonding: add rtnl lock and remove read lock for bond sysfsdingtianhong2013-10-171-13/+17
* bonding: use RCU protection for alb xmit pathdingtianhong2013-10-172-15/+57
* bonding: use RCU protection for 3ad xmit pathdingtianhong2013-10-171-6/+4
* bonding: ensure that TLB mode's active slave has correct mac filterVeaceslav Falico2013-10-081-0/+17
* bonding: modify the old and add new xmit hash policiesNikolay Aleksandrov2013-10-034-134/+70
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-3/+10
|\
| * bonding: Fix broken promiscuity reference counting issueNeil Horman2013-09-301-3/+10
* | bonding: RCUify bond_set_rx_mode()Veaceslav Falico2013-09-301-3/+4
* | bonding: trivial: remove forgotten bond_next_vlan()Veaceslav Falico2013-09-301-1/+0
* | bonding: remove bond_next_slave()Veaceslav Falico2013-09-281-31/+0
* | bonding: don't use bond_next_slave() in bond_info_seq_next()Veaceslav Falico2013-09-281-4/+12
* | bonding: remove unused __get_next_agg()Veaceslav Falico2013-09-281-22/+0
* | bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()Veaceslav Falico2013-09-281-4/+9
* | bonding: make ad_agg_selection_logic() use bond_for_each_slave()Veaceslav Falico2013-09-281-12/+10
* | bonding: make __get_active_agg() use bond_for_each_slave()Veaceslav Falico2013-09-281-8/+7
* | bonding: make ad_port_selection_logic() use bond_for_each_slave()Veaceslav Falico2013-09-281-2/+7
* | bonding: remove __get_first_port()Veaceslav Falico2013-09-281-14/+4
* | bonding: remove __get_next_port()Veaceslav Falico2013-09-281-25/+9
* | bonding: verify if we still have slaves in bond_3ad_unbind_slave()Veaceslav Falico2013-09-281-1/+3
* | bonding: correctly verify for the first slave in bond_enslaveVeaceslav Falico2013-09-281-1/+1
* | net: create sysfs symlinks for neighbour devicesVeaceslav Falico2013-09-263-33/+1
* | net: expose the master link to sysfs, and remove it from bondVeaceslav Falico2013-09-261-17/+3
* | bonding: remove slave listsVeaceslav Falico2013-09-262-6/+0
* | bonding: use neighbours for bond_next_slave()Veaceslav Falico2013-09-261-5/+1
* | bonding: add __bond_next_slave() which uses neighboursVeaceslav Falico2013-09-261-0/+28
* | bonding: remove bond_prev_slave()Veaceslav Falico2013-09-262-10/+3
* | bonding: convert first/last slave logic to use neighboursVeaceslav Falico2013-09-261-6/+11
* | bonding: convert bond_has_slaves() to use the neighbour listVeaceslav Falico2013-09-261-1/+1
* | bonding: add bond_has_slaves() and use itVeaceslav Falico2013-09-265-23/+25
* | bonding: remove unused bond_for_each_slave_from()Veaceslav Falico2013-09-261-13/+0
* | bonding: rework bond_ab_arp_probe() to use bond_for_each_slave()Veaceslav Falico2013-09-261-14/+24
* | bonding: rework bond_find_best_slave() to use bond_for_each_slave()Veaceslav Falico2013-09-261-31/+12
* | bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()Veaceslav Falico2013-09-262-23/+22
OpenPOWER on IntegriCloud