Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_stats | Daniil Tatianin | 2022-12-28 | 1 | -14/+10 | |
| * | | | | | net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy stats | Daniil Tatianin | 2022-12-28 | 1 | -1/+2 | |
| * | | | | | rxrpc: Fix a couple of potential use-after-frees | David Howells | 2022-12-28 | 1 | -6/+8 | |
| * | | | | | nfc: Fix potential resource leaks | Miaoqian Lin | 2022-12-26 | 1 | -14/+38 | |
| * | | | | | net: sched: fix memory leak in tcindex_set_parms | Hawkins Jiawei | 2022-12-26 | 1 | -10/+2 | |
| * | | | | | Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2022-12-24 | 1 | -2/+5 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | bpf: pull before calling skb_postpull_rcsum() | Jakub Kicinski | 2022-12-21 | 1 | -2/+5 | |
| * | | | | | | mptcp: fix lockdep false positive | Paolo Abeni | 2022-12-22 | 3 | -4/+19 | |
| * | | | | | | mptcp: fix deadlock in fastopen error path | Paolo Abeni | 2022-12-22 | 2 | -4/+16 | |
| * | | | | | | net: openvswitch: release vport resources on failure | Aaron Conole | 2022-12-22 | 1 | -2/+6 | |
* | | | | | | | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) | 2022-12-25 | 17 | -23/+23 | |
* | | | | | | | Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linux | Linus Torvalds | 2022-12-23 | 5 | -29/+40 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | 9p/client: fix data race on req->status | Dominique Martinet | 2022-12-13 | 5 | -21/+23 | |
| * | | | | | | net/9p: fix response size check in p9_check_errors() | Christian Schoenebeck | 2022-12-05 | 1 | -4/+3 | |
| * | | | | | | net/9p: distinguish zero-copy requests | Christian Schoenebeck | 2022-12-05 | 1 | -0/+6 | |
| * | | | | | | 9p/xen: do not memcpy header into req->rc | Dominique Martinet | 2022-12-02 | 1 | -1/+3 | |
| * | | | | | | 9p: set req refcount to zero to avoid uninitialized usage | Schspa Shi | 2022-12-02 | 1 | -0/+5 | |
| * | | | | | | 9p/net: Remove unneeded idr.h #include | Christophe JAILLET | 2022-12-02 | 3 | -3/+0 | |
* | | | | | | | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2022-12-21 | 25 | -75/+96 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Treewide: Stop corrupting socket's task_frag | Benjamin Coddington | 2022-12-20 | 4 | -0/+6 | |
| * | | | | | | net: Introduce sk_use_task_frag in struct sock. | Guillaume Nault | 2022-12-20 | 1 | -0/+1 | |
| * | | | | | | mctp: Remove device type check at unregister | Matt Johnston | 2022-12-20 | 1 | -13/+1 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | net: stream: purge sk_error_queue in sk_stream_kill_queues() | Eric Dumazet | 2022-12-19 | 1 | -0/+6 | |
| * | | | | | rxrpc: Fix the return value of rxrpc_new_incoming_call() | David Howells | 2022-12-19 | 3 | -14/+14 | |
| * | | | | | rxrpc: rxperf: Fix uninitialised variable | David Howells | 2022-12-19 | 1 | -1/+1 | |
| * | | | | | rxrpc: Fix I/O thread stop | David Howells | 2022-12-19 | 1 | -1/+3 | |
| * | | | | | rxrpc: Fix switched parameters in peer tracing | David Howells | 2022-12-19 | 1 | -2/+2 | |
| * | | | | | rxrpc: Fix locking issues in rxrpc_put_peer_locked() | David Howells | 2022-12-19 | 3 | -23/+7 | |
| * | | | | | rxrpc: Fix I/O thread startup getting skipped | David Howells | 2022-12-19 | 3 | -0/+5 | |
| * | | | | | rxrpc: Fix NULL deref in rxrpc_unuse_local() | David Howells | 2022-12-19 | 1 | -1/+2 | |
| * | | | | | rxrpc: Fix security setting propagation | David Howells | 2022-12-19 | 3 | -5/+4 | |
| * | | | | | rxrpc: Fix missing unlock in rxrpc_do_sendmsg() | David Howells | 2022-12-19 | 1 | -1/+1 | |
| * | | | | | net_sched: reject TCF_EM_SIMPLE case for complex ematch module | Cong Wang | 2022-12-19 | 1 | -0/+2 | |
| * | | | | | skbuff: Account for tail adjustment during pull operations | Subash Abhinov Kasiviswanathan | 2022-12-17 | 1 | -0/+3 | |
| * | | | | | devlink: protect devlink dump by the instance lock | Jakub Kicinski | 2022-12-17 | 1 | -0/+3 | |
| * | | | | | openvswitch: Fix flow lookup to use unmasked key | Eelco Chaudron | 2022-12-16 | 1 | -9/+16 | |
| * | | | | | devlink: hold region lock when flushing snapshots | Jakub Kicinski | 2022-12-16 | 1 | -0/+2 | |
| * | | | | | unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg() | Kirill Tkhai | 2022-12-15 | 1 | -2/+9 | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 2022-12-14 | 2 | -3/+8 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | ipvs: add a 'default' case in do_ip_vs_set_ctl() | Li Qiong | 2022-12-13 | 1 | -0/+5 | |
| | * | | | | | netfilter: flowtable: really fix NAT IPv6 offload | Qingfang DENG | 2022-12-08 | 1 | -3/+3 | |
* | | | | | | | prandom: remove prandom_u32_max() | Jason A. Donenfeld | 2022-12-20 | 1 | -1/+1 | |
* | | | | | | | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-12-17 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | mm: Introduce set_memory_rox() | Peter Zijlstra | 2022-12-15 | 1 | -2/+1 | |
* | | | | | | | | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-12-16 | 6 | -19/+19 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | driver core: make struct class.dev_uevent() take a const * | Greg Kroah-Hartman | 2022-11-24 | 3 | -5/+5 | |
| * | | | | | | | | kobject: make kobject_get_ownership() take a constant kobject * | Greg Kroah-Hartman | 2022-11-22 | 3 | -9/+9 | |
| * | | | | | | | | Merge 6.1-rc6 into driver-core-next | Greg Kroah-Hartman | 2022-11-21 | 98 | -400/+739 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | driver core: class: make namespace and get_ownership take const * | Greg Kroah-Hartman | 2022-11-09 | 2 | -5/+5 | |
* | | | | | | | | | | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-12-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | |