summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-15bonding: fix ad_select module param checkNikolay Aleksandrov1-1/+1
2014-06-19bonding: Advertize vxlan offload features when supportedOr Gerlitz1-0/+9
2014-06-05bonding: Support macvlans on top of tlb/rlb mode bondsVlad Yasevich1-3/+3
2014-06-05bonding: Turn on IFF_UNICAST_FLT on bond devicesVlad Yasevich1-1/+1
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-69/+65
2014-05-22bonding: populate essential new_slave->bond/dev earlyVeaceslav Falico1-2/+2
2014-05-22bonding: fix vlan_features computingMichal Kubeček1-0/+1
2014-05-17bonding: Fix stacked device detection in arp monitoringVlad Yasevich1-69/+65
2014-05-17bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico1-2/+2
2014-05-17bonding: rename {, bond_}slave_can_tx and clean it upVeaceslav Falico1-4/+4
2014-05-17bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico1-8/+8
2014-05-17bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico1-1/+1
2014-05-17bonding: create a macro for bond mode and use itVeaceslav Falico1-33/+33
2014-05-17bonding: make USES_PRIMARY inline functionsVeaceslav Falico1-19/+19
2014-05-17bonding: make BOND_NO_USES_ARP an inline functionVeaceslav Falico1-1/+1
2014-05-17bonding: make TX_QUEUE_OVERRIDE() macro an inline functionVeaceslav Falico1-4/+3
2014-05-14bonding: alloc the structure ad_info dynamically in per slavedingtianhong1-6/+36
2014-05-09bonding: simplify the slave_do_arp_validate_only()dingtianhong1-2/+2
2014-04-24bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar1-1/+3
2014-04-24bonding: Added bond_tlb_xmit() for tlb mode.Mahesh Bandewar1-2/+4
2014-04-24bonding: Changed hashing function to just provide hashMahesh Bandewar1-6/+4
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-30netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman1-3/+3
2014-03-27bonding: add net_ratelimt to avoid spam in arp intervaldingtianhong1-7/+9
2014-03-27bonding: support QinQ for bond arp intervaldingtianhong1-18/+45
2014-03-27bonding: ratelimit pr_err() for bond xmit broadcastdingtianhong1-2/+2
2014-03-27bonding: slight optimization for bond xmit pathdingtianhong1-3/+3
2014-03-13bonding: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-5/+5
2014-03-07bonding: options handling cleanupstephen hemminger1-1/+2
2014-03-07bonding: remove dead codestephen hemminger1-46/+0
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-54/+70
2014-03-02bonding: send arp requests even if there's no route to themVeaceslav Falico1-2/+7
2014-02-27bonding: disallow enslaving a bond to itselfJiri Bohac1-0/+5
2014-02-27bonding: fix a div error caused by the slave release pathNikolay Aleksandrov1-3/+1
2014-02-27bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitordingtianhong1-39/+41
2014-02-27bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad modedingtianhong1-15/+26
2014-02-25bonding: remove no longer needed lock for bond_xxx_info_query()dingtianhong1-4/+0
2014-02-25bonding: 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-20bonding: More use of ether_addr_copyJoe Perches1-3/+3
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2014-02-19bonding: rename last_arp_rx to last_rxVeaceslav Falico1-6/+6
2014-02-19bonding: trivial: rename slave->jiffies to ->last_link_upVeaceslav Falico1-10/+10
2014-02-19bonding: remove useless updating of slave->dev->last_rxVeaceslav Falico1-3/+0
2014-02-19bonding: use last_arp_rx in bond_loadbalance_arp_mon()Veaceslav Falico1-2/+2
2014-02-19bonding: use the new options to correctly set last_arp_rxVeaceslav Falico1-7/+8
2014-02-19bonding: always set recv_probe to bond_arp_rcv in arp monitorVeaceslav Falico1-2/+1
2014-02-19bonding: always update last_arp_rx on packet recieveVeaceslav Falico1-0/+2
2014-02-19bonding: permit using arp_validate with non-ab modesVeaceslav Falico1-4/+0