summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
Commit message (Expand)AuthorAgeFilesLines
* vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2015-04-271-2/+2
* vlan: kill vlan_put_tag helperJiri Pirko2015-04-271-6/+2
* bonding: Bonding Overriding Configuration logic restored.Anton Nayshtut2015-04-271-1/+2
* bonding: fix curr_active_slave/carrier with loadbalance arp monitoringNikolay Aleksandrov2014-11-191-1/+2
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-3/+6
* bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar2014-10-061-13/+179
* bonding: make global bonding stats more reliableAndy Gospodarek2014-09-301-28/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-4/+15
|\
| * bonding: fix div by zero while enslaving and transmittingNikolay Aleksandrov2014-09-131-3/+14
| * net:bonding: Add missing space in bonding driver parameter descriptionMasanari Iida2014-09-091-1/+1
* | bonding: remove the unnecessary notes for bond_xmit_broadcast()dingtianhong2014-09-221-1/+0
* | bonding: slight optimization for bond_xmit_roundrobin()dingtianhong2014-09-221-1/+1
* | bonding: consolidate ASSERT_RTNL()s and remove the unnecessaryNikolay Aleksandrov2014-09-151-4/+2
* | bonding: trivial: style and comment fixesNikolay Aleksandrov2014-09-151-131/+68
* | bonding: adjust locking commentsNikolay Aleksandrov2014-09-131-3/+3
* | bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov2014-09-131-7/+1
* | bonding: alb: convert to bond->mode_lockNikolay Aleksandrov2014-09-131-10/+0
* | bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov2014-09-131-4/+3
* | bonding: clean curr_slave_lock useNikolay Aleksandrov2014-09-131-52/+10
* | bonding: remove last users of bond->lock and bond->lock itselfNikolay Aleksandrov2014-09-091-39/+0
* | bonding: convert primary_slave to use RCUNikolay Aleksandrov2014-09-091-19/+23
* | bonding: 3ad: use curr_slave_lock instead of bond->lockNikolay Aleksandrov2014-09-091-5/+7
|/
* bonding: fix a memory leak in bond_arp_send_all()Dan Carpenter2014-07-281-2/+1
* bonding: make it possible to have unlimited nested upper vlansVeaceslav Falico2014-07-201-32/+50
* bonding: destroy proc directory only after all bonds are goneVeaceslav Falico2014-07-171-1/+2
* bonding: use rtnl_deref in bond_change_rx_flags()Veaceslav Falico2014-07-171-4/+2
* bonding: enhance L2 hash helper with packet typeJianhua Xie2014-07-171-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-1/+1
|\
| * bonding: fix ad_select module param checkNikolay Aleksandrov2014-07-141-1/+1
* | bonding: remove pr_fmt from bond_main.cVeaceslav Falico2014-07-151-2/+0
* | bonding: convert bond_main.c to use netdev_printk instead of pr_Veaceslav Falico2014-07-151-180/+162
* | bonding: permit enslaving interfaces without set_mac supportVeaceslav Falico2014-07-151-9/+10
* | bonding: add proper __rcu annotation for current_arp_slaveEric Dumazet2014-07-151-6/+9
* | bonding: add proper __rcu annotation for curr_active_slaveEric Dumazet2014-07-151-24/+29
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
* | bonding: remove no longer relevant vlan warningsJiri Pirko2014-07-071-7/+0
* | bonding: allow to add vlans on top of empty bondJiri Pirko2014-07-011-13/+0
|/
* bonding: Advertize vxlan offload features when supportedOr Gerlitz2014-06-181-0/+9
* bonding: Support macvlans on top of tlb/rlb mode bondsVlad Yasevich2014-06-041-3/+3
* bonding: Turn on IFF_UNICAST_FLT on bond devicesVlad Yasevich2014-06-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-69/+65
|\
| * bonding: Fix stacked device detection in arp monitoringVlad Yasevich2014-05-161-69/+65
* | bonding: populate essential new_slave->bond/dev earlyVeaceslav Falico2014-05-221-2/+2
* | bonding: fix vlan_features computingMichal Kubeček2014-05-221-0/+1
* | bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico2014-05-161-2/+2
* | bonding: rename {, bond_}slave_can_tx and clean it upVeaceslav Falico2014-05-161-4/+4
* | bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico2014-05-161-8/+8
* | bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico2014-05-161-1/+1
* | bonding: create a macro for bond mode and use itVeaceslav Falico2014-05-161-33/+33
* | bonding: make USES_PRIMARY inline functionsVeaceslav Falico2014-05-161-19/+19