summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
|\ \ \ \ \
| * | | | | exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-133-3/+3
* | | | | | Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-01-162-106/+77
|\ \ \ \ \ \
| * | | | | | SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace pointChuck Lever2022-01-101-1/+1
| * | | | | | SUNRPC: Remove low signal-to-noise tracepointsChuck Lever2021-12-131-4/+2
| * | | | | | lockd: use svc_set_num_threads() for thread start and stopNeilBrown2021-12-131-2/+1
| * | | | | | SUNRPC: always treat sv_nrpools==1 as "not pooled"NeilBrown2021-12-131-25/+29
| * | | | | | SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown2021-12-131-6/+25
| * | | | | | SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown2021-12-131-47/+2
| * | | | | | SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown2021-12-131-2/+7
| * | | | | | SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-131-11/+11
| * | | | | | SUNRPC/NFSD: clean up get/put functions.NeilBrown2021-12-131-14/+5
* | | | | | | Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds2022-01-167-9/+42
|\ \ \ \ \ \ \
| * | | | | | | net/9p: show error message if user 'msize' cannot be satisfiedChristian Schoenebeck2022-01-101-1/+6
| * | | | | | | net/p9: load default transportsThomas Weißschuh2022-01-101-2/+11
| * | | | | | | 9p/xen: autoload when xenbus service is availableThomas Weißschuh2022-01-101-0/+1
| * | | | | | | 9p/trans_fd: split into dedicated moduleThomas Weißschuh2022-01-104-5/+23
| * | | | | | | 9p/trans_virtio: Fix typo in the comment for p9_virtio_create()zhuxinran2021-12-181-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-157-39/+13
|\ \ \ \ \ \ \
| * | | | | | | mm: introduce memalloc_retry_wait()NeilBrown2022-01-151-1/+2
| * | | | | | | mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko2022-01-156-38/+11
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-141-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman2022-01-0369-228/+368
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | bus: mhi: core: Add an API for auto queueing buffers for DL channelManivannan Sadhasivam2021-12-171-1/+1
| | |_|/ / / / | |/| | | | |