summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2019-10-31bonding: validate ip header before check IPPROTO_IGMPCong Wang
2019-10-05bonding: Add vlan tx offload to hw_enc_featuresYueHaibing
2019-10-05bonding: Always enable vlan tx offloadYueHaibing
2019-09-23bonding: fix arp_validate toggling in active-backup modeJarod Wilson
2018-10-21bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long
2018-06-16bonding: process the err returned by dev_set_allmulti properly in bond_enslaveXin Long
2018-06-16bonding: move dev_mc_sync after master_upper_dev_link in bond_enslaveXin Long
2018-06-16bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long
2017-03-16bonding: set carrier off for devices created through netlinkBeniamino Galvani
2016-08-22bonding: prevent out of bound accessesEric Dumazet
2016-03-08bonding: Fix ARP monitor validationJay Vosburgh
2016-01-28bonding: Prevent IPv6 link local address on enslaved devicesKarl Heiss
2015-12-13bonding: fix panic on non-ARPHRD_ETHER enslave failureJay Vosburgh
2015-08-27bonding: correct the MAC address for "follow" fail_over_mac policydingtianhong
2015-08-12bonding: correctly handle bonding type change on enslave failureNikolay Aleksandrov
2015-08-12bonding: fix destruction of bond with devices different from arphrd_etherNikolay Aleksandrov
2015-04-27bonding: Bonding Overriding Configuration logic restored.Anton Nayshtut
2014-12-15bond: Check length of IFLA_BOND_ARP_IP_TARGET attributesThomas Graf
2014-12-01bonding: fix curr_active_slave/carrier with loadbalance arp monitoringNikolay Aleksandrov
2014-10-15bonding: fix div by zero while enslaving and transmittingNikolay Aleksandrov
2014-07-14bonding: fix ad_select module param checkNikolay Aleksandrov
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
2014-05-08bonding: remove the unnecessary struct bond_netdingtianhong
2014-04-28net: bonding: Fix format string mismatch in bond_sysfs.cMasanari Iida
2014-04-24bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar