aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-27bonding: change error message to debug message in __bond_release_one()Wengang Wang1-1/+1
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-2/+2
2014-11-21vlan: kill vlan_put_tag helperJiri Pirko1-6/+2
2014-11-19bonding: fix curr_active_slave/carrier with loadbalance arp monitoringNikolay Aleksandrov1-1/+2
2014-11-13net: generic dev_disable_lro() stacked device handlingMichal Kubeček1-0/+3
2014-11-10net: Move bonding headers under include/netDavid S. Miller1-3/+3
2014-10-31bonding: add bond_tx_drop() helperEric Dumazet1-8/+7
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-3/+6
2014-10-06bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar1-13/+179
2014-09-30bonding: make global bonding stats more reliableAndy Gospodarek1-28/+40
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15
2014-09-22bonding: remove the unnecessary notes for bond_xmit_broadcast()dingtianhong1-1/+0
2014-09-22bonding: slight optimization for bond_xmit_roundrobin()dingtianhong1-1/+1
2014-09-15bonding: consolidate ASSERT_RTNL()s and remove the unnecessaryNikolay Aleksandrov1-4/+2
2014-09-15bonding: trivial: style and comment fixesNikolay Aleksandrov1-131/+68
2014-09-13bonding: fix div by zero while enslaving and transmittingNikolay Aleksandrov1-3/+14
2014-09-13bonding: adjust locking commentsNikolay Aleksandrov1-3/+3
2014-09-13bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov1-7/+1
2014-09-13bonding: alb: convert to bond->mode_lockNikolay Aleksandrov1-10/+0
2014-09-13bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov1-4/+3
2014-09-13bonding: clean curr_slave_lock useNikolay Aleksandrov1-52/+10
2014-09-09net:bonding: Add missing space in bonding driver parameter descriptionMasanari Iida1-1/+1
2014-09-09bonding: remove last users of bond->lock and bond->lock itselfNikolay Aleksandrov1-39/+0
2014-09-09bonding: convert primary_slave to use RCUNikolay Aleksandrov1-19/+23
2014-09-09bonding: 3ad: use curr_slave_lock instead of bond->lockNikolay Aleksandrov1-5/+7
2014-07-28bonding: fix a memory leak in bond_arp_send_all()Dan Carpenter1-2/+1
2014-07-20bonding: make it possible to have unlimited nested upper vlansVeaceslav Falico1-32/+50
2014-07-17bonding: destroy proc directory only after all bonds are goneVeaceslav Falico1-1/+2
2014-07-17bonding: use rtnl_deref in bond_change_rx_flags()Veaceslav Falico1-4/+2
2014-07-17bonding: enhance L2 hash helper with packet typeJianhua Xie1-4/+4
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-07-15bonding: remove pr_fmt from bond_main.cVeaceslav Falico1-2/+0
2014-07-15bonding: convert bond_main.c to use netdev_printk instead of pr_Veaceslav Falico1-180/+162
2014-07-15bonding: permit enslaving interfaces without set_mac supportVeaceslav Falico1-9/+10
2014-07-15bonding: add proper __rcu annotation for current_arp_slaveEric Dumazet1-6/+9
2014-07-15bonding: add proper __rcu annotation for curr_active_slaveEric Dumazet1-24/+29
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-07-14bonding: fix ad_select module param checkNikolay Aleksandrov1-1/+1
2014-07-07bonding: remove no longer relevant vlan warningsJiri Pirko1-7/+0
2014-07-01bonding: allow to add vlans on top of empty bondJiri Pirko1-13/+0
2014-06-18bonding: Advertize vxlan offload features when supportedOr Gerlitz1-0/+9
2014-06-04bonding: Support macvlans on top of tlb/rlb mode bondsVlad Yasevich1-3/+3
2014-06-04bonding: Turn on IFF_UNICAST_FLT on bond devicesVlad Yasevich1-1/+1
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-69/+65
2014-05-22bonding: populate essential new_slave->bond/dev earlyVeaceslav Falico1-2/+2
2014-05-22bonding: fix vlan_features computingMichal Kubeček1-0/+1
2014-05-16bonding: Fix stacked device detection in arp monitoringVlad Yasevich1-69/+65
2014-05-16bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico1-2/+2
2014-05-16bonding: rename {, bond_}slave_can_tx and clean it upVeaceslav Falico1-4/+4