summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-03-10bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu1-0/+11
2022-03-10bpf: Fix comment for helper bpf_current_task_under_cgroup()Hengqi Chen1-2/+2
2022-03-10bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/Martin KaFai Lau2-20/+22
2022-03-10bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macroMartin KaFai Lau1-5/+5
2022-03-09bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen1-0/+3
2022-03-05bpf: Reject programs that try to load __percpu memory.Hao Luo1-2/+9
2022-03-05compiler_types: Define __percpu as __attribute__((btf_type_tag("percpu")))Hao Luo1-1/+6
2022-03-05compiler_types.h: Add unified __diag_ignore_all for GCC/LLVMKumar Kartikeya Dwivedi3-0/+10
2022-03-05compiler-clang.h: Add __diag infrastructure for clangNathan Chancellor1-0/+22
2022-03-05bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi1-1/+2
2022-03-05bpf: Add check_func_arg_reg_off functionKumar Kartikeya Dwivedi1-0/+3
2022-03-05net: dsa: tag_rtl8_4: add rtl8_4t trailing variantLuiz Angelo Daros de Luca1-0/+2
2022-03-04Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg}Luiz Augusto von Dentz1-6/+8
2022-03-04Bluetooth: mgmt: Replace zero-length array with flexible-array memberChangcheng Deng1-1/+1
2022-03-04net: dev: use kfree_skb_reason() for __netif_receive_skb_core()Menglong Dong2-0/+6
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_ingress()Menglong Dong2-0/+2
2022-03-04net: dev: use kfree_skb_reason() for do_xdp_generic()Menglong Dong2-0/+2
2022-03-04net: dev: use kfree_skb_reason() for enqueue_to_backlog()Menglong Dong2-0/+7
2022-03-04net: dev: add skb drop reasons to __dev_xmit_skb()Menglong Dong2-0/+5
2022-03-04net: skb: introduce the function kfree_skb_list_reason()Menglong Dong1-1/+7
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_egress()Menglong Dong2-0/+2
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-25/+71
2022-03-03Merge tag 'net-5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-9/+35
2022-03-03ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet1-2/+2
2022-03-03bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()Martin KaFai Lau2-2/+42
2022-03-03bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingressMartin KaFai Lau1-6/+12
2022-03-03net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM optionMartin KaFai Lau1-0/+11
2022-03-03net: ip: Handle delivery_time in ip defragMartin KaFai Lau1-0/+2
2022-03-03net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()Martin KaFai Lau1-2/+1
2022-03-03net: Clear mono_delivery_time bit in __skb_tstamp_tx()Martin KaFai Lau1-0/+1
2022-03-03net: Handle delivery_time in skb->tstamp during network tapping with af_packetMartin KaFai Lau1-0/+24
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau1-1/+9
2022-03-03net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...Martin KaFai Lau1-0/+13
2022-03-03net: dsa: felix: migrate host FDB and MDB entries when changing tag protoVladimir Oltean1-0/+7
2022-03-03net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATSPetr Machata3-0/+6
2022-03-03net: rtnetlink: Add RTM_SETSTATSPetr Machata1-0/+2
2022-03-03net: rtnetlink: Add UAPI for obtaining L3 offload xstatsPetr Machata1-0/+11
2022-03-03net: dev: Add hardware stats supportPetr Machata2-0/+57
2022-03-03net: rtnetlink: RTM_GETSTATS: Allow filtering inside nestsPetr Machata1-0/+10
2022-03-03page_pool: Add function to batch and return statsJoe Damato1-0/+17
2022-03-03page_pool: Add recycle statsJoe Damato1-0/+16
2022-03-03page_pool: Add allocation statsJoe Damato1-0/+18
2022-03-02tcp: Remove the unused apiTao Chen1-5/+0
2022-03-02flow_dissector: Add support for HSRKurt Kanzenbach1-0/+16
2022-03-01if_ether.h: add EtherCAT EthertypeDaniel Braunwarth1-0/+1
2022-03-01if_ether.h: add PROFINET EthertypeDaniel Braunwarth1-0/+1
2022-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski3-2/+10
2022-03-01net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey1-1/+5
2022-03-01Merge tag 'wireless-for-net-2022-03-01' of git://git.kernel.org/pub/scm/linux...David S. Miller1-0/+5
2022-03-01net/smc: add sysctl for autocorkingDust Li1-0/+1