summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)Author
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-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: convert primary_slave to use RCUNikolay Aleksandrov
2014-09-09bonding: 3ad: use curr_slave_lock instead of bond->lockNikolay Aleksandrov
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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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: permit enslaving interfaces without set_mac supportVeaceslav Falico
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-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-14bonding: fix ad_select module param checkNikolay Aleksandrov
2014-07-07bonding: remove no longer relevant vlan warningsJiri Pirko
2014-07-01bonding: allow to add vlans on top of empty bondJiri Pirko
2014-06-18bonding: Advertize vxlan offload features when supportedOr Gerlitz
2014-06-04bonding: Support macvlans on top of tlb/rlb mode bondsVlad Yasevich
2014-06-04bonding: Turn on IFF_UNICAST_FLT on bond devicesVlad Yasevich
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-22bonding: populate essential new_slave->bond/dev earlyVeaceslav Falico
2014-05-22bonding: fix vlan_features computingMichal Kubeček
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-14bonding: alloc the structure ad_info dynamically in per slavedingtianhong
2014-05-08bonding: simplify the slave_do_arp_validate_only()dingtianhong
2014-04-24bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar
2014-04-24bonding: Added bond_tlb_xmit() for tlb mode.Mahesh Bandewar
2014-04-24bonding: Changed hashing function to just provide hashMahesh Bandewar
2014-04-11bonding: Remove debug_fs files when module init failsThomas Richter
2014-04-04bonding: Inactive slaves should keep inactive flag's valuezheng.li
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman
2014-03-26bonding: add net_ratelimt to avoid spam in arp intervaldingtianhong
2014-03-26bonding: support QinQ for bond arp intervaldingtianhong
2014-03-26bonding: ratelimit pr_err() for bond xmit broadcastdingtianhong
2014-03-26bonding: slight optimization for bond xmit pathdingtianhong