summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira2022-01-201-1/+1
| * | | net: fix information leakage in /proc/net/ptypeCongyu Liu2022-01-202-1/+4
| | |/ | |/|
* | | Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-01-259-65/+34
|\ \ \
| * | | xprtrdma: Remove definitions of RPCDBG_FACILITYChuck Lever2022-01-145-27/+0
| * | | xprtrdma: Remove final dprintk call sites from xprtrdmaChuck Lever2022-01-141-12/+0
| * | | sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()Anna Schumaker2022-01-131-16/+19
| * | | net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_changeXiyu Yang2022-01-131-2/+4
| * | | SUNRPC allow for unspecified transport time in rpc_clnt_add_xprtOlga Kornievskaia2022-01-131-1/+4
| * | | SUNRPC: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-061-2/+4
| * | | SUNRPC: clean up some inconsistent indentingJiapeng Chong2022-01-061-1/+1
| * | | sunrpc: Remove unneeded null checkXu Wang2022-01-061-4/+2
* | | | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-2/+2
|\ \ \ \
| * | | | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-2/+2
* | | | | proc: remove PDE_DATA() completelyMuchun Song2022-01-2216-56/+56
* | | | | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-202-16/+17
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | libceph: rename parse_fsid() to ceph_parse_fsid() and exportVenky Shankar2022-01-131-4/+5
| * | | | libceph: generalize addr/ip parsing based on delimiterVenky Shankar2022-01-132-12/+12
| |/ / /
* | | | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-2031-132/+229
|\ \ \ \
| * | | | ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keysEric Dumazet2022-01-191-14/+15
| * | | | ipv4: avoid quadratic behavior in netns dismantleEric Dumazet2022-01-191-19/+17
| * | | | nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski2022-01-191-0/+5
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-01-181-0/+6
| |\ \ \ \
| | * | | | xdp: check prog type before updating BPF linkToke Høiland-Jørgensen2022-01-111-0/+6
| | | |_|/ | | |/| |
| * | | | netns: add schedule point in ops_exit_list()Eric Dumazet2022-01-181-1/+3
| * | | | net: Flush deferred skb free on socket destroyGal Pressman2022-01-171-0/+3
| * | | | net/tls: Fix another skb memory leak when running kTLS trafficGal Pressman2022-01-171-0/+1
| * | | | net/smc: Fix hung_task when removing SMC-R devicesWen Gu2022-01-161-16/+1
| * | | | ipv4: update fib_info_cnt under spinlock protectionEric Dumazet2022-01-161-3/+8
| * | | | net/smc: Remove unused function declarationWen Gu2022-01-151-4/+0
| * | | | af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet2022-01-142-5/+15
| * | | | net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-131-0/+1
| * | | | net/smc: Resolve the race between SMC-R link access and clearWen Gu2022-01-132-12/+44
| * | | | net/smc: Introduce a new conn->lgr validity check helperWen Gu2022-01-136-12/+24
| * | | | inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-132-4/+7
| * | | | net/smc: Resolve the race between link group access and terminationWen Gu2022-01-133-11/+53
| * | | | sch_api: Don't skip qdisc attach on ingressMaxim Mikityanskiy2022-01-131-1/+1
| * | | | sit: allow encapsulated IPv6 traffic to be delivered locallyIgnat Korchagin2022-01-121-1/+1
| * | | | net/smc: fix possible NULL deref in smc_pnet_add_eth()Eric Dumazet2022-01-121-1/+2
| * | | | net: bridge: fix net device refcount tracking issue in error pathEric Dumazet2022-01-121-1/+2
| * | | | net: fix sock_timestamping_bind_phc() to release deviceMiroslav Lichvar2022-01-121-0/+2
| * | | | Revert "of: net: support NVMEM cells with MAC in text format"Michael Walle2022-01-121-22/+11
| * | | | gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()Guillaume Nault2022-01-111-2/+3
| * | | | xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault2022-01-111-1/+2
| * | | | mctp: test: zero out sockaddrMatt Johnston2022-01-111-1/+1
| |/ / /
| * | | netfilter: nf_tables: typo NULL check in _clone() functionPablo Neira Ayuso2022-01-104-4/+4
* | | | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-2/+2
|\ \ \ \
| * | | | kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-2/+2
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-182-3/+3
|\ \ \ \ \
| * | | | | virtio: wrap config->reset callsMichael S. Tsirkin2022-01-142-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-173-3/+3
|\ \ \ \ \