summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)Author
2015-05-12switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman
2015-05-12switchdev: cut over to new switchdev_port_bridge_getlinkScott Feldman
2015-05-12switchdev: cut over to new switchdev_port_bridge_dellinkScott Feldman
2015-05-12switchdev: cut over to new switchdev_port_bridge_setlinkScott Feldman
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko
2015-05-11bonding: Implement user key part of port_key in an AD system.Mahesh Bandewar
2015-05-11bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar
2015-05-11bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar
2015-04-29net: Fix Kernel Panic in bonding driver debugfs file: rlb_hash_tablePai
2015-04-27net/bonding: Make DRV macros privateMatan Barak
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-31bonding: Bonding Overriding Configuration logic restored.Anton Nayshtut
2015-03-29bonding: Don't segment multiple tagged packets on bonding deviceToshiaki Makita
2015-03-06bonding: implement bond_poll_controller()Mahesh Bandewar
2015-02-20bonding: simple code refactorMahesh Bandewar
2015-02-09net/bonding: Fix potential bad memory access during bonding eventsMoni Shoua
2015-02-05net/bonding: Notify state change on slavesMoni Shoua
2015-02-05net/bonding: Move slave state changes to a helper functionMoni Shoua
2015-02-02bonding: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/del...Roopa Prabhu
2015-01-28bonding: cleanup and remove dead codeJonathan Toppins
2015-01-28bonding: fix bond_open() don't always set slave active flagWilson Kok
2015-01-28bonding: update bond carrier state when min_links option changesJonathan Toppins
2015-01-26bonding: handle more gso typesEric Dumazet
2014-12-27bonding: change error message to debug message in __bond_release_one()Wengang Wang
2014-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2014-11-21vlan: kill vlan_put_tag helperJiri Pirko
2014-11-19bonding: fix curr_active_slave/carrier with loadbalance arp monitoringNikolay Aleksandrov
2014-11-13net: generic dev_disable_lro() stacked device handlingMichal Kubeček
2014-11-10net: Move bonding headers under include/netDavid S. Miller
2014-10-31bonding: add bond_tx_drop() helperEric Dumazet
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-06bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar
2014-09-30bonding: make global bonding stats more reliableAndy Gospodarek
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-22bonding: remove the unnecessary notes for bond_xmit_broadcast()dingtianhong
2014-09-22bonding: slight optimization for bond_xmit_roundrobin()dingtianhong
2014-09-15bonding: consolidate ASSERT_RTNL()s and remove the unnecessaryNikolay Aleksandrov
2014-09-15bonding: trivial: style and comment fixesNikolay Aleksandrov
2014-09-13bonding: fix div by zero while enslaving and transmittingNikolay Aleksandrov
2014-09-13bonding: adjust locking commentsNikolay Aleksandrov
2014-09-13bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov
2014-09-13bonding: alb: convert to bond->mode_lockNikolay Aleksandrov
2014-09-13bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov
2014-09-13bonding: clean curr_slave_lock useNikolay Aleksandrov
2014-09-10net:bonding: Add missing space in bonding driver parameter descriptionMasanari Iida
2014-09-10bonding: remove last users of bond->lock and bond->lock itselfNikolay Aleksandrov
2014-09-10bonding: convert primary_slave to use RCUNikolay Aleksandrov
2014-09-10bonding: 3ad: use curr_slave_lock instead of bond->lockNikolay Aleksandrov
2014-07-29bonding: fix a memory leak in bond_arp_send_all()Dan Carpenter