summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* bonding: Remove unnecessary initializationMahesh Bandewar2015-04-081-9/+0Star
* bonding: Code re-factoring for admin, oper-key operationsMahesh Bandewar2015-04-081-16/+13Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-1/+2
|\
| * bonding: Bonding Overriding Configuration logic restored.Anton Nayshtut2015-03-311-1/+2
* | bonding: Fix another case of LACPDU not sent on slaveMahesh Bandewar2015-03-311-0/+3
* | bonding: deprecate BOND_MONITOR_CHURNED in favor of existing definitionsMahesh Bandewar2015-03-311-6/+6
* | bonding: Remove hardcoded initializationMahesh Bandewar2015-03-311-1/+1
* | bonding: Don't segment multiple tagged packets on bonding deviceToshiaki Makita2015-03-291-0/+1
* | bonding: implement bond_poll_controller()Mahesh Bandewar2015-03-061-0/+33
* | bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar2015-02-242-7/+93
* | bonding: Verify RX LACPDU has proper dest mac-addrMahesh Bandewar2015-02-241-0/+3
* | bonding: simple code refactorMahesh Bandewar2015-02-201-4/+2Star
|/
* net/bonding: Fix potential bad memory access during bonding eventsMoni Shoua2015-02-091-17/+11Star
* net/bonding: Notify state change on slavesMoni Shoua2015-02-051-0/+42
* net/bonding: Move slave state changes to a helper functionMoni Shoua2015-02-051-26/+38
* bonding: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/del...Roopa Prabhu2015-02-021-1/+8
* bonding: cleanup and remove dead codeJonathan Toppins2015-01-281-1/+1
* bonding: fix LACP PDU not sent on slave port sometimesSatish Ashok2015-01-281-3/+8
* bonding: fix incorrect lacp mux state when agg not activeWilson Kok2015-01-281-10/+34
* bonding: fix bond_open() don't always set slave active flagWilson Kok2015-01-281-1/+1
* bonding: update bond carrier state when min_links option changesJonathan Toppins2015-01-282-1/+2
* bonding: handle more gso typesEric Dumazet2015-01-261-3/+3
* bonding: cleanup bond_opts arrayJonathan Toppins2015-01-121-3/+2Star
* bonding: change error message to debug message in __bond_release_one()Wengang Wang2014-12-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-101-1/+6
|\
| * bond: Check length of IFLA_BOND_ARP_IP_TARGET attributesThomas Graf2014-11-301-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-221-1/+2
|\|
| * bonding: fix curr_active_slave/carrier with loadbalance arp monitoringNikolay Aleksandrov2014-11-191-1/+2
* | vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-211-2/+2
* | vlan: kill vlan_put_tag helperJiri Pirko2014-11-212-19/+6Star
* | bonding: Introduce 4 AD link speed to fix agg_bandwidthJianhua Xie2014-11-201-1/+37
* | bonding: change AD_LINK_SPEED_BITMASK to enum to suport more speedJianhua Xie2014-11-201-32/+34
* | net: generic dev_disable_lro() stacked device handlingMichal Kubeček2014-11-131-0/+3
* | net: Move bonding headers under include/netDavid S. Miller2014-11-1013-1262/+14Star
* | bonding: add bond_tx_drop() helperEric Dumazet2014-10-313-9/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-0911-767/+579Star
|\
| * net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-3/+6
| * bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar2014-10-065-152/+249
| * bonding: display xmit_hash_policy for non-dynamic-tlb modeMahesh Bandewar2014-10-062-2/+8
| * bonding: make global bonding stats more reliableAndy Gospodarek2014-09-302-28/+43
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-4/+15
| |\
| * | bonding: remove the unnecessary notes for bond_xmit_broadcast()dingtianhong2014-09-221-1/+0Star
| * | bonding: slight optimization for bond_xmit_roundrobin()dingtianhong2014-09-221-1/+1
| * | bonding: consolidate ASSERT_RTNL()s and remove the unnecessaryNikolay Aleksandrov2014-09-151-4/+2Star
| * | bonding: trivial: style and comment fixesNikolay Aleksandrov2014-09-156-167/+93Star
| * | bonding: consolidate the two rlb_next_rx_slave functions into oneNikolay Aleksandrov2014-09-151-28/+10Star
| * | bonding: adjust locking commentsNikolay Aleksandrov2014-09-133-10/+10
| * | bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov2014-09-133-57/+22Star
| * | bonding: alb: convert to bond->mode_lockNikolay Aleksandrov2014-09-134-89/+35Star
| * | bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov2014-09-133-7/+6Star