summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-302-2/+3
|\
| * net: bonding: fix use-after-free after 802.3ad slave unbindYevhen Orlov2022-06-291-1/+2
| * net: bonding: fix possible NULL deref in rlb codeEric Dumazet2022-06-281-1/+1
* | Bonding: add per-port priority for failover re-selectionHangbin Liu2022-06-243-0/+75
* | 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-171-1/+3
* | bonding: cleanup bond_createJonathan Toppins2022-06-091-18/+6
* | bonding: netlink error message support for optionsJonathan Toppins2022-06-092-40/+93
|/
* bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu2022-06-012-4/+8
* bonding: show NS IPv6 targets in proc master infoHangbin Liu2022-05-311-0/+15
* bonding: NS target should accept link local addressHangbin Liu2022-05-281-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-3/+12
|\
| * bonding: fix missed rcu protectionHangbin Liu2022-05-191-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-111-1/+1
* bonding: helper macro __ATTR_RO to make code more clearLianjie Zhang2022-03-061-7/+1
* bonding: add new option ns_ip6_targetHangbin Liu2022-02-212-0/+131
* bonding: add new parameter ns_targetsHangbin Liu2022-02-212-20/+219
* 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-172-8/+27
|\
| * bonding: force carrier update when releasing slaveZhang Changzhong2022-02-171-3/+2
| * bonding: fix data-races around agg_select_timerEric Dumazet2022-02-151-5/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-1/+2
|\|
| * bonding: pair enable_port with slave_arr_updatesMahesh Bandewar2022-02-081-1/+2
* | bonding: switch bond_net_exit() to batch modeEric Dumazet2022-02-082-9/+19
* | net: don't include ndisc.h from ipv6.hJakub Kicinski2022-02-041-0/+1
* | net: bonding: Add support for IPV6 ns/na to balance-alb/balance-tlb modeSun Shouxin2022-01-311-2/+28
|/
* Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-271-4/+0
|\
| * bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu2022-01-241-4/+0
* | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-4/+4
|/
* bonding: Fix extraction of ports from the packet headersMoshe Tal2022-01-161-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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-1/+1
|\ \
| * | bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera2021-12-211-1/+1
* | | 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
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-6/+8
|\|
| * bonding: make tx_rebalance_counter an atomicEric Dumazet2021-12-031-6/+8
* | 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-305-8/+67
* | net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-221-1/+1
|/
* bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin2021-11-051-25/+11
* net: bonding: constify and use dev_addr_set()Jakub Kicinski2021-10-242-16/+14
* net: use dev_addr_set()Jakub Kicinski2021-10-091-1/+1
* bonding: use the correct function to check for netdev name collisionAntoine Tenart2021-10-081-2/+2