aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-30/+42
2022-09-22bonding: fix NULL deref in bond_rr_gen_slave_idJonathan Toppins1-9/+6
2022-09-16net: bonding: Unsync device addresses on ndo_stopBenjamin Poirier1-12/+35
2022-09-16net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier1-12/+4
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-5/+15
2022-09-05bonding: accept unsolicited NA messageHangbin Liu1-5/+12
2022-09-05bonding: use unspecified address if no available link local addressHangbin Liu1-0/+3
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-22bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins1-1/+1
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy1-2/+8
2022-08-03net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NSVladimir Oltean1-15/+20
2022-06-24Bonding: add per-port priority for failover re-selectionHangbin Liu1-0/+27
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-06-17bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh1-1/+3
2022-06-09bonding: cleanup bond_createJonathan Toppins1-18/+6
2022-06-01bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu1-0/+2
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+12
2022-05-19bonding: fix missed rcu protectionHangbin Liu1-3/+12
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-6/+6
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima1-1/+1
2022-04-17bonding: do not discard lowest hash bit for non layer3+4 hashingsuresh kumar1-4/+9
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet1-1/+1
2022-02-21bonding: add new parameter ns_targetsHangbin Liu1-19/+218
2022-02-21Bonding: split bond_handle_vlan from bond_arp_sendHangbin Liu1-24/+34
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2022-02-17bonding: force carrier update when releasing slaveZhang Changzhong1-3/+2
2022-02-08bonding: switch bond_net_exit() to batch modeEric Dumazet1-8/+19
2022-01-24bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu1-4/+0
2022-01-16bonding: Fix extraction of ports from the packet headersMoshe Tal1-2/+2
2022-01-12net: bonding: fix bond_xmit_broadcast return value error bugJie Wang1-8/+22
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-12-29Bonding: return HWTSTAMP_FLAG_BONDED_PHC_INDEX to notify user spaceHangbin Liu1-16/+26
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-12-14Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMPHangbin Liu1-12/+21
2021-12-13net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar1-3/+3
2021-11-30bond: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to active deviceHangbin Liu1-2/+53
2021-11-30Bonding: add arp_missed_max optionHangbin Liu1-8/+9
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-1/+1
2021-10-24net: bonding: constify and use dev_addr_set()Jakub Kicinski1-1/+1
2021-10-09net: use dev_addr_set()Jakub Kicinski1-1/+1
2021-09-06bonding: Fix negative jump label count on nested bondingJussi Maki1-6/+5
2021-09-05bonding: complain about missing route only once for A/B ARP probesDavid Decotigny1-3/+3
2021-08-16bonding: improve nl error msg when device can't be enslaved because of IFF_MASTERAntoine Tenart1-1/+1
2021-08-13net, bonding: Disallow vlan+srcmac with XDPJussi Maki1-7/+11
2021-08-11bonding: combine netlink and console error messagesJonathan Toppins1-32/+37
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-57/+397
2021-08-09net, bonding: Add XDP support to the bonding driverJussi Maki1-1/+308
2021-08-09net, bonding: Refactor bond_xmit_hash for use with xdp_buffJussi Maki1-57/+90
2021-08-03bonding: add new option lacp_activeHangbin Liu1-0/+1