summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bonding.h
AgeCommit message (Expand)Author
2014-11-10net: Move bonding headers under include/netDavid S. Miller
2014-10-31bonding: add bond_tx_drop() helperEric Dumazet
2014-10-06bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar
2014-10-06bonding: display xmit_hash_policy for non-dynamic-tlb modeMahesh Bandewar
2014-09-30bonding: make global bonding stats more reliableAndy Gospodarek
2014-09-15bonding: trivial: style and comment fixesNikolay Aleksandrov
2014-09-13bonding: adjust locking commentsNikolay Aleksandrov
2014-09-13bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov
2014-09-13bonding: clean curr_slave_lock useNikolay Aleksandrov
2014-09-09bonding: remove last users of bond->lock and bond->lock itselfNikolay Aleksandrov
2014-09-09bonding: convert primary_slave to use RCUNikolay Aleksandrov
2014-07-20bonding: make it possible to have unlimited nested upper vlansVeaceslav Falico
2014-07-16bonding: Do not try to send packets over dead link in TLB mode.Mahesh Bandewar
2014-07-15bonding: add proper __rcu annotation for current_arp_slaveEric Dumazet
2014-07-15bonding: add proper __rcu annotation for curr_active_slaveEric Dumazet
2014-07-15bonding: get rid of bond_option_active_slave_get()Eric Dumazet
2014-06-04bonding: Support macvlans on top of tlb/rlb mode bondsVlad Yasevich
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-22bonding: remove NULL verification from bond_get_bond_by_slave()Veaceslav Falico
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-16bonding: remove BOND_MODE_IS_LB macroVeaceslav Falico
2014-05-14bonding: alloc the structure ad_info dynamically in per slavedingtianhong
2014-05-08bonding: remove the unused macrodingtianhong
2014-05-08bonding: simplify the slave_do_arp_validate_only()dingtianhong
2014-05-08bonding: remove the unnecessary struct bond_netdingtianhong
2014-04-24bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar
2014-04-24bonding: Changed hashing function to just provide hashMahesh Bandewar
2014-03-26bonding: support QinQ for bond arp intervaldingtianhong
2014-03-06bonding: options handling cleanupstephen hemminger
2014-03-06bonding: remove dead codestephen hemminger
2014-03-06bonding: make slave status notifications GFP_ATOMICVeaceslav Falico
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-18bonding: rename last_arp_rx to last_rxVeaceslav Falico
2014-02-18bonding: trivial: rename slave->jiffies to ->last_link_upVeaceslav Falico
2014-02-18bonding: use last_arp_rx in slave_last_rx()Veaceslav Falico
2014-02-18bonding: extend arp_validate to be able to receive unvalidated arp-only trafficVeaceslav Falico
2014-01-28bonding: fix locking in bond_loadbalance_arp_mon()Ding Tianhong
2014-01-22bonding: convert netlink to use slave data info apiJiri Pirko
2014-01-22bonding: convert lp_interval to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert resend_igmp to use the new option APINikolay Aleksandrov