aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-07-31bonding: use kobject_put instead of _del after kobject_addVeaceslav Falico1-2/+2
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 Falico3-39/+58
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-16bonding: Do not try to send packets over dead link in TLB mode.Mahesh Bandewar3-5/+64
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_options.cVeaceslav Falico1-2/+0
2014-07-15bonding: convert bond_options.c to use netdev_printk instead of pr_Veaceslav Falico1-115/+101
2014-07-15bonding: convert bond_procfs.c to use netdev_printk instead of pr_Veaceslav Falico1-2/+2
2014-07-15bonding: bonding: remove pr_fmt from bond_netlink.cVeaceslav Falico1-2/+0
2014-07-15bonding: convert bond_netlink.c to use netdev_printk instead of pr_Veaceslav Falico1-6/+3
2014-07-15bonding: convert bond_debugfs.c to use netdev_printk instead of pr_Veaceslav Falico1-4/+2
2014-07-15bonding: remove pr_fmt from bond_alb.cVeaceslav Falico1-2/+0
2014-07-15bonding: convert bond_alb.c to use netdev_printk instead of pr_Veaceslav Falico1-19/+15
2014-07-15bonding: remove pr_fmt from bond_3ad.cVeaceslav Falico1-2/+0
2014-07-15bonding: convert bond_3ad.c to use netdev_printk instead of pr_Veaceslav Falico1-95/+88
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: fix bond_option_mode_set warningNikolay Aleksandrov1-1/+2
2014-07-15bonding: permit enslaving interfaces without set_mac supportVeaceslav Falico1-9/+10
2014-07-15bonding: add proper __rcu annotation for current_arp_slaveEric Dumazet2-7/+10
2014-07-15bonding: add proper __rcu annotation for curr_active_slaveEric Dumazet4-45/+63
2014-07-15bonding: use rcu_access_pointer() in bonding_show_mii_status()Eric Dumazet1-1/+2
2014-07-15bonding: get rid of bond_option_active_slave_get()Eric Dumazet3-11/+16
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 Yasevich3-6/+45
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. Miller4-85/+105
2014-05-22bonding: Send ALB learning packets using the right sourceVlad Yasevich1-14/+35
2014-05-22bonding: remove NULL verification from bond_get_bond_by_slave()Veaceslav Falico1-2/+0
2014-05-22bonding: populate essential new_slave->bond/dev earlyVeaceslav Falico1-2/+2
2014-05-22bonding: Don't assume 802.1Q when sending alb learning packets.Vlad Yasevich1-3/+4
2014-05-22bonding: fix vlan_features computingMichal Kubeček1-0/+1
2014-05-16bonding: Fix alb mode to only use first level vlans.Vlad Yasevich1-1/+1
2014-05-16bonding: Fix stacked device detection in arp monitoringVlad Yasevich2-69/+66
2014-05-16bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico4-20/+11
2014-05-16bonding: rename {, bond_}slave_can_tx and clean it upVeaceslav Falico2-13/+10
2014-05-16bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico4-16/+16
2014-05-16bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico3-6/+8
2014-05-16bonding: create a macro for bond mode and use itVeaceslav Falico8-58/+60
2014-05-16bonding: make USES_PRIMARY inline functionsVeaceslav Falico4-27/+32
2014-05-16bonding: make BOND_NO_USES_ARP an inline functionVeaceslav Falico3-7/+8
2014-05-16bonding: make TX_QUEUE_OVERRIDE() macro an inline functionVeaceslav Falico2-8/+9