aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-17bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh
2022-06-17igb: fix a use-after-free issue in igb_clean_tx_ringLorenzo Bianconi
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-06-17rethook: Reject getting a rethook if RCU is not watchingMasami Hiramatsu (Google)
2022-06-17fprobe, samples: Add use_trace option and show hit/missed counterMasami Hiramatsu (Google)
2022-06-17bpf, docs: Update some of the JIT/maintenance entriesDaniel Borkmann
2022-06-17ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti
2022-06-17hamradio: 6pack: fix array-index-out-of-bounds in decode_std_command()Xu Jia
2022-06-17tipc: fix use-after-free Read in tipc_named_reinitHoang Le
2022-06-17veth: Add updating of trans_startJay Vosburgh
2022-06-17net: fix data-race in dev_isalive()Eric Dumazet
2022-06-16phy: aquantia: Fix AN when higher speeds than 1G are not advertisedClaudiu Manoil
2022-06-16Merge branch 'bpf: Fix cookie values for kprobe multi'Alexei Starovoitov
2022-06-16selftest/bpf: Fix kprobe_multi bench testJiri Olsa
2022-06-16bpf: Force cookies array to follow symbols sortingJiri Olsa
2022-06-16ftrace: Keep address offset in ftrace_lookup_symbolsJiri Olsa
2022-06-16selftests/bpf: Shuffle cookies symbols in kprobe multi testJiri Olsa
2022-06-16selftests/bpf: Test tail call counting with bpf2bpf and data on stackJakub Sitnicki
2022-06-16bpf, x86: Fix tail call count offset calculation on bpf2bpf callJakub Sitnicki
2022-06-16Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-06-16net: axienet: add missing error return code in axienet_probe()Yang Yingliang
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong
2022-06-15Merge tag 'hardening-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-06-15Merge tag 'tpmdd-next-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-06-15certs: fix and refactor CONFIG_SYSTEM_BLACKLIST_HASH_LIST buildMasahiro Yamada
2022-06-15certs/blacklist_hashes.c: fix const confusion in certs blacklistMasahiro Yamada
2022-06-15bpf: Limit maximum modifier chain length in btf_check_type_tagsKumar Kartikeya Dwivedi
2022-06-15Merge tag 'fs.fixes.v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-06-15bpf: Fix request_sock leak in sk lookup helpersJon Maxwell
2022-06-15net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou
2022-06-15net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso
2022-06-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2022-06-14MAINTAINERS: add include/dt-bindings/net to NETWORKING DRIVERSLukas Bulwahn
2022-06-14ARM: dts: at91: ksz9477_evb: fix port/phy validationOleksij Rempel
2022-06-14net: bgmac: Fix an erroneous kfree() in bgmac_remove()Christophe JAILLET
2022-06-14netfs: fix up netfs_inode_init() docbook commentLinus Torvalds
2022-06-14ice: Fix memory corruption in VF driverPrzemyslaw Patynowski
2022-06-14ice: Fix queue config fail handlingPrzemyslaw Patynowski
2022-06-14ice: Sync VLAN filtering features for DVMRoman Storozhenko
2022-06-14ice: Fix PTP TX timestamp offset calculationMichal Michalik
2022-06-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-06-14xsk: Fix generic transmit when completion queue reservation failsCiara Loftus
2022-06-14Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-06-14mlxsw: spectrum_cnt: Reorder counter poolsPetr Machata
2022-06-14fs: account for group membershipChristian Brauner
2022-06-13docs: networking: phy: Fix a typoJonathan Neuschäfer
2022-06-13amd-xgbe: Use platform_irq_count()Jean-Philippe Brucker
2022-06-13usercopy: Make usercopy resilient against ridiculously large copiesMatthew Wilcox (Oracle)
2022-06-13usercopy: Cast pointer to an integer onceMatthew Wilcox (Oracle)
2022-06-13usercopy: Handle vm_map_ram() areasMatthew Wilcox (Oracle)