Age | Commit message (Expand) | Author |
2022-08-05 | net: seg6: initialize induction variable to first valid array index | Nick Desaulniers |
2022-08-05 | net: avoid overflow when rose /proc displays timer information. | Francois Romieu |
2022-08-05 | netfilter: flowtable: fix incorrect Kconfig dependencies | Pablo Neira Ayuso |
2022-08-05 | netfilter: nf_tables: fix crash when nf_trace is enabled | Florian Westphal |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-08-05 | Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2022-08-05 | mptcp: do not queue data on closed subflows | Paolo Abeni |
2022-08-05 | mptcp: move subflow cleanup in mptcp_destroy_common() | Paolo Abeni |
2022-08-04 | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2022-08-04 | Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-08-03 | net/sched: remove hacks added to dev_trans_start() for bonding to work | Vladimir Oltean |
2022-08-03 | Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-08-03 | Merge tag 'pull-work.9p' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2022-08-03 | libceph: clean up ceph_osdc_start_request prototype | Jeff Layton |
2022-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2022-08-02 | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2022-08-03 | libceph: fix ceph_pagelist_reserve() comment typo | Jason Wang |
2022-08-03 | libceph: print fsid and epoch with osd id | Daichi Mukai |
2022-08-03 | libceph: check pointer before assigned to "c->rules[]" | Li Qiong |
2022-08-02 | Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk... | Linus Torvalds |
2022-08-02 | Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-08-01 | net: devlink: Fix missing mutex_unlock() call | Ammar Faizi |
2022-08-01 | net/tls: Remove redundant workqueue flush before destroy | Tariq Toukan |
2022-08-01 | net: dsa: Fix spelling mistakes and cleanup code | Xie Shaowen |
2022-08-01 | dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lock | Hangyu Hua |
2022-08-01 | net: rose: add netdev ref tracker to 'struct rose_sock' | Eric Dumazet |
2022-08-01 | net: rose: fix netdev reference changes | Eric Dumazet |
2022-08-01 | net: devlink: enable parallel ops on netlink interface | Jiri Pirko |
2022-08-01 | net: devlink: remove devlink_mutex | Jiri Pirko |
2022-08-01 | net: devlink: convert reload command to take implicit devlink->lock | Jiri Pirko |
2022-08-01 | net: devlink: introduce "unregistering" mark and use it during devlinks itera... | Jiri Pirko |
2022-08-01 | udp: Remove redundant __udp_sysctl_init() call from udp_init(). | Kuniyuki Iwashima |
2022-08-01 | net/rds: Use PTR_ERR instead of IS_ERR for rdsdebug() | Li Qiong |
2022-07-30 | batman-adv: tracing: Use the new __vstring() helper | Steven Rostedt (Google) |
2022-07-29 | dn_route: replace "jiffies-now>0" with "jiffies!=now" | Yu Zhe |
2022-07-29 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-07-29 | SUNRPC: Expand the svc_alloc_arg_err tracepoint | Chuck Lever |
2022-07-29 | seg6: add support for SRv6 H.L2Encaps.Red behavior | Andrea Mayer |
2022-07-29 | seg6: add support for SRv6 H.Encaps.Red behavior | Andrea Mayer |
2022-07-29 | net/af_packet: check len when min_header_len equals to 0 | Zhengchao Shao |
2022-07-28 | ax25: fix incorrect dev_tracker usage | Eric Dumazet |
2022-07-28 | devlink: Hold the instance lock in health callbacks | Moshe Shemesh |
2022-07-28 | net: devlink: remove region snapshots list dependency on devlink->lock | Jiri Pirko |
2022-07-28 | net: devlink: remove region snapshot ID tracking dependency on devlink->lock | Jiri Pirko |
2022-07-28 | devlink: introduce framework for selftests | Vikas Gupta |
2022-07-28 | net/tls: Multi-threaded calls to TX tls_dev_del | Tariq Toukan |
2022-07-28 | net/tls: Perform immediate device ctx cleanup when possible | Tariq Toukan |
2022-07-28 | tls: rx: Fix unsigned comparison with less than zero | Yang Li |
2022-07-28 | tls: rx: fix the false positive warning | Jakub Kicinski |
2022-07-28 | tls: strp: rename and multithread the workqueue | Jakub Kicinski |