summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)Author
2014-06-18bonding: Advertize vxlan offload features when supportedOr Gerlitz
2014-06-04bonding: Support macvlans on top of tlb/rlb mode bondsVlad Yasevich
2014-06-04bonding: Turn on IFF_UNICAST_FLT on bond devicesVlad Yasevich
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-22bonding: populate essential new_slave->bond/dev earlyVeaceslav Falico
2014-05-22bonding: fix vlan_features computingMichal Kubeček
2014-05-16bonding: Fix stacked device detection in arp monitoringVlad Yasevich
2014-05-16bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico
2014-05-16bonding: rename {, bond_}slave_can_tx and clean it upVeaceslav Falico
2014-05-16bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico
2014-05-16bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico
2014-05-16bonding: create a macro for bond mode and use itVeaceslav Falico
2014-05-16bonding: make USES_PRIMARY inline functionsVeaceslav Falico
2014-05-16bonding: make BOND_NO_USES_ARP an inline functionVeaceslav Falico
2014-05-16bonding: make TX_QUEUE_OVERRIDE() macro an inline functionVeaceslav Falico
2014-05-14bonding: alloc the structure ad_info dynamically in per slavedingtianhong
2014-05-08bonding: simplify the slave_do_arp_validate_only()dingtianhong
2014-04-24bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar
2014-04-24bonding: Added bond_tlb_xmit() for tlb mode.Mahesh Bandewar
2014-04-24bonding: Changed hashing function to just provide hashMahesh Bandewar
2014-04-11bonding: Remove debug_fs files when module init failsThomas Richter
2014-04-04bonding: Inactive slaves should keep inactive flag's valuezheng.li
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman
2014-03-26bonding: add net_ratelimt to avoid spam in arp intervaldingtianhong
2014-03-26bonding: support QinQ for bond arp intervaldingtianhong
2014-03-26bonding: ratelimit pr_err() for bond xmit broadcastdingtianhong
2014-03-26bonding: slight optimization for bond xmit pathdingtianhong
2014-03-12bonding: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman
2014-03-06bonding: options handling cleanupstephen hemminger
2014-03-06bonding: remove dead codestephen hemminger
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-02bonding: send arp requests even if there's no route to themVeaceslav Falico
2014-02-26bonding: disallow enslaving a bond to itselfJiri Bohac
2014-02-26bonding: fix a div error caused by the slave release pathNikolay Aleksandrov
2014-02-26bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitordingtianhong
2014-02-26bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad modedingtianhong
2014-02-24bonding: remove no longer needed lock for bond_xxx_info_query()dingtianhong
2014-02-24bonding: netpoll: remove unwanted slave_dev_support_netpoll()dingtianhong
2014-02-20bonding: fix bond_arp_rcv() race of curr_active_slaveVeaceslav Falico
2014-02-19bonding: More use of ether_addr_copyJoe Perches
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-18bonding: rename last_arp_rx to last_rxVeaceslav Falico
2014-02-18bonding: trivial: rename slave->jiffies to ->last_link_upVeaceslav Falico
2014-02-18bonding: remove useless updating of slave->dev->last_rxVeaceslav Falico
2014-02-18bonding: use last_arp_rx in bond_loadbalance_arp_mon()Veaceslav Falico
2014-02-18bonding: use the new options to correctly set last_arp_rxVeaceslav Falico
2014-02-18bonding: always set recv_probe to bond_arp_rcv in arp monitorVeaceslav Falico
2014-02-18bonding: always update last_arp_rx on packet recieveVeaceslav Falico
2014-02-18bonding: permit using arp_validate with non-ab modesVeaceslav Falico
2014-02-18bonding: remove bond->lock from bond_arp_rcvVeaceslav Falico