summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-2517-23/+23
* Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds2022-12-235-29/+40
|\
| * 9p/client: fix data race on req->statusDominique Martinet2022-12-135-21/+23
| * net/9p: fix response size check in p9_check_errors()Christian Schoenebeck2022-12-061-4/+3
| * net/9p: distinguish zero-copy requestsChristian Schoenebeck2022-12-061-0/+6
| * 9p/xen: do not memcpy header into req->rcDominique Martinet2022-12-031-1/+3
| * 9p: set req refcount to zero to avoid uninitialized usageSchspa Shi2022-12-021-0/+5
| * 9p/net: Remove unneeded idr.h #includeChristophe JAILLET2022-12-023-3/+0
* | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-2125-75/+96
|\ \
| * | Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-194-0/+6
| * | net: Introduce sk_use_task_frag in struct sock.Guillaume Nault2022-12-191-0/+1
| * | mctp: Remove device type check at unregisterMatt Johnston2022-12-191-13/+1
| * | net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet2022-12-191-0/+6
| * | rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells2022-12-193-14/+14
| * | rxrpc: rxperf: Fix uninitialised variableDavid Howells2022-12-191-1/+1
| * | rxrpc: Fix I/O thread stopDavid Howells2022-12-191-1/+3
| * | rxrpc: Fix switched parameters in peer tracingDavid Howells2022-12-191-2/+2
| * | rxrpc: Fix locking issues in rxrpc_put_peer_locked()David Howells2022-12-193-23/+7
| * | rxrpc: Fix I/O thread startup getting skippedDavid Howells2022-12-193-0/+5
| * | rxrpc: Fix NULL deref in rxrpc_unuse_local()David Howells2022-12-191-1/+2
| * | rxrpc: Fix security setting propagationDavid Howells2022-12-193-5/+4
| * | rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells2022-12-191-1/+1
| * | net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang2022-12-191-0/+2
| * | skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan2022-12-161-0/+3
| * | devlink: protect devlink dump by the instance lockJakub Kicinski2022-12-161-0/+3
| * | openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron2022-12-161-9/+16
| * | devlink: hold region lock when flushing snapshotsJakub Kicinski2022-12-161-0/+2
| * | unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg()Kirill Tkhai2022-12-151-2/+9
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-12-132-3/+8
| |\ \
| | * | ipvs: add a 'default' case in do_ip_vs_set_ctl()Li Qiong2022-12-131-0/+5
| | * | netfilter: flowtable: really fix NAT IPv6 offloadQingfang DENG2022-12-081-3/+3
* | | | prandom: remove prandom_u32_max()Jason A. Donenfeld2022-12-201-1/+1
* | | | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-2/+1
|\ \ \ \
| * | | | mm: Introduce set_memory_rox()Peter Zijlstra2022-12-151-2/+1
* | | | | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-166-19/+19
|\ \ \ \ \
| * | | | | driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-243-5/+5
| * | | | | kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman2022-11-223-9/+9
| * | | | | Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-2198-400/+739
| |\ \ \ \ \
| * | | | | | driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman2022-11-092-5/+5
* | | | | | | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook2022-11-011-1/+1
| |/ / / / /
* | | | | | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-13408-9982/+16701
|\ \ \ \ \ \
| * | | | | | ipvs: fix type warning in do_div() on 32 bitJakub Kicinski2022-12-131-1/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-138-21/+85
| |\ \ \ \ \ \
| | * | | | | | net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error pathVladimir Oltean2022-12-121-1/+10
| | * | | | | | mptcp: use proper req destructor for IPv6Matthieu Baerts2022-12-121-3/+16
| | * | | | | | mptcp: dedicated request sock for subflow in v6Matthieu Baerts2022-12-121-8/+26
| | * | | | | | mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts2022-12-122-5/+14
| | * | | | | | mptcp: netlink: fix some error return codeWei Yongjun2022-12-121-0/+4
| | * | | | | | af_unix: call proto_unregister() in the error path in af_unix_init()Yang Yingliang2022-12-121-0/+1