Age | Commit message (Expand) | Author |
2022-03-24 | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2022-03-23 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-03-23 | llc: fix netdevice reference leaks in llc_ui_bind() | Eric Dumazet |
2022-03-23 | net: bridge: mst: Restrict info size queries to bridge ports | Tobias Waldekranz |
2022-03-22 | net: dsa: fix missing host-filtered multicast addresses | Vladimir Oltean |
2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song |
2022-03-22 | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-03-22 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-03-22 | Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds |
2022-03-22 | net: bridge: mst: prevent NULL deref in br_mst_info_size() | Eric Dumazet |
2022-03-22 | tipc: fix the timer expires after interval 100ms | Hoang Le |
2022-03-21 | net: dsa: fix panic on shutdown if multi-chip tree failed to probe | Vladimir Oltean |
2022-03-21 | openvswitch: always update flow key after nat | Aaron Conole |
2022-03-21 | Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-03-21 | net/tls: optimize judgement processes in tls_set_device_offload() | Ziyang Xuan |
2022-03-21 | net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf() | Ziyang Xuan |
2022-03-21 | tcp: ensure PMTU updates are processed during fastopen | Jakub Kicinski |
2022-03-21 | net: Revert the softirq will run annotation in ____napi_schedule(). | Sebastian Andrzej Siewior |
2022-03-21 | devlink: hold the instance lock during eswitch_mode callbacks | Jakub Kicinski |
2022-03-21 | devlink: add explicitly locked flavor of the rate node APIs | Jakub Kicinski |
2022-03-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | David S. Miller |
2022-03-21 | netlabel: fix out-of-bounds memory accesses | Wang Yufen |
2022-03-21 | ax25: Fix NULL pointer dereferences in ax25 timers | Duoming Zhou |
2022-03-21 | ax25: Fix refcount leaks caused by ax25_cb_del() | Duoming Zhou |
2022-03-20 | bpf: Check for NULL return from bpf_get_btf_vmlinux | Kumar Kartikeya Dwivedi |
2022-03-20 | bpf: Treat bpf_sk_lookup remote_port as a 2-byte field | Jakub Sitnicki |
2022-03-20 | bpf: Enable non-atomic allocations in local storage | Joanne Koong |
2022-03-20 | netfilter: flowtable: pass flowtable to nf_flow_table_iterate() | Pablo Neira Ayuso |
2022-03-20 | netfilter: flowtable: remove redundant field in flow_offload_work struct | Pablo Neira Ayuso |
2022-03-20 | netfilter: nf_nat_h323: eliminate anonymous module_init & module_exit | Randy Dunlap |
2022-03-20 | netfilter: nft_exthdr: add reduce support | Florian Westphal |
2022-03-20 | netfilter: nft_fib: add reduce support | Florian Westphal |
2022-03-20 | netfilter: nft_tunnel: track register operations | Pablo Neira Ayuso |
2022-03-20 | netfilter: nft_xfrm: track register operations | Pablo Neira Ayuso |
2022-03-20 | netfilter: nft_socket: track register operations | Pablo Neira Ayuso |
2022-03-20 | netfilter: nft_immediate: cancel register tracking for data destination register | Pablo Neira Ayuso |
2022-03-20 | netfilter: nft_hash: track register operations | Pablo Neira Ayuso |
2022-03-20 | netfilter: nft_osf: track register operations | Pablo Neira Ayuso |
2022-03-20 | netfilter: nft_numgen: cancel register tracking | Pablo Neira Ayuso |
2022-03-20 | netfilter: nft_meta: extend reduce support to bridge family | Florian Westphal |
2022-03-20 | netfilter: nft_lookup: only cancel tracking for clobbered dregs | Florian Westphal |
2022-03-20 | netfilter: nft_ct: track register operations | Pablo Neira Ayuso |
2022-03-20 | netfilter: nf_tables: cancel tracking for clobbered destination registers | Pablo Neira Ayuso |
2022-03-20 | netfilter: nf_tables: do not reduce read-only expressions | Pablo Neira Ayuso |
2022-03-20 | netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned() | Phil Sutter |
2022-03-19 | netfilter: conntrack: revisit gc autotuning | Florian Westphal |
2022-03-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ | David S. Miller |
2022-03-18 | af_netlink: Fix shift out of bounds in group mask calculation | Petr Machata |