summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bonding.h
AgeCommit message (Expand)Author
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
2014-01-22bonding: convert all_slaves_active to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert active_slave to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert use_carrier to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert primary_reselect to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert primary to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert miimon to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert num_peer_notif to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert ad_select to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert min_links to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert lacp_rate to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert updelay to use the new option APINikolay Aleksandrov