summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* firewire: net: Make use of get_unaligned_be48(), put_unaligned_be48()Andy Shevchenko2022-07-292-14/+3
* amt: fix typo in commentRuffalo Lavoisier2022-07-291-1/+1
* mlxsw: core_linecards: Remove duplicated include in core_linecard_dev.cYang Li2022-07-291-1/+0
* selftests: net: dsa: Add a Makefile which installs the selftestsMartin Blumenstingl2022-07-291-0/+17
* Merge branch 'take-devlink-lock-on-mlx4-and-mlx5-callbacks'Jakub Kicinski2022-07-2912-133/+227
|\
| * devlink: Hold the instance lock in health callbacksMoshe Shemesh2022-07-292-23/+15
| * net/mlx5: Lock mlx5 devlink health recovery callbackMoshe Shemesh2022-07-292-3/+13
| * net/mlx4: Lock mlx4 devlink reload callbackMoshe Shemesh2022-07-292-13/+37
| * net/mlx4: Use devl_ API for devlink port register / unregisterMoshe Shemesh2022-07-291-4/+12
| * net/mlx4: Use devl_ API for devlink region create / destroyMoshe Shemesh2022-07-292-10/+17
| * net/mlx5: Lock mlx5 devlink reload callbacksMoshe Shemesh2022-07-296-50/+79
| * net/mlx5: Move fw reset unload to mlx5_fw_reset_complete_reloadMoshe Shemesh2022-07-292-8/+13
| * net: devlink: remove region snapshots list dependency on devlink->lockJiri Pirko2022-07-291-12/+29
| * net: devlink: remove region snapshot ID tracking dependency on devlink->lockJiri Pirko2022-07-291-31/+33
|/
* Merge branch 'add-framework-for-selftests-in-devlink'Jakub Kicinski2022-07-297-12/+389
|\
| * bnxt_en: implement callbacks for devlink selftestsvikas2022-07-293-12/+85
| * devlink: introduce framework for selftestsVikas Gupta2022-07-294-0/+304
|/
* Merge branch 'mlx5e-use-tls-tx-pool-to-improve-connection-rate'Jakub Kicinski2022-07-297-102/+527
|\
| * net/mlx5e: kTLS, Dynamically re-size TX recycling poolTariq Toukan2022-07-291-26/+289
| * net/mlx5e: kTLS, Recycle objects of device-offloaded TLS TX connectionsTariq Toukan2022-07-295-47/+199
| * net/mlx5e: kTLS, Take stats out of OOO handlerTariq Toukan2022-07-291-16/+11
| * net/mlx5e: kTLS, Introduce TLS-specific create TISTariq Toukan2022-07-291-5/+9
| * net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan2022-07-292-32/+33
| * net/tls: Perform immediate device ctx cleanup when possibleTariq Toukan2022-07-291-8/+18
|/
* tls: rx: Fix unsigned comparison with less than zeroYang Li2022-07-291-1/+2
* Merge branch 'tls-rx-follow-ups-to-rx-work'Jakub Kicinski2022-07-293-29/+38
|\
| * tls: rx: fix the false positive warningJakub Kicinski2022-07-291-1/+1
| * tls: strp: rename and multithread the workqueueJakub Kicinski2022-07-291-1/+1
| * tls: rx: don't consider sock_rcvtimeo() cumulativeJakub Kicinski2022-07-291-18/+19
| * selftests: tls: handful of memrnd() and length checksJakub Kicinski2022-07-291-9/+17
|/
* net: usb: delete extra space and tab in blank lineXie Shaowen2022-07-295-30/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-29152-904/+1611
|\
| * Merge tag 'net-5.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2022-07-2856-321/+481
| |\
| | * stmmac: dwmac-mediatek: fix resource leak in probeDan Carpenter2022-07-281-4/+5
| | * ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptrZiyang Xuan2022-07-281-0/+3
| | * net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima2022-07-281-0/+6
| | * net/funeth: Fix fun_xdp_tx() and XDP packet reclaimDimitris Michailidis2022-07-283-15/+16
| | * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-07-285-48/+16
| | |\
| | | * ice: do not setup vlan for loopback VSIMaciej Fijalkowski2022-07-261-3/+5
| | | * ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski2022-07-261-1/+2
| | | * ice: Fix VSIs unable to share unicast MACAnirudh Venkataramanan2022-07-262-40/+2
| | | * ice: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski2022-07-261-3/+5
| | | * ice: Fix max VLANs available for VFPrzemyslaw Patynowski2022-07-261-1/+2
| | * | sctp: leave the err path free in sctp_stream_init to sctp_stream_freeXin Long2022-07-282-19/+5
| | * | sfc: disable softirqs for ptp TXAlejandro Lucero2022-07-281-0/+22
| | * | ptp: ocp: Select CRC16 in the Kconfig.Jonathan Lemon2022-07-281-0/+1
| | * | tcp: md5: fix IPv4-mapped supportEric Dumazet2022-07-271-3/+12
| | * | virtio-net: fix the race between refill work and closeJason Wang2022-07-271-3/+34
| | * | mptcp: Do not return EINPROGRESS when subflow creation succeedsMat Martineau2022-07-271-1/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-07-273-1/+39
| | |\ \