aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-16bonding: remove BOND_MODE_IS_LB macroVeaceslav Falico1-5/+2
2014-05-15bonding: fix out of range parameters for bond_intmax_tblNikolay Aleksandrov1-0/+1
2014-05-14bonding: alloc the structure ad_info dynamically in per slavedingtianhong6-37/+67
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-05-09bonding: make a generic sysfs option store and fix commentsNikolay Aleksandrov3-491/+107
2014-05-08bonding: remove the unused macrodingtianhong1-2/+0
2014-05-08bonding: simplify the slave_do_arp_validate_only()dingtianhong2-4/+3
2014-05-08bonding: remove the unnecessary struct bond_netdingtianhong1-10/+8
2014-04-28net: bonding: Fix format string mismatch in bond_sysfs.cMasanari Iida1-1/+1
2014-04-24bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar6-5/+76
2014-04-24bonding: Added bond_tlb_xmit() for tlb mode.Mahesh Bandewar4-3/+32
2014-04-24bonding: Reorg bond_alb_xmit codeMahesh Bandewar1-35/+44
2014-04-24bonding: Changed hashing function to just provide hashMahesh Bandewar3-8/+6
2014-04-11bonding: Remove debug_fs files when module init failsThomas Richter1-0/+1
2014-04-04bonding: Inactive slaves should keep inactive flag's valuezheng.li1-1/+1
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman1-3/+3
2014-03-27drivers/net: Use RCU_INIT_POINTER(x, NULL) in bonding/bond_options.cMonam Agarwal1-1/+1
2014-03-26bonding: add net_ratelimt to avoid spam in arp intervaldingtianhong1-7/+9
2014-03-26bonding: support QinQ for bond arp intervaldingtianhong2-18/+50
2014-03-26bonding: ratelimit pr_err() for bond xmit broadcastdingtianhong1-2/+2
2014-03-26bonding: slight optimization for bond xmit pathdingtianhong1-3/+3
2014-03-18bonding: ratelimit pr_warn()s in 802.3ad modeVeaceslav Falico1-17/+17
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+2
2014-03-14bonding: use the correct ether type for albVeaceslav Falico1-1/+1
2014-03-13bonding: set correct vlan id for alb xmit pathdingtianhong1-1/+1
2014-03-12bonding: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman3-7/+7
2014-03-11bonding: force cast of IP address in optionsstephen hemminger1-1/+1
2014-03-06bonding: fix const in options processingstephen hemminger3-55/+56
2014-03-06bonding: correctly handle out of range parameters for lp_intervalSasha Levin1-0/+1