summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
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
2014-07-15bonding: add proper __rcu annotation for curr_active_slaveEric Dumazet
2014-07-15bonding: use rcu_access_pointer() in bonding_show_mii_status()Eric Dumazet
2014-07-15bonding: get rid of bond_option_active_slave_get()Eric 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: Send ALB learning packets using the right sourceVlad Yasevich
2014-05-22bonding: remove NULL verification from bond_get_bond_by_slave()Veaceslav Falico
2014-05-22bonding: populate essential new_slave->bond/dev earlyVeaceslav Falico
2014-05-22bonding: Don't assume 802.1Q when sending alb learning packets.Vlad Yasevich
2014-05-22bonding: fix vlan_features computingMichal Kubeček
2014-05-16bonding: Fix alb mode to only use first level vlans.Vlad Yasevich
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-16bonding: remove BOND_MODE_IS_LB macroVeaceslav Falico
2014-05-15bonding: fix out of range parameters for bond_intmax_tblNikolay Aleksandrov
2014-05-14bonding: alloc the structure ad_info dynamically in per slavedingtianhong
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-09bonding: make a generic sysfs option store and fix commentsNikolay Aleksandrov
2014-05-08bonding: remove the unused macrodingtianhong
2014-05-08bonding: simplify the slave_do_arp_validate_only()dingtianhong