aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2014-09-30bonding: make global bonding stats more reliableAndy Gospodarek
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-22bonding: remove the unnecessary notes for bond_xmit_broadcast()dingtianhong
2014-09-22bonding: slight optimization for bond_xmit_roundrobin()dingtianhong
2014-09-15bonding: consolidate ASSERT_RTNL()s and remove the unnecessaryNikolay Aleksandrov
2014-09-15bonding: trivial: style and comment fixesNikolay Aleksandrov
2014-09-15bonding: consolidate the two rlb_next_rx_slave functions into oneNikolay Aleksandrov
2014-09-13bonding: fix div by zero while enslaving and transmittingNikolay Aleksandrov
2014-09-13bonding: adjust locking commentsNikolay Aleksandrov
2014-09-13bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov
2014-09-13bonding: alb: convert to bond->mode_lockNikolay 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-13bonding: alb: remove curr_slave_lockNikolay Aleksandrov
2014-09-13bonding: 3ad: clean up curr_slave_lock usageNikolay Aleksandrov
2014-09-09net:bonding: Add missing space in bonding driver parameter descriptionMasanari Iida
2014-09-09bonding: remove last users of bond->lock and bond->lock itselfNikolay Aleksandrov
2014-09-09bonding: options: remove bond->lock usageNikolay Aleksandrov
2014-09-09bonding: procfs: clean bond->lock usage and use RCUNikolay Aleksandrov
2014-09-09bonding: convert primary_slave to use RCUNikolay Aleksandrov
2014-09-09bonding: alb: clean bond->lockNikolay Aleksandrov
2014-09-09bonding: 3ad: use curr_slave_lock instead of bond->lockNikolay Aleksandrov
2014-09-05bonding: add slave netlink policy and put slave-related ops togetherJiri Pirko
2014-09-01bonding: add slave_changelink support and use it for queue_idNikolay Aleksandrov
2014-08-22bonding: create netlink event when bonding option is changedJiri Pirko
2014-08-22bonding: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-31bonding: use kobject_put instead of _del after kobject_addVeaceslav Falico
2014-07-28bonding: fix a memory leak in bond_arp_send_all()Dan Carpenter
2014-07-20bonding: make it possible to have unlimited nested upper vlansVeaceslav Falico
2014-07-17bonding: destroy proc directory only after all bonds are goneVeaceslav Falico
2014-07-17bonding: use rtnl_deref in bond_change_rx_flags()Veaceslav Falico
2014-07-17bonding: enhance L2 hash helper with packet typeJianhua Xie
2014-07-16bonding: Do not try to send packets over dead link in TLB mode.Mahesh Bandewar
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-15bonding: remove pr_fmt from bond_options.cVeaceslav Falico
2014-07-15bonding: convert bond_options.c to use netdev_printk instead of pr_Veaceslav Falico
2014-07-15bonding: convert bond_procfs.c to use netdev_printk instead of pr_Veaceslav Falico
2014-07-15bonding: bonding: remove pr_fmt from bond_netlink.cVeaceslav Falico
2014-07-15bonding: convert bond_netlink.c to use netdev_printk instead of pr_Veaceslav Falico
2014-07-15bonding: convert bond_debugfs.c to use netdev_printk instead of pr_Veaceslav Falico
2014-07-15bonding: remove pr_fmt from bond_alb.cVeaceslav Falico
2014-07-15bonding: convert bond_alb.c to use netdev_printk instead of pr_Veaceslav Falico
2014-07-15bonding: remove pr_fmt from bond_3ad.cVeaceslav Falico
2014-07-15bonding: convert bond_3ad.c to use netdev_printk instead of pr_Veaceslav Falico
2014-07-15bonding: remove pr_fmt from bond_main.cVeaceslav Falico
2014-07-15bonding: convert bond_main.c to use netdev_printk instead of pr_Veaceslav Falico
2014-07-15bonding: fix bond_option_mode_set warningNikolay Aleksandrov
2014-07-15bonding: permit enslaving interfaces without set_mac supportVeaceslav Falico
2014-07-15bonding: add proper __rcu annotation for current_arp_slaveEric Dumazet