summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-05-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski6-27/+132
2022-05-24bpf: Add dynptr data slicesJoanne Koong1-0/+1
2022-05-24bpf: Dynptr support for ring buffersJoanne Koong2-1/+16
2022-05-24bpf: Add verifier support for dynptrsJoanne Koong2-0/+46
2022-05-24bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu1-0/+1
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski1-2/+6
2022-05-22rxrpc: Fix locking issueDavid Howells2-0/+14
2022-05-22net: qed: fix typos in commentsJulia Lawall3-5/+5
2022-05-21selftests/bpf: Add missing trampoline program type to trampoline_count testYuntao Wang1-1/+1
2022-05-21bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2-1/+3
2022-05-20net: macb: Fix PTP one step sync supportHarini Katakam1-0/+3
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp2-61/+0
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+3
2022-05-19Merge tag 'net-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2022-05-18net/mlx5: Support multiport eswitch modeEli Cohen1-2/+3
2022-05-18net/mlx5: Inline db alloc API functionTariq Toukan1-1/+6
2022-05-18net/mlx5: Add last command failure syndrome to debugfsMoshe Shemesh1-0/+2
2022-05-18ptp: ptp_clockmatrix: Add PTP_CLK_REQ_EXTTS supportMin Li1-1/+11
2022-05-17audit,io_uring,io-wq: call __audit_uring_exit for dummy contextsJulian Orth1-1/+1
2022-05-16net: skb: Remove skb_data_area_size()Ricardo Martinez1-5/+0
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau1-1/+1
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet1-0/+1
2022-05-16net: skb: change the definition SKB_DR_SET()Menglong Dong1-1/+2
2022-05-16ipv6: Add hop-by-hop header to jumbograms in ip6_outputCoco Li1-0/+1
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck1-1/+5
2022-05-16net: limit GSO_MAX_SIZE to 524280 bytesEric Dumazet1-2/+5
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-1/+3
2022-05-14bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong1-8/+10
2022-05-13Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2022-05-13skbuff: replace a BUG_ON() with the new DEBUG_NET_WARN_ON_ONCE()Jakub Kicinski1-3/+1
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-4/+7
2022-05-12Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+2
2022-05-12fortify: Provide a memcpy trap door for sharp cornersKees Cook2-0/+20
2022-05-12bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou1-0/+2
2022-05-12bpf: Fix sparse warning for bpf_kptr_xchg_protoKumar Kartikeya Dwivedi1-0/+1
2022-05-11net: warn if transport header was not setEric Dumazet1-0/+2
2022-05-11net: add include/net/net_debug.hEric Dumazet1-140/+1
2022-05-11Merge tag 'mlx5-updates-2022-05-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-1/+4
2022-05-11bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee1-0/+1
2022-05-11bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee1-4/+13
2022-05-11bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2-12/+25
2022-05-11skbuff: render the checksum comment to documentationJakub Kicinski1-95/+124
2022-05-11skbuff: rewrite the doc for data-only skbsJakub Kicinski1-12/+30
2022-05-11skbuff: add a basic intro docJakub Kicinski1-0/+40
2022-05-11ftrace: Add ftrace_lookup_symbols functionJiri Olsa1-0/+6
2022-05-11kallsyms: Make kallsyms_on_each_symbol generally availableJiri Olsa1-1/+6
2022-05-10bpf: Add bpf_link iteratorDmitrii Dolgov1-0/+1
2022-05-10ptp: Support late timestamp determinationGerhard Engleder2-3/+32
2022-05-10ptp: Pass hwtstamp to ptp_convert_timestamp()Gerhard Engleder1-4/+3