summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-03-15net: pcs: rearrange C73 functions to prepare for C37 support laterOng Boon Leong1-0/+4
2021-03-15atm: delete include/linux/atm_suni.hAlexey Dobriyan1-12/+0
2021-03-15psample: Add additional metadata attributesIdo Schimmel2-0/+14
2021-03-15psample: Encapsulate packet metadata in a structIdo Schimmel1-5/+9
2021-03-15skbuff: micro-optimize {,__}skb_header_pointer()Alexander Lobakin1-3/+2
2021-03-15ethernet: constify eth_get_headlen()'s data argumentAlexander Lobakin1-1/+1
2021-03-15linux/etherdevice.h: misc trailing whitespace cleanupAlexander Lobakin1-1/+1
2021-03-15flow_dissector: constify raw input data argumentAlexander Lobakin2-9/+8
2021-03-15skbuff: make __skb_header_pointer()'s data argument constAlexander Lobakin1-3/+3
2021-03-15flow_dissector: constify bpf_flow_dissector's data pointersAlexander Lobakin1-2/+2
2021-03-14net/sched: act_police: add support for packet-per-second policingBaowen Zheng3-4/+60
2021-03-14flow_offload: add support for packet-per-second policingXingfeng Hu2-0/+14
2021-03-13mptcp: add rm_list in mptcp_out_optionsGeliang Tang1-1/+8
2021-03-13ptp_pch: Move 'pch_*()' prototypes to shared headerLee Jones1-0/+22
2021-03-13net/mlx5e: Allow to match on ICMP parametersMaor Dickman1-0/+2
2021-03-12tcp: plug skb_still_in_host_queue() to TSQEric Dumazet1-1/+1
2021-03-12nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel1-0/+2
2021-03-12nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel1-0/+2
2021-03-12nexthop: Add data structures for resilient group notificationsIdo Schimmel1-0/+19
2021-03-12nexthop: Add implementation of resilient next-hop groupsPetr Machata1-0/+42
2021-03-12nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel2-1/+53
2021-03-12nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata1-3/+4
2021-03-12seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()Julien Massonneau1-0/+1
2021-03-10net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean1-0/+9
2021-03-10FDDI: if_fddi.h: Update my e-mail addressMaciej W. Rozycki1-1/+1
2021-03-10net: socket: use BIT() for MSG_*Menglong Dong1-34/+37
2021-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller16-171/+979
2021-03-10Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-9/+16
2021-03-10net: check if protocol extracted by virtio_net_hdr_set_proto is correctBalazs Nemeth1-1/+6
2021-03-10bpf, xdp: Restructure redirect actionsBjörn Töpel2-31/+41
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel3-39/+33
2021-03-09atm: fix a typo in the struct descriptionTong Zhang1-1/+1
2021-03-08gpiolib: acpi: Allow to find GpioInt() resource by name and indexAndy Shevchenko1-2/+8
2021-03-08gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirkAndy Shevchenko1-0/+2
2021-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2021-03-05Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+3
2021-03-05Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+3
2021-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+0
2021-03-05Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+2
2021-03-05bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETHXuesen Huang1-0/+5
2021-03-05bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer2-1/+14
2021-03-05scripts/bpf: Abstract eBPF API target parameterJoe Stringer1-1/+1
2021-03-05bpf: Document BPF_MAP_*_BATCH syscall commandsJoe Stringer1-3/+111
2021-03-05bpf: Document BPF_PROG_QUERY syscall commandJoe Stringer1-0/+37
2021-03-05bpf: Document BPF_PROG_TEST_RUN syscall commandJoe Stringer1-3/+11
2021-03-05bpf: Document BPF_PROG_ATTACH syscall commandJoe Stringer1-0/+37
2021-03-05bpf: Document BPF_PROG_PIN syscall commandJoe Stringer1-7/+29
2021-03-05bpf: Document BPF_F_LOCK in syscall commandsJoe Stringer1-0/+10
2021-03-05bpf: Add minimal bpf() command documentationJoe Stringer1-0/+368