Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-06-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
2022-06-18 | bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiers | Jay Vosburgh | 1 | -1/+3 |
2022-06-10 | bonding: cleanup bond_create | Jonathan Toppins | 1 | -18/+6 |
2022-06-10 | bonding: netlink error message support for options | Jonathan Toppins | 2 | -40/+93 |
2022-06-01 | bonding: guard ns_targets by CONFIG_IPV6 | Hangbin Liu | 2 | -4/+8 |
2022-05-31 | bonding: show NS IPv6 targets in proc master info | Hangbin Liu | 1 | -0/+15 |
2022-05-28 | bonding: NS target should accept link local address | Hangbin Liu | 1 | -5/+0 |
2022-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+12 |
2022-05-20 | bonding: fix missed rcu protection | Hangbin Liu | 1 | -3/+12 |
2022-05-06 | net: make drivers set the TSO limit not the GSO limit | Jakub Kicinski | 1 | -6/+6 |
2022-04-22 | ipv6: Use ipv6_only_sock() helper in condition. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-04-17 | bonding: do not discard lowest hash bit for non layer3+4 hashing | suresh kumar | 1 | -4/+9 |
2022-03-12 | net: add per-cpu storage and net->core_stats | Eric Dumazet | 1 | -1/+1 |