Age | Commit message (Expand) | Author |
2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld |
2022-09-30 | net: bonding: Convert to use sysfs_emit()/sysfs_emit_at() APIs | Wang Yufen |
2022-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-09-22 | bonding: fix NULL deref in bond_rr_gen_slave_id | Jonathan Toppins |
2022-09-16 | net: bonding: Unsync device addresses on ndo_stop | Benjamin Poirier |
2022-09-16 | net: bonding: Share lacpdu_mcast_addr definition | Benjamin Poirier |
2022-09-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2022-09-05 | bonding: accept unsolicited NA message | Hangbin Liu |
2022-09-05 | bonding: use unspecified address if no available link local address | Hangbin Liu |
2022-08-31 | net: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-08-22 | bonding: 3ad: make ad_ticks_per_sec a const | Jonathan Toppins |
2022-08-22 | bonding: 802.3ad: fix no transmission of LACPDUs | Jonathan Toppins |
2022-08-11 | bonding: fix reference count leak in balance-alb mode | Jay Vosburgh |
2022-08-10 | net/tls: Use RCU API to access tls_ctx->netdev | Maxim Mikityanskiy |
2022-08-10 | net:bonding:support balance-alb interface with vlan to bridge | Sun Shouxin |
2022-08-03 | net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NS | Vladimir Oltean |
2022-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-06-29 | net: bonding: fix use-after-free after 802.3ad slave unbind | Yevhen Orlov |
2022-06-28 | net: bonding: fix possible NULL deref in rlb code | Eric Dumazet |
2022-06-24 | Bonding: add per-port priority for failover re-selection | Hangbin Liu |
2022-06-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-06-17 | bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiers | Jay Vosburgh |
2022-06-09 | bonding: cleanup bond_create | Jonathan Toppins |
2022-06-09 | bonding: netlink error message support for options | Jonathan Toppins |
2022-06-01 | bonding: guard ns_targets by CONFIG_IPV6 | Hangbin Liu |
2022-05-31 | bonding: show NS IPv6 targets in proc master info | Hangbin Liu |
2022-05-28 | bonding: NS target should accept link local address | Hangbin Liu |
2022-05-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-19 | bonding: fix missed rcu protection | Hangbin Liu |
2022-05-06 | net: make drivers set the TSO limit not the GSO limit | Jakub Kicinski |
2022-04-22 | ipv6: Use ipv6_only_sock() helper in condition. | Kuniyuki Iwashima |
2022-04-17 | bonding: do not discard lowest hash bit for non layer3+4 hashing | suresh kumar |
2022-03-11 | net: add per-cpu storage and net->core_stats | Eric Dumazet |
2022-03-06 | bonding: helper macro __ATTR_RO to make code more clear | Lianjie Zhang |
2022-02-21 | bonding: add new option ns_ip6_target | Hangbin Liu |
2022-02-21 | bonding: add new parameter ns_targets | Hangbin Liu |
2022-02-21 | Bonding: split bond_handle_vlan from bond_arp_send | Hangbin Liu |
2022-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-02-17 | bonding: force carrier update when releasing slave | Zhang Changzhong |
2022-02-15 | bonding: fix data-races around agg_select_timer | Eric Dumazet |
2022-02-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-02-08 | bonding: switch bond_net_exit() to batch mode | Eric Dumazet |
2022-02-08 | bonding: pair enable_port with slave_arr_updates | Mahesh Bandewar |
2022-02-04 | net: don't include ndisc.h from ipv6.h | Jakub Kicinski |
2022-01-31 | net: bonding: Add support for IPV6 ns/na to balance-alb/balance-tlb mode | Sun Shouxin |
2022-01-27 | Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-01-24 | bonding: use rcu_dereference_rtnl when get bonding active slave | Hangbin Liu |
2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song |
2022-01-16 | bonding: Fix extraction of ports from the packet headers | Moshe Tal |
2022-01-12 | net: bonding: fix bond_xmit_broadcast return value error bug | Jie Wang |