| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 2022-01-23 | 1 | -2/+2 |
|\ |
|
| * | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate | Yury Norov | 2022-01-15 | 1 | -2/+2 |
* | | proc: remove PDE_DATA() completely | Muchun Song | 2022-01-22 | 16 | -56/+56 |
* | | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2022-01-20 | 2 | -16/+17 |
|\ \ |
|
| * | | libceph: rename parse_fsid() to ceph_parse_fsid() and export | Venky Shankar | 2022-01-13 | 1 | -4/+5 |
| * | | libceph: generalize addr/ip parsing based on delimiter | Venky Shankar | 2022-01-13 | 2 | -12/+12 |
| |/ |
|
* | | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-01-20 | 31 | -132/+229 |
|\ \ |
|
| * | | ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keys | Eric Dumazet | 2022-01-19 | 1 | -14/+15 |
| * | | ipv4: avoid quadratic behavior in netns dismantle | Eric Dumazet | 2022-01-19 | 1 | -19/+17 |
| * | | nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind() | Krzysztof Kozlowski | 2022-01-19 | 1 | -0/+5 |
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 2022-01-19 | 1 | -0/+6 |
| |\ \ |
|
| | * | | xdp: check prog type before updating BPF link | Toke Høiland-Jørgensen | 2022-01-11 | 1 | -0/+6 |
| * | | | netns: add schedule point in ops_exit_list() | Eric Dumazet | 2022-01-18 | 1 | -1/+3 |
| * | | | net: Flush deferred skb free on socket destroy | Gal Pressman | 2022-01-17 | 1 | -0/+3 |
| * | | | net/tls: Fix another skb memory leak when running kTLS traffic | Gal Pressman | 2022-01-17 | 1 | -0/+1 |
| * | | | net/smc: Fix hung_task when removing SMC-R devices | Wen Gu | 2022-01-16 | 1 | -16/+1 |
| * | | | ipv4: update fib_info_cnt under spinlock protection | Eric Dumazet | 2022-01-16 | 1 | -3/+8 |
| * | | | net/smc: Remove unused function declaration | Wen Gu | 2022-01-15 | 1 | -4/+0 |
| * | | | af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress | Eric Dumazet | 2022-01-15 | 2 | -5/+15 |
| * | | | net_sched: restore "mpu xxx" handling | Kevin Bracey | 2022-01-13 | 1 | -0/+1 |
| * | | | net/smc: Resolve the race between SMC-R link access and clear | Wen Gu | 2022-01-13 | 2 | -12/+44 |
| * | | | net/smc: Introduce a new conn->lgr validity check helper | Wen Gu | 2022-01-13 | 6 | -12/+24 |
| * | | | inet: frags: annotate races around fqdir->dead and fqdir->high_thresh | Eric Dumazet | 2022-01-13 | 2 | -4/+7 |
| * | | | net/smc: Resolve the race between link group access and termination | Wen Gu | 2022-01-13 | 3 | -11/+53 |
| * | | | sch_api: Don't skip qdisc attach on ingress | Maxim Mikityanskiy | 2022-01-13 | 1 | -1/+1 |
| * | | | sit: allow encapsulated IPv6 traffic to be delivered locally | Ignat Korchagin | 2022-01-12 | 1 | -1/+1 |
| * | | | net/smc: fix possible NULL deref in smc_pnet_add_eth() | Eric Dumazet | 2022-01-12 | 1 | -1/+2 |
| * | | | net: bridge: fix net device refcount tracking issue in error path | Eric Dumazet | 2022-01-12 | 1 | -1/+2 |
| * | | | net: fix sock_timestamping_bind_phc() to release device | Miroslav Lichvar | 2022-01-12 | 1 | -0/+2 |
| * | | | Revert "of: net: support NVMEM cells with MAC in text format" | Michael Walle | 2022-01-12 | 1 | -22/+11 |
| * | | | gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst() | Guillaume Nault | 2022-01-12 | 1 | -2/+3 |
| * | | | xfrm: Don't accidentally set RTO_ONLINK in decode_session4() | Guillaume Nault | 2022-01-12 | 1 | -1/+2 |
| * | | | mctp: test: zero out sockaddr | Matt Johnston | 2022-01-12 | 1 | -1/+1 |
| |/ / |
|
| * | | netfilter: nf_tables: typo NULL check in _clone() function | Pablo Neira Ayuso | 2022-01-11 | 4 | -4/+4 |
* | | | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2022-01-19 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | kbuild: do not quote string values in include/config/auto.conf | Masahiro Yamada | 2022-01-08 | 1 | -2/+2 |
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2022-01-18 | 2 | -3/+3 |
|\ \ \ \ |
|
| * | | | | virtio: wrap config->reset calls | Michael S. Tsirkin | 2022-01-15 | 2 | -3/+3 |
* | | | | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-01-17 | 3 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | exit: Rename module_put_and_exit to module_put_and_kthread_exit | Eric W. Biederman | 2021-12-13 | 3 | -3/+3 |
* | | | | | | Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 2022-01-16 | 2 | -106/+77 |
|\ \ \ \ \ \ |
|
| * | | | | | | SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace point | Chuck Lever | 2022-01-10 | 1 | -1/+1 |
| * | | | | | | SUNRPC: Remove low signal-to-noise tracepoints | Chuck Lever | 2021-12-13 | 1 | -4/+2 |
| * | | | | | | lockd: use svc_set_num_threads() for thread start and stop | NeilBrown | 2021-12-13 | 1 | -2/+1 |
| * | | | | | | SUNRPC: always treat sv_nrpools==1 as "not pooled" | NeilBrown | 2021-12-13 | 1 | -25/+29 |
| * | | | | | | SUNRPC: move the pool_map definitions (back) into svc.c | NeilBrown | 2021-12-13 | 1 | -6/+25 |
| * | | | | | | SUNRPC: discard svo_setup and rename svc_set_num_threads_sync() | NeilBrown | 2021-12-13 | 1 | -47/+2 |
| * | | | | | | SUNRPC: use sv_lock to protect updates to sv_nrthreads. | NeilBrown | 2021-12-13 | 1 | -2/+7 |
| * | | | | | | SUNRPC: stop using ->sv_nrthreads as a refcount | NeilBrown | 2021-12-13 | 1 | -11/+11 |
| * | | | | | | SUNRPC/NFSD: clean up get/put functions. | NeilBrown | 2021-12-13 | 1 | -14/+5 |