aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong1-2/+1
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-20net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian1-1/+1
2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh1-2/+2
2022-04-19bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev1-108/+7
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+2
2022-04-08net/sched: act_skbedit: Add extack messages for offload failureIdo Schimmel1-0/+12
2022-04-08net/sched: act_gact: Add extack messages for offload failureIdo Schimmel1-0/+15
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel2-3/+6
2022-04-08tls: rx: use a define for tag lengthJakub Kicinski1-0/+1
2022-04-08tls: rx: don't store the decryption status in socket contextJakub Kicinski2-1/+1
2022-04-08tls: rx: don't store the record type in socket contextJakub Kicinski2-7/+6
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-9/+4
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+3
2022-04-07tcp: Add tracepoint for tcp_set_ca_statePing Gan2-9/+48
2022-04-07net-core: rx_otherhost_dropped to core_statsJeffrey Ji2-0/+7
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski1-70/+2
2022-04-07Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+1
2022-04-06ipv6: fix locking issues with loops over idev->addr_listNiels Dossche1-0/+8
2022-04-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+3
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet2-5/+16
2022-04-06net: ethernet: mtk_eth_soc: implement flow offloading to WED devicesFelix Fietkau1-0/+7
2022-04-06net: ethernet: mtk_eth_soc: add support for Wireless Ethernet Dispatch (WED)Felix Fietkau1-0/+131
2022-04-06net, uapi: remove inclusion of arpa/inet.hNick Desaulniers1-16/+12
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp1-2/+1
2022-04-05net: ensure net_todo_list is processed quicklyJohannes Berg1-1/+2
2022-04-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-6/+0
2022-04-03bpf: Correct the comment for BTF kind bitfieldHaiyue Wang1-2/+2
2022-04-03Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds11-68/+29
2022-04-03Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2022-04-03Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-131/+1
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-23/+48
2022-04-02tracing: mark user_events as BROKENSteven Rostedt (Google)1-0/+0
2022-04-02tracing: Move user_events.h temporarily out of include/uapiSteven Rostedt (Google)1-0/+0
2022-04-02ftrace: Make ftrace_graph_is_dead() a static branchChristophe Leroy1-1/+15
2022-04-02tracing/user_events: Remove eBPF interfacesBeau Belgrave1-53/+0
2022-04-02tracing: Rename the staging files for trace_eventsSteven Rostedt (Google)9-14/+14
2022-04-02KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse2-10/+5
2022-04-02KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson2-10/+16
2022-04-02KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson1-7/+31
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1