Age | Commit message (Expand) | Author |
2021-07-29 | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann |
2021-07-27 | Merge branch 'sockmap fixes picked up by stress tests' | Andrii Nakryiko |
2021-07-27 | bpf, sockmap: Fix memleak on ingress msg enqueue | John Fastabend |
2021-07-27 | bpf, sockmap: On cleanup we additionally need to remove cached skb | John Fastabend |
2021-07-27 | bpf, sockmap: Zap ingress queues after stopping strparser | John Fastabend |
2021-07-19 | bpf: Fix OOB read when printing XDP link fdinfo | Lorenz Bauer |
2021-07-16 | bpf, selftests: Add test cases for pointer alu from multiple paths | Daniel Borkmann |
2021-07-16 | bpf: Fix pointer arithmetic mask tightening under state pruning | Daniel Borkmann |
2021-07-16 | bpf: Remove superfluous aux sanitation on subprog rejection | Daniel Borkmann |
2021-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2021-07-15 | usb: hso: fix error handling code of hso_create_net_device | Dongliang Mu |
2021-07-15 | qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union() | Jia He |
2021-07-15 | net: fix uninit-value in caif_seqpkt_sendmsg | Ziyang Xuan |
2021-07-15 | bpftool: Check malloc return value in mount_bpffs_for_pin | Tobias Klauser |
2021-07-15 | bpf, sockmap, udp: sk_prot needs inuse_idx set for proc stats | Jakub Sitnicki |
2021-07-15 | bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc stats | John Fastabend |
2021-07-15 | bpf, sockmap: Fix potential memory leak on unlikely error case | John Fastabend |
2021-07-15 | s390/bpf: Perform r1 range checking before accessing jit->seen_reg[r1] | Colin Ian King |
2021-07-15 | net_sched: introduce tracepoint trace_qdisc_enqueue() | Qitao Xu |
2021-07-15 | net_sched: use %px to print skb address in trace_qdisc_dequeue() | Qitao Xu |
2021-07-15 | net: use %px to print skb address in trace_netif_receive_skb | Qitao Xu |
2021-07-15 | liquidio: Fix unintentional sign extension issue on left shift of u16 | Colin Ian King |
2021-07-15 | net: dsa: mv88e6xxx: NET_DSA_MV88E6XXX_PTP should depend on NET_DSA_MV88E6XXX | Geert Uytterhoeven |
2021-07-14 | Merge branch 'r8152-pm-fixxes' | David S. Miller |
2021-07-14 | r8152: Fix a deadlock by doubly PM resume | Takashi Iwai |
2021-07-14 | r8152: Fix potential PM refcount imbalance | Takashi Iwai |
2021-07-14 | Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-07-14 | fs: add vfs_parse_fs_param_source() helper | Christian Brauner |
2021-07-14 | cgroup: verify that source is a string | Christian Brauner |
2021-07-13 | net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le... | Vladimir Oltean |
2021-07-13 | Merge tag 'vboxsf-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h... | Linus Torvalds |
2021-07-13 | Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-07-13 | Merge branch 'sfc-tx-queues' | David S. Miller |
2021-07-13 | sfc: add logs explaining XDP_TX/REDIRECT is not available | Íñigo Huguet |
2021-07-13 | sfc: ensure correct number of XDP queues | Íñigo Huguet |
2021-07-13 | sfc: fix lack of XDP TX queues - error XDP TX failed (-22) | Íñigo Huguet |
2021-07-13 | net: fddi: fix UAF in fza_probe | Pavel Skripkin |
2021-07-13 | net: dsa: sja1105: fix address learning getting disabled on the CPU port | Vladimir Oltean |
2021-07-13 | net: ocelot: fix switchdev objects synced for wrong netdev with LAG offload | Vladimir Oltean |
2021-07-13 | net: Use nlmsg_unicast() instead of netlink_unicast() | Yajun Deng |
2021-07-13 | xdp, net: Fix use-after-free in bpf_xdp_link_release | Xuan Zhuo |
2021-07-13 | bpf: Fix tail_call_reachable rejection for interpreter when jit failed | Daniel Borkmann |
2021-07-12 | sd: don't mess with SD_MINORS for CONFIG_DEBUG_BLOCK_EXT_DEVT | Christoph Hellwig |
2021-07-12 | mm: Make copy_huge_page() always available | Matthew Wilcox (Oracle) |
2021-07-12 | mm/rmap: fix munlocking Anon THP with mlocked ptes | Hugh Dickins |
2021-07-12 | octeontx2-pf: Fix uninitialized boolean variable pps | Colin Ian King |
2021-07-12 | ipv6: allocate enough headroom in ip6_finish_output2() | Vasily Averin |
2021-07-12 | net: hdlc: rename 'mod_init' & 'mod_exit' functions to be module-specific | Randy Dunlap |
2021-07-12 | bpf, test: fix NULL pointer dereference on invalid expected_attach_type | Xuan Zhuo |
2021-07-12 | doc, af_xdp: Fix bind flags option typo | Baruch Siach |