aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)Author
2014-01-17bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com
2014-01-17bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com
2014-01-16bonding: handle slave's name change with primary_slave logicVeaceslav Falico
2014-01-14bonding: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2014-01-03bonding: add ad_select attribute netlink supportsfeldma@cumulusnetworks.com
2014-01-01bonding: make more functions staticstephen hemminger
2014-01-01bonding: use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong
2014-01-01bonding: remove unwanted return value for bond_dev_queue_xmit()dingtianhong
2014-01-01bonding: slight optimizztion for bond_slave_override()dingtianhong
2013-12-31bonding: ust micro BOND_NO_USE_ARP to simplify the mode checkdingtianhong
2013-12-31bonding: add option lp_interval for loading moduledingtianhong
2013-12-29bonding: make local function staticstephen hemminger
2013-12-14bonding: rebuild the bond_resend_igmp_join_requests_delayed()dingtianhong
2013-12-14bonding: add RCU for bond_3ad_state_machine_handler()dingtianhong
2013-12-14bonding: remove unwanted lock for bond enslave and releasedingtianhong
2013-12-14bonding: rebuild the lock use for bond_activebackup_arp_mon()dingtianhong
2013-12-14bonding: rebuild the lock use for bond_loadbalance_arp_mon()dingtianhong
2013-12-14bonding: rebuild the lock use for bond_mii_monitor()dingtianhong
2013-12-14bonding: remove the no effect lock for bond_select_active_slave()dingtianhong
2013-12-05bonding: add arp_ip_target checks when install the moduledingtianhong
2013-11-28bonding: disable arp and enable mii monitoring when bond change to no uses ar...dingtianhong
2013-11-07bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov
2013-10-28Revert "Merge branch 'bonding_monitor_locking'"David S. Miller
2013-10-27bonding: remove bond read lock for bond_activebackup_arp_mon()dingtianhong
2013-10-27bonding: remove bond read lock for bond_loadbalance_arp_mon()dingtianhong
2013-10-27bonding: remove bond read lock for bond_mii_monitor()dingtianhong
2013-10-25net: fix rtnl notification in atomic contextAlexei Starovoitov
2013-10-22bonding: move bond-specific init after enslave happensVeaceslav Falico
2013-10-19bonding: remove bond_ioctl_change_active()Jiri Pirko
2013-10-19bonding: push Netlink bits into separate fileJiri Pirko
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-09-30bonding: RCUify bond_set_rx_mode()Veaceslav Falico
2013-09-30bonding: Fix broken promiscuity reference counting issueNeil Horman
2013-09-28bonding: correctly verify for the first slave in bond_enslaveVeaceslav Falico
2013-09-26net: create sysfs symlinks for neighbour devicesVeaceslav Falico
2013-09-26bonding: remove slave listsVeaceslav Falico
2013-09-26bonding: remove bond_prev_slave()Veaceslav Falico
2013-09-26bonding: add bond_has_slaves() and use itVeaceslav 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: 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: populate neighbour's private on enslaveVeaceslav Falico
2013-09-26net: add adj_list to save only neighboursVeaceslav Falico
2013-09-15bonding: Make alb learning packet interval configurableNeil Horman
2013-09-11bonding: fix bond_arp_rcv setting and arp validate desync statenikolay@redhat.com