summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lockd: fix races in client GRANTED_MSG wait logicJeff Layton2023-04-263-34/+44
* lockd: move struct nlm_wait to lockd.hJeff Layton2023-04-262-13/+10
* lockd: remove 2 unused helper functionsJeff Layton2023-04-261-10/+0
* lockd: purge resources held on behalf of nlm clients when shutting downJeff Layton2023-04-261-0/+1
* NFSD: Convert filecache to rhltableChuck Lever2023-04-262-187/+133
* nfsd: allow reaping files still under writebackJeff Layton2023-04-263-4/+18
* nfsd: update comment over __nfsd_file_cache_purgeJeff Layton2023-04-261-1/+2
* nfsd: don't take/put an extra reference when putting a fileJeff Layton2023-04-261-3/+1
* nfsd: add some comments to nfsd_file_do_acquireJeff Layton2023-04-261-0/+5
* nfsd: don't kill nfsd_files because of lease break errorJeff Layton2023-04-261-14/+15
* nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparatorJeff Layton2023-04-261-1/+1
* nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entriesJeff Layton2023-04-261-0/+4
* nfsd: don't open-code clear_and_wake_up_bitJeff Layton2023-04-261-3/+1
* net: phy: hide the PHYLIB_LEDS knobPaolo Abeni2023-04-261-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-2644-188/+295
|\
| * tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima2023-04-251-0/+3
| * net: amd: Fix link leak when verifying config failedGencen Gan2023-04-251-1/+1
| * netlink: Use copy_to_user() for optval in netlink_getsockopt().Kuniyuki Iwashima2023-04-241-52/+23
| * MAINTAINERS: Remove PPP maintainerPaul Mackerras2023-04-241-2/+1
| * Merge branch 'net-sched-parsing-prints'David S. Miller2023-04-233-26/+97
| |\
| | * selftests: tc-testing: add more tests for sch_qfqPedro Tammela2023-04-231-0/+72
| | * net/sched: sch_qfq: refactor parsing of netlink parametersPedro Tammela2023-04-231-14/+11
| | * net/sched: sch_qfq: use extack on errors messagesPedro Tammela2023-04-231-4/+5
| | * net/sched: sch_htb: use extack on errors messagesPedro Tammela2023-04-231-8/+9
| |/
| * rxrpc: Fix error when reading rxrpc tokensMarc Dionne2023-04-231-1/+1
| * net: ethernet: mediatek: remove return value check of `mtk_wed_hw_add_debugfs`Wang Zhang2023-04-231-2/+0
| * rxrpc: Fix potential race in error handling in afs_make_call()David Howells2023-04-225-24/+45
| * Merge branch 'mtk_eth_soc-firmware'David S. Miller2023-04-223-1/+8
| |\
| | * net: ethernet: mtk_eth_soc: use WO firmware for MT7981Daniel Golle2023-04-222-1/+7
| | * dt-bindings: net: mediatek: add WED RX binding for MT7981 eth driverDaniel Golle2023-04-221-0/+1
| |/
| * ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan2023-04-221-3/+13
| * Merge tag 'mlx5-fixes-2023-04-20' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-04-2116-54/+40
| |\
| | * Revert "net/mlx5e: Don't use termination table when redundant"Vlad Buslov2023-04-201-28/+4
| | * net/mlx5e: Nullify table pointer when failing to createAya Levin2023-04-201-1/+2
| | * net/mlx5: Use recovery timeout on sync reset flowMoshe Shemesh2023-04-202-3/+3
| | * Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function"Moshe Shemesh2023-04-203-6/+7
| | * net/mlx5e: Fix error flow in representor failing to add vport rx ruleRoi Dayan2023-04-203-0/+5
| | * net/mlx5: Release tunnel device after tc update skbChris Mi2023-04-201-0/+1
| | * net/mlx5: E-switch, Don't destroy indirect table in split ruleChris Mi2023-04-201-2/+0
| | * net/mlx5: E-switch, Create per vport table based on devlink encap modeChris Mi2023-04-204-5/+15
| | * net/mlx5e: Release the label when replacing existing ct entryVlad Buslov2023-04-201-0/+1
| | * net/mlx5e: Don't clone flow post action attributes second timeVlad Buslov2023-04-202-10/+3
| * | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-04-211-11/+12
| |\ \
| | * | ixgbe: Enable setting RSS table to default valuesJoe Damato2023-04-201-9/+10
| | * | ixgbe: Allow flow hash to be set via ethtoolJoe Damato2023-04-201-2/+2
| * | | net/sched: cls_api: Initialize miss_cookie_node when action miss is not usedIvan Vecera2023-04-211-0/+1
| * | | net/sched: sch_fq: fix integer overflow of "credit"Davide Caratti2023-04-212-1/+27
| * | | nfp: fix incorrect pointer deference when offloading IPsec with bondingHuanhuan Wang2023-04-211-2/+2
| * | | net: dpaa: Fix uninitialized variable in dpaa_stop()Dan Carpenter2023-04-211-1/+2
| * | | Merge tag 'nf-23-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-04-214-6/+18
| |\ \ \