summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-031753-63510/+92548
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-08-0327-81/+259
| |\
| | * net/mlx5e: xsk: Discard unaligned XSK frames on striding RQMaxim Mikityanskiy2022-08-022-0/+25
| | * net: usb: ax88179_178a: Bind only to vendor-specific interfaceHector Martin2022-08-021-13/+13
| | * net: usb: make USB_RTL8153_ECM non user configurableMaciej Żenczykowski2022-08-021-1/+2
| | * octeontx2-pf: Reduce minimum mtu size to 60Subbaraya Sundeep2022-08-011-1/+1
| | * dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua2022-08-011-5/+5
| | * Merge branch 'net-fix-using-wrong-flags-to-check-features'Jakub Kicinski2022-08-012-2/+2
| | |\
| | | * net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen2022-08-011-1/+1
| | | * net: ice: fix error NETIF_F_HW_VLAN_CTAG_FILTER check in ice_vsi_sync_fltr()Jian Shen2022-08-011-1/+1
| | |/
| | * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-08-012-2/+50
| | |\
| | | * iavf: Fix 'tc qdisc show' listing too many queuesPrzemyslaw Patynowski2022-07-292-0/+26
| | | * iavf: Fix max_rate limitingPrzemyslaw Patynowski2022-07-292-2/+24
| | * | net/rds: Use PTR_ERR instead of IS_ERR for rdsdebug()Li Qiong2022-08-011-1/+1
| | * | Merge tag 'mlx5-fixes-2022-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-07-299-33/+55
| | |\ \ | | | |/ | | |/|
| | | * net/mlx5: Fix driver use of uninitialized timeoutShay Drory2022-07-283-10/+4
| | | * net/mlx5: DR, Fix SMFS steering info dump formatYevgeny Kliteynik2022-07-281-5/+8
| | | * net/mlx5: Adjust log_max_qp to be 18 at mostMaher Sanalla2022-07-281-1/+1
| | | * net/mlx5e: Modify slow path rules to go to slow fdbVlad Buslov2022-07-281-6/+17
| | | * net/mlx5e: Fix calculations related to max MPWQE sizeMaxim Mikityanskiy2022-07-281-9/+10
| | | * net/mlx5e: xsk: Account for XSK RQ UMRs when calculating ICOSQ sizeMaxim Mikityanskiy2022-07-281-0/+12
| | | * net/mlx5e: Fix the value of MLX5E_MAX_RQ_NUM_MTTSMaxim Mikityanskiy2022-07-281-1/+1
| | | * net/mlx5e: TC, Fix post_act to not match on in_port metadataMaor Dickman2022-07-281-0/+1
| | | * net/mlx5e: Remove WARN_ON when trying to offload an unsupported TLS cipher/ve...Gal Pressman2022-07-281-1/+1
| | * | Merge branch 'netdevsim-fib-route-delete-leak'David S. Miller2022-07-292-1/+85
| | |\ \
| | | * | selftests: netdevsim: Add test cases for route deletion failureIdo Schimmel2022-07-291-0/+45
| | | * | netdevsim: fib: Add debugfs knob to simulate route deletion failureIdo Schimmel2022-07-291-0/+14
| | | * | netdevsim: fib: Fix reference count leak on route deletion failureIdo Schimmel2022-07-291-1/+26
| | |/ /
| | * | net: allow unbound socket for packets in VRF when tcp_l3mdev_accept setMike Manning2022-07-293-20/+17
| | * | ax25: fix incorrect dev_tracker usageEric Dumazet2022-07-282-2/+3
| * | | doc: sfp-phylink: Fix a broken referenceChristophe JAILLET2022-08-021-3/+3
| * | | Merge branch 'wireguard-patches-for-5-20-rc1'Jakub Kicinski2022-08-028-24/+43
| |\ \ \
| | * | | wireguard: selftests: support UMLJason A. Donenfeld2022-08-022-1/+19
| | * | | wireguard: allowedips: don't corrupt stack when detecting overflowJason A. Donenfeld2022-08-022-6/+9
| | * | | wireguard: selftests: update config fragmentsLukas Bulwahn2022-08-022-6/+0
| | * | | wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld2022-08-022-11/+15
| |/ / /
| * | | selftests: net: fix IOAM test skip return codeKleber Sacilotto de Souza2022-08-021-5/+7
| * | | net: marvell: prestera: remove reduntant codeSebin Sebastian2022-08-011-1/+1
| * | | net: devlink: Fix missing mutex_unlock() callAmmar Faizi2022-08-011-2/+4
| * | | net/tls: Remove redundant workqueue flush before destroyTariq Toukan2022-08-011-1/+0
| * | | net: txgbe: Fix an error handling path in txgbe_probe()Christophe JAILLET2022-08-011-0/+1
| * | | net: dsa: Fix spelling mistakes and cleanup codeXie Shaowen2022-08-011-2/+2
| * | | Documentation: devlink: add add devlink-selftests to the table of contentsBagas Sanjaya2022-08-011-0/+1
| * | | nfp: flower: add support for tunnel offload without key IDBaowen Zheng2022-08-011-7/+8
| * | | Merge branch 'net-rose-fix-module-unload-issues'Jakub Kicinski2022-08-013-3/+19
| |\ \ \
| | * | | net: rose: add netdev ref tracker to 'struct rose_sock'Eric Dumazet2022-08-012-4/+11
| | * | | net: rose: fix netdev reference changesEric Dumazet2022-08-012-2/+11
| |/ / /
| * | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2022-08-017-88/+75
| |\ \ \
| | * | | igb: convert .adjfreq to .adjfineJacob Keller2022-07-281-8/+7
| | * | | ixgbe: convert .adjfreq to .adjfineJacob Keller2022-07-281-33/+40