summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen2022-03-091-0/+3
* bpf: Reject programs that try to load __percpu memory.Hao Luo2022-03-051-2/+9
* compiler_types: Define __percpu as __attribute__((btf_type_tag("percpu")))Hao Luo2022-03-051-1/+6
* compiler_types.h: Add unified __diag_ignore_all for GCC/LLVMKumar Kartikeya Dwivedi2022-03-053-0/+10
* compiler-clang.h: Add __diag infrastructure for clangNathan Chancellor2022-03-051-0/+22
* bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi2022-03-051-1/+2
* bpf: Add check_func_arg_reg_off functionKumar Kartikeya Dwivedi2022-03-051-0/+3
* net: dsa: tag_rtl8_4: add rtl8_4t trailing variantLuiz Angelo Daros de Luca2022-03-051-0/+2
* Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg}Luiz Augusto von Dentz2022-03-041-6/+8
* Bluetooth: mgmt: Replace zero-length array with flexible-array memberChangcheng Deng2022-03-041-1/+1
* net: dev: use kfree_skb_reason() for __netif_receive_skb_core()Menglong Dong2022-03-042-0/+6
* net: dev: use kfree_skb_reason() for sch_handle_ingress()Menglong Dong2022-03-042-0/+2
* net: dev: use kfree_skb_reason() for do_xdp_generic()Menglong Dong2022-03-042-0/+2
* net: dev: use kfree_skb_reason() for enqueue_to_backlog()Menglong Dong2022-03-042-0/+7
* net: dev: add skb drop reasons to __dev_xmit_skb()Menglong Dong2022-03-042-0/+5
* net: skb: introduce the function kfree_skb_list_reason()Menglong Dong2022-03-041-1/+7
* net: dev: use kfree_skb_reason() for sch_handle_egress()Menglong Dong2022-03-042-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-0319-25/+71
|\
| * Merge tag 'net-5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-039-9/+35
| |\
| | * ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet2022-03-031-2/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-03-013-2/+10
| | |\
| | | * net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey2022-03-011-1/+5
| | | * netfilter: nf_queue: fix possible use-after-freeFlorian Westphal2022-03-011-1/+1
| | | * netfilter: egress: silence egress hook lockdep splatsFlorian Westphal2022-02-281-0/+4
| | * | Merge tag 'wireless-for-net-2022-03-01' of git://git.kernel.org/pub/scm/linux...David S. Miller2022-03-011-0/+5
| | |\ \
| | | * | rfkill: define rfill_soft_blocked() if !RFKILLBen Dooks2022-03-011-0/+5
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-02-252-3/+9
| | |\ \ \
| | | * | | xfrm: enforce validity of offload input flagsLeon Romanovsky2022-02-091-0/+6
| | | * | | Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac2022-01-271-1/+0
| | | * | | xfrm: Check if_id in xfrm_migrateYan Yan2022-01-261-2/+3
| | * | | | Merge tag 'for-net-2022-02-24' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-02-242-2/+9
| | |\ \ \ \
| | | * | | | Bluetooth: hci_sync: Fix not using conn_timeoutLuiz Augusto von Dentz2022-02-241-0/+8
| | | * | | | Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz2022-02-241-2/+1
| * | | | | | Merge tag 'soc-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-285-5/+9
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'soc-fsl-fix-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2022-02-255-5/+9
| | |\ \ \ \ \ \
| | | * | | | | | soc: fsl: Replace kernel.h with the necessary inclusionsAndy Shevchenko2022-02-185-5/+9
| * | | | | | | | Merge tag 'dma-mapping-5.17-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-02-271-0/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-02-141-0/+8
| | |/ / / / / / /
| * | | | | | | | Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-261-10/+12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy2022-02-251-10/+12
| * | | | | | | | | Merge tag 'pm-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-02-251-0/+3
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'cpufreq/arm/fixes' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki2022-02-241-0/+3
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | cpufreq: Reintroduce ready() callbackBjorn Andersson2022-02-091-0/+3
| | | | |_|/ / / / / / | | | |/| | | | | | |
| * | | | | | | | | | Merge tag 'char-misc-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-02-251-1/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello2022-02-211-1/+3
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-02-241-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | * | | | | | | | | KVM: PPC: reserve capability 210 for KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin2022-02-221-0/+1
* | | | | | | | | | | bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()Martin KaFai Lau2022-03-032-2/+42
* | | | | | | | | | | bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingressMartin KaFai Lau2022-03-031-6/+12
* | | | | | | | | | | net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM optionMartin KaFai Lau2022-03-031-0/+11