summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-06-29bpf: expose bpf_{g,s}etsockopt to lsm cgroupStanislav Fomichev1-0/+2
2022-06-29bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUPStanislav Fomichev1-0/+3
2022-06-29bpf: minimize number of allocated lsm slots per programStanislav Fomichev3-8/+10
2022-06-29bpf: per-cgroup lsm flavorStanislav Fomichev6-1/+55
2022-06-29bpf: convert cgroup_bpf.progs to hlistStanislav Fomichev2-3/+3
2022-06-29bpf: add bpf_func_t and trampoline helpersStanislav Fomichev1-6/+5
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar1-0/+1
2022-06-20bpf: Inline calls to bpf_loop when callback is knownEduard Zingerman2-0/+15
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang3-4/+6
2022-06-20tcp: Introduce tcp_read_skb()Cong Wang1-0/+2
2022-06-19net: mii: add mii_bmcr_encode_fixed()Russell King (Oracle)1-0/+35
2022-06-19raw: convert raw sockets to RCUEric Dumazet2-1/+11
2022-06-19raw: use more conventional iteratorsEric Dumazet2-6/+5
2022-06-19net: dsa: felix: update base time of time-aware shaper when adjusting PTP timeXiaoliang Yang1-0/+7
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski8-45/+231
2022-06-17bpf: Fix non-static bpf_func_proto struct definitionsJoanne Koong1-3/+0
2022-06-17net: pcs: xpcs: add CL37 1000BASE-X AN supportOng Boon Leong1-0/+1
2022-06-17net: make xpcs_do_config to accept advertising for pcs-xpcs and sja1105Ong Boon Leong1-1/+1
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2-0/+79
2022-06-16bpf: Allow helpers to accept pointers with a fixed sizeMaxim Mikityanskiy1-0/+13
2022-06-16bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookieMaxim Mikityanskiy1-4/+6
2022-06-16linux/phy.h: add phydev_err_probe() wrapper for dev_err_probe()Rasmus Villemoes1-0/+3
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-118/+103
2022-06-16bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov1-0/+52
2022-06-16bpf: move bpf_prog to bpf.hDelyan Kratunov2-34/+36
2022-06-16Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-84/+1
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong3-84/+1
2022-06-15Merge tag 'hardening-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2022-06-14Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski5-32/+171
2022-06-14netfs: fix up netfs_inode_init() docbook commentLinus Torvalds1-1/+1
2022-06-14bpf: Fix spelling in bpf_verifier.hHongyi Lu1-1/+1
2022-06-14Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2022-06-13net/mlx5: Add bits and fields to support enhanced CQE compressionOfer Levi2-3/+20
2022-06-13net/mlx5: Remove not used MLX5_CAP_BITS_RW_MASKShay Drory1-19/+0
2022-06-13net/mlx5: Add support EXECUTE_ASO action for flow entryJianbo Liu1-0/+14
2022-06-13net/mlx5: Add HW definitions of vport debug countersSaeed Mahameed1-4/+19
2022-06-13net/mlx5: Add IFC bits and enums for flow meterJianbo Liu2-4/+111
2022-06-13RDMA/mlx5: Support handling of modify-header pattern ICM areaYevgeny Kliteynik1-0/+1
2022-06-13net/mlx5: Manage ICM of type modify-header patternYevgeny Kliteynik1-0/+1
2022-06-13net/mlx5: Introduce header-modify-pattern ICM propertiesYevgeny Kliteynik1-2/+5
2022-06-13usercopy: Handle vm_map_ram() areasMatthew Wilcox (Oracle)1-0/+1
2022-06-13net: make __sys_accept4_file() staticYajun Deng1-4/+0
2022-06-13tcp: sk_forced_mem_schedule() optimizationEric Dumazet1-2/+1
2022-06-12Merge tag 'wq-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-13/+61
2022-06-12Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+2
2022-06-11workqueue: Switch to new kerneldoc syntax for named variable macro argumentJonathan Neuschäfer1-1/+1
2022-06-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+3
2022-06-10Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+15
2022-06-10Merge tag 'for-5.19/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet1-27/+2