index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
Age
Commit message (
Expand
)
Author
2019-10-31
bonding: validate ip header before check IPPROTO_IGMP
Cong Wang
2019-10-05
bonding: Add vlan tx offload to hw_enc_features
YueHaibing
2019-10-05
bonding: Always enable vlan tx offload
YueHaibing
2019-09-23
bonding: fix arp_validate toggling in active-backup mode
Jarod Wilson
2018-10-21
bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslave
Xin Long
2018-06-16
bonding: process the err returned by dev_set_allmulti properly in bond_enslave
Xin Long
2018-06-16
bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave
Xin Long
2018-06-16
bonding: fix the err path for dev hwaddr sync in bond_enslave
Xin Long
2017-03-16
bonding: set carrier off for devices created through netlink
Beniamino Galvani
2016-08-22
bonding: prevent out of bound accesses
Eric Dumazet
2016-03-08
bonding: Fix ARP monitor validation
Jay Vosburgh
2016-01-28
bonding: Prevent IPv6 link local address on enslaved devices
Karl Heiss
2015-12-13
bonding: fix panic on non-ARPHRD_ETHER enslave failure
Jay Vosburgh
2015-08-27
bonding: correct the MAC address for "follow" fail_over_mac policy
dingtianhong
2015-08-12
bonding: correctly handle bonding type change on enslave failure
Nikolay Aleksandrov
2015-08-12
bonding: fix destruction of bond with devices different from arphrd_ether
Nikolay Aleksandrov
2015-04-27
bonding: Bonding Overriding Configuration logic restored.
Anton Nayshtut
2014-12-15
bond: Check length of IFLA_BOND_ARP_IP_TARGET attributes
Thomas Graf
2014-12-01
bonding: fix curr_active_slave/carrier with loadbalance arp monitoring
Nikolay Aleksandrov
2014-10-15
bonding: fix div by zero while enslaving and transmitting
Nikolay Aleksandrov
2014-07-14
bonding: fix ad_select module param check
Nikolay Aleksandrov
2014-06-18
bonding: Advertize vxlan offload features when supported
Or Gerlitz
2014-06-04
bonding: Support macvlans on top of tlb/rlb mode bonds
Vlad Yasevich
2014-06-04
bonding: Turn on IFF_UNICAST_FLT on bond devices
Vlad Yasevich
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-22
bonding: Send ALB learning packets using the right source
Vlad Yasevich
2014-05-22
bonding: remove NULL verification from bond_get_bond_by_slave()
Veaceslav Falico
2014-05-22
bonding: populate essential new_slave->bond/dev early
Veaceslav Falico
2014-05-22
bonding: Don't assume 802.1Q when sending alb learning packets.
Vlad Yasevich
2014-05-22
bonding: fix vlan_features computing
Michal Kubeček
2014-05-16
bonding: Fix alb mode to only use first level vlans.
Vlad Yasevich
2014-05-16
bonding: Fix stacked device detection in arp monitoring
Vlad Yasevich
2014-05-16
bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()
Veaceslav Falico
2014-05-16
bonding: rename {, bond_}slave_can_tx and clean it up
Veaceslav Falico
2014-05-16
bonding: convert IS_UP(slave->dev) to inline function
Veaceslav Falico
2014-05-16
bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline function
Veaceslav Falico
2014-05-16
bonding: create a macro for bond mode and use it
Veaceslav Falico
2014-05-16
bonding: make USES_PRIMARY inline functions
Veaceslav Falico
2014-05-16
bonding: make BOND_NO_USES_ARP an inline function
Veaceslav Falico
2014-05-16
bonding: make TX_QUEUE_OVERRIDE() macro an inline function
Veaceslav Falico
2014-05-16
bonding: remove BOND_MODE_IS_LB macro
Veaceslav Falico
2014-05-15
bonding: fix out of range parameters for bond_intmax_tbl
Nikolay Aleksandrov
2014-05-14
bonding: alloc the structure ad_info dynamically in per slave
dingtianhong
2014-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-09
bonding: make a generic sysfs option store and fix comments
Nikolay Aleksandrov
2014-05-08
bonding: remove the unused macro
dingtianhong
2014-05-08
bonding: simplify the slave_do_arp_validate_only()
dingtianhong
2014-05-08
bonding: remove the unnecessary struct bond_net
dingtianhong
2014-04-28
net: bonding: Fix format string mismatch in bond_sysfs.c
Masanari Iida
2014-04-24
bonding: Add tlb_dynamic_lb parameter for tlb mode
Mahesh Bandewar
[next]