summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-30/+42
|\
| * bonding: fix NULL deref in bond_rr_gen_slave_idJonathan Toppins2022-09-221-9/+6
| * net: bonding: Unsync device addresses on ndo_stopBenjamin Poirier2022-09-161-12/+35
| * net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier2022-09-161-12/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-5/+15
|\|
| * bonding: accept unsolicited NA messageHangbin Liu2022-09-051-5/+12
| * bonding: use unspecified address if no available link local addressHangbin Liu2022-09-051-0/+3
* | net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
|/
* bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins2022-08-231-1/+1
* net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-111-2/+8
* net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NSVladimir Oltean2022-08-041-15/+20
* Bonding: add per-port priority for failover re-selectionHangbin Liu2022-06-241-0/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-1/+3
|\
| * bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh2022-06-181-1/+3
* | bonding: cleanup bond_createJonathan Toppins2022-06-101-18/+6
|/
* bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu2022-06-011-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-241-3/+12
|\
| * bonding: fix missed rcu protectionHangbin Liu2022-05-201-3/+12
* | net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-6/+6
* | ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima2022-04-221-1/+1
|/
* bonding: do not discard lowest hash bit for non layer3+4 hashingsuresh kumar2022-04-171-4/+9
* net: add per-cpu storage and net->core_statsEric Dumazet2022-03-121-1/+1
* bonding: add new parameter ns_targetsHangbin Liu2022-02-211-19/+218
* Bonding: split bond_handle_vlan from bond_arp_sendHangbin Liu2022-02-211-24/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-3/+2
|\
| * bonding: force carrier update when releasing slaveZhang Changzhong2022-02-171-3/+2
* | bonding: switch bond_net_exit() to batch modeEric Dumazet2022-02-091-8/+19
|/
* bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu2022-01-241-4/+0
* bonding: Fix extraction of ports from the packet headersMoshe Tal2022-01-171-2/+2
* net: bonding: fix bond_xmit_broadcast return value error bugJie Wang2022-01-121-8/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\
| * net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* | Bonding: return HWTSTAMP_FLAG_BONDED_PHC_INDEX to notify user spaceHangbin Liu2021-12-291-16/+26
* | Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMPHangbin Liu2021-12-141-12/+21
* | net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar2021-12-131-3/+3
|/
* bond: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to active deviceHangbin Liu2021-11-301-2/+53
* Bonding: add arp_missed_max optionHangbin Liu2021-11-301-8/+9
* net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-221-1/+1
* net: bonding: constify and use dev_addr_set()Jakub Kicinski2021-10-241-1/+1
* net: use dev_addr_set()Jakub Kicinski2021-10-091-1/+1
* bonding: Fix negative jump label count on nested bondingJussi Maki2021-09-061-6/+5
* bonding: complain about missing route only once for A/B ARP probesDavid Decotigny2021-09-051-3/+3
* bonding: improve nl error msg when device can't be enslaved because of IFF_MA...Antoine Tenart2021-08-161-1/+1
* net, bonding: Disallow vlan+srcmac with XDPJussi Maki2021-08-131-7/+11
* bonding: combine netlink and console error messagesJonathan Toppins2021-08-111-32/+37
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-101-57/+397
|\
| * net, bonding: Add XDP support to the bonding driverJussi Maki2021-08-091-1/+308
| * net, bonding: Refactor bond_xmit_hash for use with xdp_buffJussi Maki2021-08-091-57/+90
* | bonding: add new option lacp_activeHangbin Liu2021-08-031-0/+1
|/
* bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s...Yufeng Mo2021-08-021-1/+2