summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-03-15atm: delete include/linux/atm_suni.hAlexey Dobriyan
2021-03-14psample: Add additional metadata attributesIdo Schimmel
2021-03-14psample: Encapsulate packet metadata in a structIdo Schimmel
2021-03-14skbuff: micro-optimize {,__}skb_header_pointer()Alexander Lobakin
2021-03-14ethernet: constify eth_get_headlen()'s data argumentAlexander Lobakin
2021-03-14linux/etherdevice.h: misc trailing whitespace cleanupAlexander Lobakin
2021-03-14flow_dissector: constify raw input data argumentAlexander Lobakin
2021-03-14skbuff: make __skb_header_pointer()'s data argument constAlexander Lobakin
2021-03-14flow_dissector: constify bpf_flow_dissector's data pointersAlexander Lobakin
2021-03-13net/sched: act_police: add support for packet-per-second policingBaowen Zheng
2021-03-13flow_offload: add support for packet-per-second policingXingfeng Hu
2021-03-12mptcp: add rm_list in mptcp_out_optionsGeliang Tang
2021-03-12ptp_pch: Move 'pch_*()' prototypes to shared headerLee Jones
2021-03-12net/mlx5e: Allow to match on ICMP parametersMaor Dickman
2021-03-11tcp: plug skb_still_in_host_queue() to TSQEric Dumazet
2021-03-11nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel
2021-03-11nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel
2021-03-11nexthop: Add data structures for resilient group notificationsIdo Schimmel
2021-03-11nexthop: Add implementation of resilient next-hop groupsPetr Machata
2021-03-11nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel
2021-03-11nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata
2021-03-11seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()Julien Massonneau
2021-03-10net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean
2021-03-10FDDI: if_fddi.h: Update my e-mail addressMaciej W. Rozycki
2021-03-10net: socket: use BIT() for MSG_*Menglong Dong
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-09net: check if protocol extracted by virtio_net_hdr_set_proto is correctBalazs Nemeth
2021-03-10bpf, xdp: Restructure redirect actionsBjörn Töpel
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel
2021-03-08atm: fix a typo in the struct descriptionTong Zhang
2021-03-08gpiolib: acpi: Allow to find GpioInt() resource by name and indexAndy Shevchenko
2021-03-08gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirkAndy Shevchenko
2021-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-03-05Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-05Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-03-05Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-03-05bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETHXuesen Huang
2021-03-04bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer
2021-03-04scripts/bpf: Abstract eBPF API target parameterJoe Stringer
2021-03-04bpf: Document BPF_MAP_*_BATCH syscall commandsJoe Stringer
2021-03-04bpf: Document BPF_PROG_QUERY syscall commandJoe Stringer
2021-03-04bpf: Document BPF_PROG_TEST_RUN syscall commandJoe Stringer
2021-03-04bpf: Document BPF_PROG_ATTACH syscall commandJoe Stringer
2021-03-04bpf: Document BPF_PROG_PIN syscall commandJoe Stringer
2021-03-04bpf: Document BPF_F_LOCK in syscall commandsJoe Stringer
2021-03-04bpf: Add minimal bpf() command documentationJoe Stringer
2021-03-04bpf: Import syscall arg documentationJoe Stringer