Age | Commit message (Expand) | Author | Files | Lines |
2023-05-20 | net: fix stack overflow when LRO is disabled for virtual interfaces | Taehee Yoo | 1 | -1/+7 |
2023-05-10 | bonding: fix send_peer_notif overflow | Hangbin Liu | 2 | -2/+13 |
2023-05-06 | Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2 | -0/+31 |
2023-05-05 | bonding: add xdp_features support | Lorenzo Bianconi | 2 | -0/+31 |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -9/+9 |
2023-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+4 |
2023-04-19 | bonding: Fix memory leak when changing bond type to Ethernet | Ido Schimmel | 1 | -3/+4 |
2023-04-19 | bonding: add software tx timestamping support | Hangbin Liu | 1 | -0/+30 |
2023-04-07 | bonding: fix ns validation on backup slaves | Hangbin Liu | 1 | -2/+3 |
2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -7/+16 |
2023-03-29 | driver core: class: mark the struct class for sysfs callbacks as constant | Greg Kroah-Hartman | 1 | -9/+9 |
2023-03-17 | bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails | Nikolay Aleksandrov | 1 | -3/+1 |
2023-03-17 | bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type change | Nikolay Aleksandrov | 1 | -4/+15 |
2023-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2023-02-04 | bonding: fix error checking in bond_debug_reregister() | Qi Zheng | 1 | -1/+1 |
2023-01-27 | bonding: fill IPsec state validation failure reason | Leon Romanovsky | 1 | -1/+1 |
2023-01-27 | xfrm: extend add state callback to set failure reason | Leon Romanovsky | 1 | -3/+5 |
2023-01-03 | drivers/net/bonding/bond_3ad: return when there's no aggregator | Daniil Tatianin | 1 | -0/+1 |
2022-12-22 | bonding: fix lockdep splat in bond_miimon_commit() | Eric Dumazet | 1 | -3/+5 |
2022-12-14 | bonding: do failover when high prio link up | Hangbin Liu | 1 | -9/+15 |
2022-12-14 | bonding: add missed __rcu annotation for curr_active_slave | Hangbin Liu | 1 | -1/+1 |
2022-12-13 | net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconf | Xin Long | 1 | -5/+13 |
2022-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2022-12-07 | bonding: get correct NA dest address | Hangbin Liu | 1 | -1/+1 |
2022-12-01 | bonding: uninitialized variable in bond_miimon_inspect() | Dan Carpenter | 1 | -1/+1 |
2022-11-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+12 |
2022-11-24 | bonding: fix link recovery in mode 2 when updelay is nonzero | Jonathan Toppins | 1 | -1/+10 |
2022-11-19 | bonding: fix ICMPv6 header handling when receiving IPv6 messages | Hangbin Liu | 1 | -5/+12 |
2022-10-27 | bond: Disable TLS features indication | Tariq Toukan | 2 | -30/+1 |
2022-10-24 | bonding: 3ad: Add support for 800G speed | Amit Cohen | 1 | -0/+9 |
2022-10-12 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -1/+1 |
2022-09-30 | net: bonding: Convert to use sysfs_emit()/sysfs_emit_at() APIs | Wang Yufen | 2 | -67/+67 |
2022-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -32/+45 |
2022-09-22 | bonding: fix NULL deref in bond_rr_gen_slave_id | Jonathan Toppins | 1 | -9/+6 |
2022-09-16 | net: bonding: Unsync device addresses on ndo_stop | Benjamin Poirier | 1 | -12/+35 |
2022-09-16 | net: bonding: Share lacpdu_mcast_addr definition | Benjamin Poirier | 2 | -14/+7 |
2022-09-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -5/+15 |
2022-09-05 | bonding: accept unsolicited NA message | Hangbin Liu | 1 | -5/+12 |
2022-09-05 | bonding: use unspecified address if no available link local address | Hangbin Liu | 1 | -0/+3 |
2022-09-01 | net: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
2022-08-23 | bonding: 3ad: make ad_ticks_per_sec a const | Jonathan Toppins | 2 | -9/+4 |
2022-08-23 | bonding: 802.3ad: fix no transmission of LACPDUs | Jonathan Toppins | 1 | -22/+16 |
2022-08-11 | bonding: fix reference count leak in balance-alb mode | Jay Vosburgh | 1 | -1/+4 |
2022-08-11 | net/tls: Use RCU API to access tls_ctx->netdev | Maxim Mikityanskiy | 1 | -2/+8 |
2022-08-10 | net:bonding:support balance-alb interface with vlan to bridge | Sun Shouxin | 1 | -0/+7 |
2022-08-04 | net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NS | Vladimir Oltean | 1 | -15/+20 |
2022-07-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+3 |
2022-06-30 | net: bonding: fix use-after-free after 802.3ad slave unbind | Yevhen Orlov | 1 | -1/+2 |
2022-06-28 | net: bonding: fix possible NULL deref in rlb code | Eric Dumazet | 1 | -1/+1 |
2022-06-24 | Bonding: add per-port priority for failover re-selection | Hangbin Liu | 3 | -0/+75 |