summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-07-15usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu
2021-07-15qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()Jia He
2021-07-15net: fix uninit-value in caif_seqpkt_sendmsgZiyang Xuan
2021-07-15bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser
2021-07-15bpf, sockmap, udp: sk_prot needs inuse_idx set for proc statsJakub Sitnicki
2021-07-15bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend
2021-07-15bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend
2021-07-15s390/bpf: Perform r1 range checking before accessing jit->seen_reg[r1]Colin Ian King
2021-07-15net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu
2021-07-15net_sched: use %px to print skb address in trace_qdisc_dequeue()Qitao Xu
2021-07-15net: use %px to print skb address in trace_netif_receive_skbQitao Xu
2021-07-15liquidio: Fix unintentional sign extension issue on left shift of u16Colin Ian King
2021-07-15net: dsa: mv88e6xxx: NET_DSA_MV88E6XXX_PTP should depend on NET_DSA_MV88E6XXXGeert Uytterhoeven
2021-07-14Merge branch 'r8152-pm-fixxes'David S. Miller
2021-07-14r8152: Fix a deadlock by doubly PM resumeTakashi Iwai
2021-07-14r8152: Fix potential PM refcount imbalanceTakashi Iwai
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-14fs: add vfs_parse_fs_param_source() helperChristian Brauner
2021-07-14cgroup: verify that source is a stringChristian Brauner
2021-07-13net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Vladimir Oltean
2021-07-13Merge tag 'vboxsf-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds
2021-07-13Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-13Merge branch 'sfc-tx-queues'David S. Miller
2021-07-13sfc: add logs explaining XDP_TX/REDIRECT is not availableÍñigo Huguet
2021-07-13sfc: ensure correct number of XDP queuesÍñigo Huguet
2021-07-13sfc: fix lack of XDP TX queues - error XDP TX failed (-22)Íñigo Huguet
2021-07-13net: fddi: fix UAF in fza_probePavel Skripkin
2021-07-13net: dsa: sja1105: fix address learning getting disabled on the CPU portVladimir Oltean
2021-07-13net: ocelot: fix switchdev objects synced for wrong netdev with LAG offloadVladimir Oltean
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng
2021-07-13xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo
2021-07-13bpf: Fix tail_call_reachable rejection for interpreter when jit failedDaniel Borkmann
2021-07-12sd: don't mess with SD_MINORS for CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig
2021-07-12mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)
2021-07-12mm/rmap: fix munlocking Anon THP with mlocked ptesHugh Dickins
2021-07-12octeontx2-pf: Fix uninitialized boolean variable ppsColin Ian King
2021-07-12ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin
2021-07-12net: hdlc: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap
2021-07-12bpf, test: fix NULL pointer dereference on invalid expected_attach_typeXuan Zhuo
2021-07-12doc, af_xdp: Fix bind flags option typoBaruch Siach
2021-07-11Linux 5.14-rc1v5.14-rc1Linus Torvalds
2021-07-11mm/rmap: try_to_migrate() skip zone_device !device_privateHugh Dickins
2021-07-11mm/rmap: fix new bug: premature return from page_mlock_one()Hugh Dickins
2021-07-11mm/rmap: fix old bug: munlocking THP missed other mlocksHugh Dickins
2021-07-11mm/rmap: fix comments left over from recent changesHugh Dickins
2021-07-11Merge branch 'bridge-mc-fixes'David S. Miller
2021-07-11net: bridge: multicast: fix MRD advertisement router port marking raceNikolay Aleksandrov
2021-07-11net: bridge: multicast: fix PIM hello router port marking raceNikolay Aleksandrov
2021-07-11Merge tag 'irq-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds