aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-24bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar6-5/+76
2014-04-24bonding: Added bond_tlb_xmit() for tlb mode.Mahesh Bandewar4-3/+32
2014-04-24bonding: Reorg bond_alb_xmit codeMahesh Bandewar1-35/+44
2014-04-24bonding: Changed hashing function to just provide hashMahesh Bandewar3-8/+6
2014-04-11bonding: Remove debug_fs files when module init failsThomas Richter1-0/+1
2014-04-04bonding: Inactive slaves should keep inactive flag's valuezheng.li1-1/+1
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman1-3/+3
2014-03-27drivers/net: Use RCU_INIT_POINTER(x, NULL) in bonding/bond_options.cMonam Agarwal1-1/+1
2014-03-26bonding: add net_ratelimt to avoid spam in arp intervaldingtianhong1-7/+9
2014-03-26bonding: support QinQ for bond arp intervaldingtianhong2-18/+50
2014-03-26bonding: ratelimit pr_err() for bond xmit broadcastdingtianhong1-2/+2
2014-03-26bonding: slight optimization for bond xmit pathdingtianhong1-3/+3
2014-03-18bonding: ratelimit pr_warn()s in 802.3ad modeVeaceslav Falico1-17/+17
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+2
2014-03-14bonding: use the correct ether type for albVeaceslav Falico1-1/+1
2014-03-13bonding: set correct vlan id for alb xmit pathdingtianhong1-1/+1
2014-03-12bonding: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman3-7/+7
2014-03-11bonding: force cast of IP address in optionsstephen hemminger1-1/+1
2014-03-06bonding: fix const in options processingstephen hemminger3-55/+56
2014-03-06bonding: correctly handle out of range parameters for lp_intervalSasha Levin1-0/+1
2014-03-06bonding: options handling cleanupstephen hemminger5-127/+141
2014-03-06bonding: remove dead codestephen hemminger2-48/+0
2014-03-06bonding: make slave status notifications GFP_ATOMICVeaceslav Falico1-4/+4
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-61/+126
2014-03-02bonding: send arp requests even if there's no route to themVeaceslav Falico1-2/+7
2014-02-26bonding: disallow enslaving a bond to itselfJiri Bohac1-0/+5
2014-02-26bonding: fix a div error caused by the slave release pathNikolay Aleksandrov1-3/+1
2014-02-26bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitordingtianhong3-46/+55
2014-02-26bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad modedingtianhong3-22/+75
2014-02-24bonding: remove no longer needed lock for bond_xxx_info_query()dingtianhong1-4/+0
2014-02-24bonding: use rcu_dereference() to access curr_active_slavedingtianhong1-3/+1
2014-02-24bonding: netpoll: remove unwanted slave_dev_support_netpoll()dingtianhong1-8/+0
2014-02-20bonding: fix bond_arp_rcv() race of curr_active_slaveVeaceslav Falico1-3/+7
2014-02-19bonding: Invert testJoe Perches1-11/+10
2014-02-19bonding: Remove unnecessary elseJoe Perches1-6/+6
2014-02-19bonding: More use of ether_addr_copyJoe Perches3-8/+7
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+12
2014-02-18bonding: rename last_arp_rx to last_rxVeaceslav Falico2-8/+8
2014-02-18bonding: trivial: rename slave->jiffies to ->last_link_upVeaceslav Falico2-11/+12
2014-02-18bonding: remove useless updating of slave->dev->last_rxVeaceslav Falico1-3/+0
2014-02-18bonding: use last_arp_rx in bond_loadbalance_arp_mon()Veaceslav Falico1-2/+2
2014-02-18bonding: use last_arp_rx in slave_last_rx()Veaceslav Falico1-7/+3
2014-02-18bonding: use the new options to correctly set last_arp_rxVeaceslav Falico1-7/+8
2014-02-18bonding: extend arp_validate to be able to receive unvalidated arp-only trafficVeaceslav Falico2-5/+19
2014-02-18bonding: always set recv_probe to bond_arp_rcv in arp monitorVeaceslav Falico2-4/+2
2014-02-18bonding: always update last_arp_rx on packet recieveVeaceslav Falico1-0/+2
2014-02-18bonding: permit using arp_validate with non-ab modesVeaceslav Falico2-5/+2
2014-02-18bonding: remove bond->lock from bond_arp_rcvVeaceslav Falico1-3/+0
2014-02-17bonding: 802.3ad: make aggregator_identifier bond-privateJiri Bohac2-4/+3
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-1/+1