aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-09net/bonding: Fix potential bad memory access during bonding eventsMoni Shoua1-17/+11
2015-02-04net/bonding: Notify state change on slavesMoni Shoua1-0/+42
2015-02-04net/bonding: Move slave state changes to a helper functionMoni Shoua1-26/+38
2015-02-01bonding: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/dellink handlersRoopa Prabhu1-1/+8
2015-01-27bonding: cleanup and remove dead codeJonathan Toppins1-1/+1
2015-01-27bonding: fix LACP PDU not sent on slave port sometimesSatish Ashok1-3/+8
2015-01-27bonding: fix incorrect lacp mux state when agg not activeWilson Kok1-10/+34
2015-01-27bonding: fix bond_open() don't always set slave active flagWilson Kok1-1/+1
2015-01-27bonding: update bond carrier state when min_links option changesJonathan Toppins2-1/+2
2015-01-25bonding: handle more gso typesEric Dumazet1-3/+3
2015-01-12bonding: cleanup bond_opts arrayJonathan Toppins1-3/+2
2014-12-27bonding: change error message to debug message in __bond_release_one()Wengang Wang1-1/+1
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2014-11-29bond: Check length of IFLA_BOND_ARP_IP_TARGET attributesThomas Graf1-1/+6
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-2/+2
2014-11-21vlan: kill vlan_put_tag helperJiri Pirko2-19/+6
2014-11-19bonding: Introduce 4 AD link speed to fix agg_bandwidthJianhua Xie1-1/+37
2014-11-19bonding: change AD_LINK_SPEED_BITMASK to enum to suport more speedJianhua Xie1-32/+34
2014-11-19bonding: fix curr_active_slave/carrier with loadbalance arp monitoringNikolay Aleksandrov1-1/+2
2014-11-13net: generic dev_disable_lro() stacked device handlingMichal Kubeček1-0/+3
2014-11-10net: Move bonding headers under include/netDavid S. Miller13-1262/+14
2014-10-31bonding: add bond_tx_drop() helperEric Dumazet3-9/+14
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds11-767/+579
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-3/+6
2014-10-06bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar5-152/+249
2014-10-06bonding: display xmit_hash_policy for non-dynamic-tlb modeMahesh Bandewar2-2/+8
2014-09-30bonding: make global bonding stats more reliableAndy Gospodarek2-28/+43
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15
2014-09-22bonding: remove the unnecessary notes for bond_xmit_broadcast()dingtianhong1-1/+0
2014-09-22bonding: slight optimization for bond_xmit_roundrobin()dingtianhong1-1/+1
2014-09-15bonding: consolidate ASSERT_RTNL()s and remove the unnecessaryNikolay Aleksandrov1-4/+2
2014-09-15bonding: trivial: style and comment fixesNikolay Aleksandrov6-167/+93
2014-09-15bonding: consolidate the two rlb_next_rx_slave functions into oneNikolay Aleksandrov1-28/+10
2014-09-13bonding: fix div by zero while enslaving and transmittingNikolay Aleksandrov1-3/+14
2014-09-13bonding: adjust locking commentsNikolay Aleksandrov3-10/+10
2014-09-13bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov3-57/+22
2014-09-13bonding: alb: convert to bond->mode_lockNikolay Aleksandrov4-89/+35
2014-09-13bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov3-7/+6
2014-09-13bonding: clean curr_slave_lock useNikolay Aleksandrov4-70/+14
2014-09-13bonding: alb: remove curr_slave_lockNikolay Aleksandrov1-36/+3
2014-09-13bonding: 3ad: clean up curr_slave_lock usageNikolay Aleksandrov1-7/+3
2014-09-09net:bonding: Add missing space in bonding driver parameter descriptionMasanari Iida1-1/+1
2014-09-09bonding: remove last users of bond->lock and bond->lock itselfNikolay Aleksandrov2-45/+2
2014-09-09bonding: options: remove bond->lock usageNikolay Aleksandrov1-18/+1
2014-09-09bonding: procfs: clean bond->lock usage and use RCUNikolay Aleksandrov1-13/+3
2014-09-09bonding: convert primary_slave to use RCUNikolay Aleksandrov6-34/+43
2014-09-09bonding: alb: clean bond->lockNikolay Aleksandrov1-9/+2
2014-09-09bonding: 3ad: use curr_slave_lock instead of bond->lockNikolay Aleksandrov2-10/+11