aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-28Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothPaolo Abeni2-1/+2
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski7-149/+134
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+1
2022-04-27hex2bin: make the function hex_to_bin constant-timeMikulas Patocka1-1/+1
2022-04-27Merge tag 'mtd/fixes-for-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-4/+2
2022-04-27net: atm: remove support for ZeitNet ZN122x ATM devicesJakub Kicinski1-47/+0
2022-04-26net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior1-12/+9
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet4-14/+8
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong1-2/+1
2022-04-26Merge tag 'for-5.18/fbdev-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevLinus Torvalds1-1/+1
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz1-1/+1
2022-04-26Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz1-0/+1
2022-04-26xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski1-0/+1
2022-04-26bug: Have __warn() prototype defined unconditionallyShida Zhang1-5/+6
2022-04-25bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi1-1/+2
2022-04-25bpf: Teach verifier about kptr_get kfunc helpersKumar Kartikeya Dwivedi1-0/+2
2022-04-25bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi2-0/+6
2022-04-25bpf: Populate pairs of btf_id and destructor kfunc in btfKumar Kartikeya Dwivedi1-0/+17
2022-04-25bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi1-26/+30
2022-04-25bpf: Prevent escaping of kptr loaded from mapsKumar Kartikeya Dwivedi1-1/+9
2022-04-25bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi2-0/+20
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi2-3/+5
2022-04-25bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi2-1/+32
2022-04-25bpf: Use bpf_prog_run_array_cg_flags everywhereStanislav Fomichev1-6/+2
2022-04-25net: mac802154: Create an error helper for asynchronous offloading errorsMiquel Raynal1-0/+9
2022-04-25net: mac802154: Create an offloaded transmission error helperMiquel Raynal1-0/+10
2022-04-25net: ieee802154: Fill the list of MLME return codesMiquel Raynal1-1/+66
2022-04-25net: ieee802154: Enhance/fix the names of the MLME return codesMiquel Raynal1-7/+7
2022-04-25tcp: make sure treq->af_specific is initializedEric Dumazet1-0/+1
2022-04-25tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet1-0/+1
2022-04-25ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2-2/+2
2022-04-25devlink: introduce line card device info infrastructureJiri Pirko1-2/+6
2022-04-25devlink: introduce line card info get messageJiri Pirko2-1/+8
2022-04-25devlink: introduce line card devices supportJiri Pirko2-0/+10
2022-04-23Merge tag 'drm-fixes-2022-04-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-266/+0
2022-04-23Merge tag 'input-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+21
2022-04-23mptcp: dump infinite_map field in mptcp_dump_mpextGeliang Tang1-2/+4
2022-04-23mptcp: infinite mapping sendingGeliang Tang1-1/+2
2022-04-23Merge tag 'drm-misc-fixes-2022-04-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-266/+0
2022-04-22dt-bindings: clk: mpfs: add defines for two new clocksConor Dooley1-1/+4
2022-04-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+25
2022-04-22tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang1-0/+6
2022-04-22qed: Remove IP services API.Guillaume Nault1-29/+0
2022-04-22Merge tag 'sound-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+4
2022-04-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-0/+28
2022-04-22ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault1-12/+24
2022-04-22ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima1-3/+1
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni15-25/+70
2022-04-21oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache1-0/+1
2022-04-21mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-0/+8