aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.c
Commit message (Expand)AuthorAge
* bonding: make it possible to have unlimited nested upper vlansVeaceslav Falico2014-07-20
* bonding: Do not try to send packets over dead link in TLB mode.Mahesh Bandewar2014-07-17
* bonding: remove pr_fmt from bond_alb.cVeaceslav Falico2014-07-16
* bonding: convert bond_alb.c to use netdev_printk instead of pr_Veaceslav Falico2014-07-16
* bonding: add proper __rcu annotation for curr_active_slaveEric Dumazet2014-07-15
* bonding: Support macvlans on top of tlb/rlb mode bondsVlad Yasevich2014-06-04
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-24
|\
| * bonding: Send ALB learning packets using the right sourceVlad Yasevich2014-05-22
| * bonding: Don't assume 802.1Q when sending alb learning packets.Vlad Yasevich2014-05-22
| * bonding: Fix alb mode to only use first level vlans.Vlad Yasevich2014-05-16
* | bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico2014-05-16
* | bonding: create a macro for bond mode and use itVeaceslav Falico2014-05-16
* | bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar2014-04-24
* | bonding: Added bond_tlb_xmit() for tlb mode.Mahesh Bandewar2014-04-24
* | bonding: Reorg bond_alb_xmit codeMahesh Bandewar2014-04-24
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-14
|\
| * bonding: set correct vlan id for alb xmit pathdingtianhong2014-03-13
* | bonding: use the correct ether type for albVeaceslav Falico2014-03-14
* | bonding: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman2014-03-12
* | bonding: Remove unnecessary elseJoe Perches2014-02-19
* | bonding: More use of ether_addr_copyJoe Perches2014-02-19
* | bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)Joe Perches2014-02-17
* | bonding: Convert pr_warning to pr_warn, neateningJoe Perches2014-02-17
* | bonding:fix checkpatch warnings braces {}Wang Yufen2014-02-14
* | bonding:fix checkpatch warnings braces {}Wang Yufen2014-02-14
* | bonding:fix checkpatch warnings braces {}Wang Yufen2014-02-14
* | bonding:fix checkpatch warnings braces {}Wang Yufen2014-02-14
* | bonding:fix checkpatch errors comments and spaceWang Yufen2014-02-14
* | bonding:fix checkpatch errors with foo* bar|foo * barWang Yufen2014-02-14
|/
* bonding: slight optimization for bond_alb_xmit()dingtianhong2014-01-01
* bonding: rebuild the lock use for bond_alb_monitor()dingtianhong2013-12-14
* bonding: remove the no effect lock for bond_select_active_slave()dingtianhong2013-12-14
* drivers/net/*: Fix FSF address in file headersJeff Kirsher2013-12-06
* Revert "Merge branch 'bonding_monitor_locking'"David S. Miller2013-10-28
* bonding: remove bond read lock for bond_alb_monitor()dingtianhong2013-10-27
* bonding: use RCU protection for alb xmit pathdingtianhong2013-10-17
* bonding: ensure that TLB mode's active slave has correct mac filterVeaceslav Falico2013-10-08
* bonding: add bond_has_slaves() and use itVeaceslav Falico2013-09-26
* bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()Veaceslav Falico2013-09-26
* bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico2013-09-26
* bonding: remove bond_for_each_slave_continue_reverse()Veaceslav Falico2013-09-26
* net: add adj_list to save only neighboursVeaceslav Falico2013-09-26
* bonding: Make alb learning packet interval configurableNeil Horman2013-09-15
* bonding: use rlb_client_info->vlan_id instead of ->tagVeaceslav Falico2013-09-03
* bonding: remove bond_vlan_used()Veaceslav Falico2013-09-03
* bonding: remove vlan_list/current_alb_vlanVeaceslav Falico2013-08-29
* bonding: make alb_send_learning_packets() use upper dev listVeaceslav Falico2013-08-29
* bonding: split alb_send_learning_packets()Veaceslav Falico2013-08-29
* bonding: initial RCU conversionnikolay@redhat.com2013-08-01
* bonding: convert to list API and replace bond's custom listnikolay@redhat.com2013-08-01