summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* 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
* bonding: pair enable_port with slave_arr_updatesMahesh Bandewar2022-02-081-1/+2
* 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
* bonding: 3ad: pass parameter bond_params by referenceColin Ian King2021-09-071-4/+4
* 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
* | net: bonding: bond_alb: Remove the dependency on ipx network layerCai Huoqing2021-08-071-32/+0
* | bonding: add new option lacp_activeHangbin Liu2021-08-036-10/+72
|/
* bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s...Yufeng Mo2021-08-021-1/+2
* net: bonding: move ioctl handling to private ndo operationArnd Bergmann2021-07-271-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-13/+29
* bonding: use siocdevprivateArnd Bergmann2021-07-271-6/+24
* bonding: fix build issueMahesh Bandewar2021-07-161-0/+2
* bonding: fix incorrect return value of bond_ipsec_offload_ok()Taehee Yoo2021-07-061-1/+1
* bonding: fix suspicious RCU usage in bond_ipsec_offload_ok()Taehee Yoo2021-07-061-6/+16
* bonding: Add struct bond_ipesc to manage SATaehee Yoo2021-07-061-20/+119
* bonding: disallow setting nested bonding + ipsec offloadTaehee Yoo2021-07-061-6/+9
* bonding: fix suspicious RCU usage in bond_ipsec_del_sa()Taehee Yoo2021-07-061-2/+5
* bonding: fix null dereference in bond_ipsec_add_sa()Taehee Yoo2021-07-061-0/+5
* bonding: fix suspicious RCU usage in bond_ipsec_add_sa()Taehee Yoo2021-07-061-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-0/+8
|\
| * bonding: allow nesting of bonding deviceDi Zhu2021-06-231-1/+3
| * bonding: avoid adding slave device with IFF_MASTER flagDi Zhu2021-06-221-0/+6