summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorLines
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-1/+1
2022-09-30net: bonding: Convert to use sysfs_emit()/sysfs_emit_at() APIsWang Yufen-67/+67
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-32/+45
2022-09-22bonding: fix NULL deref in bond_rr_gen_slave_idJonathan Toppins-9/+6
2022-09-16net: bonding: Unsync device addresses on ndo_stopBenjamin Poirier-12/+35
2022-09-16net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier-14/+7
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-5/+15
2022-09-05bonding: accept unsolicited NA messageHangbin Liu-5/+12
2022-09-05bonding: use unspecified address if no available link local addressHangbin Liu-0/+3
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-08-22bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins-9/+4
2022-08-22bonding: 802.3ad: fix no transmission of LACPDUsJonathan Toppins-22/+16
2022-08-11bonding: fix reference count leak in balance-alb modeJay Vosburgh-1/+4
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy-2/+8
2022-08-10net:bonding:support balance-alb interface with vlan to bridgeSun Shouxin-0/+7
2022-08-03net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NSVladimir Oltean-15/+20
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2022-06-29net: bonding: fix use-after-free after 802.3ad slave unbindYevhen Orlov-1/+2
2022-06-28net: bonding: fix possible NULL deref in rlb codeEric Dumazet-1/+1
2022-06-24Bonding: add per-port priority for failover re-selectionHangbin Liu-0/+75
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2022-06-17bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh-1/+3
2022-06-09bonding: cleanup bond_createJonathan Toppins-18/+6
2022-06-09bonding: netlink error message support for optionsJonathan Toppins-40/+93
2022-06-01bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu-4/+8
2022-05-31bonding: show NS IPv6 targets in proc master infoHangbin Liu-0/+15
2022-05-28bonding: NS target should accept link local addressHangbin Liu-5/+0
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+12
2022-05-19bonding: fix missed rcu protectionHangbin Liu-3/+12
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski-6/+6
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima-1/+1
2022-04-17bonding: do not discard lowest hash bit for non layer3+4 hashingsuresh kumar-4/+9
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet-1/+1
2022-03-06bonding: helper macro __ATTR_RO to make code more clearLianjie Zhang-7/+1
2022-02-21bonding: add new option ns_ip6_targetHangbin Liu-0/+131
2022-02-21bonding: add new parameter ns_targetsHangbin Liu-20/+219
2022-02-21Bonding: split bond_handle_vlan from bond_arp_sendHangbin Liu-24/+34
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+27
2022-02-17bonding: force carrier update when releasing slaveZhang Changzhong-3/+2
2022-02-15bonding: fix data-races around agg_select_timerEric Dumazet-5/+25
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2022-02-08bonding: switch bond_net_exit() to batch modeEric Dumazet-9/+19
2022-02-08bonding: pair enable_port with slave_arr_updatesMahesh Bandewar-1/+2
2022-02-04net: don't include ndisc.h from ipv6.hJakub Kicinski-0/+1
2022-01-31net: bonding: Add support for IPV6 ns/na to balance-alb/balance-tlb modeSun Shouxin-2/+28
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-4/+0
2022-01-24bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu-4/+0
2022-01-22proc: remove PDE_DATA() completelyMuchun Song-4/+4
2022-01-16bonding: Fix extraction of ports from the packet headersMoshe Tal-2/+2
2022-01-12net: bonding: fix bond_xmit_broadcast return value error bugJie Wang-8/+22