aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAge
* drivers/net/*: Fix FSF address in file headersJeff Kirsher2013-12-06
* bonding: disable arp and enable mii monitoring when bond change to no uses ar...dingtianhong2013-11-28
* bonding: add ip checks when store ip targetWang Weidong2013-11-15
* bonding: fix two race conditions in bond_store_updelay/downdelayNikolay Aleksandrov2013-11-14
* bonding: don't permit to use ARP monitoring in 802.3ad modeVeaceslav Falico2013-11-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-13
|\
| * bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov2013-11-07
| * bonding: bond_get_size() returns wrong sizeDan Carpenter2013-11-02
| * Revert "Merge branch 'bonding_monitor_locking'"David S. Miller2013-10-28
| * bonding: remove bond read lock for bond_3ad_state_machine_handler()dingtianhong2013-10-27
| * bonding: remove bond read lock for bond_activebackup_arp_mon()dingtianhong2013-10-27
| * bonding: remove bond read lock for bond_loadbalance_arp_mon()dingtianhong2013-10-27
| * bonding: remove bond read lock for bond_alb_monitor()dingtianhong2013-10-27
| * bonding: remove bond read lock for bond_mii_monitor()dingtianhong2013-10-27
| * net: fix rtnl notification in atomic contextAlexei Starovoitov2013-10-25
| * bonding: move bond-specific init after enslave happensVeaceslav Falico2013-10-22
| * bonding: Remove __exit tag from bond_netlink_fini().David S. Miller2013-10-19
| * bonding: add Netlink support active_slave optionJiri Pirko2013-10-19
| * bonding: add Netlink support mode optionJiri Pirko2013-10-19
| * bonding: move active_slave getting into separate functionJiri Pirko2013-10-19
| * bonding: remove bond_ioctl_change_active()Jiri Pirko2013-10-19
| * bonding: move active_slave setting into separate functionJiri Pirko2013-10-19
| * bonding: move mode setting into separate functionJiri Pirko2013-10-19
| * bonding: push Netlink bits into separate fileJiri Pirko2013-10-19
| * bonding: add rtnl lock and remove read lock for bond sysfsdingtianhong2013-10-17
| * bonding: use RCU protection for alb xmit pathdingtianhong2013-10-17
| * bonding: use RCU protection for 3ad xmit pathdingtianhong2013-10-17
| * bonding: ensure that TLB mode's active slave has correct mac filterVeaceslav Falico2013-10-08
| * bonding: modify the old and add new xmit hash policiesNikolay Aleksandrov2013-10-03
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-01
| |\
| * | bonding: RCUify bond_set_rx_mode()Veaceslav Falico2013-10-01
| * | bonding: trivial: remove forgotten bond_next_vlan()Veaceslav Falico2013-09-30
| * | bonding: remove bond_next_slave()Veaceslav Falico2013-09-28
| * | bonding: don't use bond_next_slave() in bond_info_seq_next()Veaceslav Falico2013-09-28
| * | bonding: remove unused __get_next_agg()Veaceslav Falico2013-09-28
| * | bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()Veaceslav Falico2013-09-28
| * | bonding: make ad_agg_selection_logic() use bond_for_each_slave()Veaceslav Falico2013-09-28
| * | bonding: make __get_active_agg() use bond_for_each_slave()Veaceslav Falico2013-09-28
| * | bonding: make ad_port_selection_logic() use bond_for_each_slave()Veaceslav Falico2013-09-28
| * | bonding: remove __get_first_port()Veaceslav Falico2013-09-28
| * | bonding: remove __get_next_port()Veaceslav Falico2013-09-28
| * | bonding: verify if we still have slaves in bond_3ad_unbind_slave()Veaceslav Falico2013-09-28
| * | bonding: correctly verify for the first slave in bond_enslaveVeaceslav Falico2013-09-28
| * | net: create sysfs symlinks for neighbour devicesVeaceslav Falico2013-09-26
| * | net: expose the master link to sysfs, and remove it from bondVeaceslav Falico2013-09-26
| * | bonding: remove slave listsVeaceslav Falico2013-09-26
| * | bonding: use neighbours for bond_next_slave()Veaceslav Falico2013-09-26
| * | bonding: add __bond_next_slave() which uses neighboursVeaceslav Falico2013-09-26
| * | bonding: remove bond_prev_slave()Veaceslav Falico2013-09-26
| * | bonding: convert first/last slave logic to use neighboursVeaceslav Falico2013-09-26