summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* bonding: remove NULL verification from bond_get_bond_by_slave()Veaceslav Falico2014-05-221-2/+0Star
* bonding: populate essential new_slave->bond/dev earlyVeaceslav Falico2014-05-221-2/+2
* bonding: fix vlan_features computingMichal Kubeček2014-05-221-0/+1
* bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico2014-05-164-20/+11Star
* bonding: rename {, bond_}slave_can_tx and clean it upVeaceslav Falico2014-05-162-13/+10Star
* bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico2014-05-164-16/+16
* bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico2014-05-163-6/+8
* bonding: create a macro for bond mode and use itVeaceslav Falico2014-05-168-58/+60
* bonding: make USES_PRIMARY inline functionsVeaceslav Falico2014-05-164-27/+32
* bonding: make BOND_NO_USES_ARP an inline functionVeaceslav Falico2014-05-163-7/+8
* bonding: make TX_QUEUE_OVERRIDE() macro an inline functionVeaceslav Falico2014-05-162-8/+9
* bonding: remove BOND_MODE_IS_LB macroVeaceslav Falico2014-05-161-5/+2Star
* bonding: alloc the structure ad_info dynamically in per slavedingtianhong2014-05-146-37/+67
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-1/+1
|\
| * net: bonding: Fix format string mismatch in bond_sysfs.cMasanari Iida2014-04-281-1/+1
* | bonding: make a generic sysfs option store and fix commentsNikolay Aleksandrov2014-05-093-491/+107Star
* | bonding: remove the unused macrodingtianhong2014-05-091-2/+0Star
* | bonding: simplify the slave_do_arp_validate_only()dingtianhong2014-05-092-4/+3Star
* | bonding: remove the unnecessary struct bond_netdingtianhong2014-05-091-10/+8Star
* | bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar2014-04-246-5/+76
* | bonding: Added bond_tlb_xmit() for tlb mode.Mahesh Bandewar2014-04-244-3/+32
* | bonding: Reorg bond_alb_xmit codeMahesh Bandewar2014-04-241-35/+44
* | bonding: Changed hashing function to just provide hashMahesh Bandewar2014-04-243-8/+6Star
|/
* bonding: Remove debug_fs files when module init failsThomas Richter2014-04-111-0/+1
* bonding: Inactive slaves should keep inactive flag's valuezheng.li2014-04-041-1/+1
* netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman2014-03-291-3/+3
* drivers/net: Use RCU_INIT_POINTER(x, NULL) in bonding/bond_options.cMonam Agarwal2014-03-271-1/+1
* bonding: add net_ratelimt to avoid spam in arp intervaldingtianhong2014-03-261-7/+9
* bonding: support QinQ for bond arp intervaldingtianhong2014-03-262-18/+50
* bonding: ratelimit pr_err() for bond xmit broadcastdingtianhong2014-03-261-2/+2
* bonding: slight optimization for bond xmit pathdingtianhong2014-03-261-3/+3
* bonding: ratelimit pr_warn()s in 802.3ad modeVeaceslav Falico2014-03-181-17/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-152-1/+2
|\
| * bonding: set correct vlan id for alb xmit pathdingtianhong2014-03-131-1/+1
| * bonding: correctly handle out of range parameters for lp_intervalSasha Levin2014-03-061-0/+1
* | bonding: use the correct ether type for albVeaceslav Falico2014-03-151-1/+1
* | bonding: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman2014-03-123-7/+7
* | bonding: force cast of IP address in optionsstephen hemminger2014-03-111-1/+1
* | bonding: fix const in options processingstephen hemminger2014-03-063-55/+56
* | bonding: options handling cleanupstephen hemminger2014-03-065-127/+141
* | bonding: remove dead codestephen hemminger2014-03-062-48/+0Star
* | bonding: make slave status notifications GFP_ATOMICVeaceslav Falico2014-03-061-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-063-61/+126
|\|
| * bonding: disallow enslaving a bond to itselfJiri Bohac2014-02-271-0/+5
| * bonding: fix a div error caused by the slave release pathNikolay Aleksandrov2014-02-261-3/+1Star
| * bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitordingtianhong2014-02-263-46/+55
| * bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad modedingtianhong2014-02-263-22/+75
* | bonding: send arp requests even if there's no route to themVeaceslav Falico2014-03-021-2/+7
* | bonding: remove no longer needed lock for bond_xxx_info_query()dingtianhong2014-02-251-4/+0Star
* | bonding: use rcu_dereference() to access curr_active_slavedingtianhong2014-02-251-3/+1Star