summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2021-03-19net: NULL the old xps map entries when freeing themAntoine Tenart1-0/+1
2021-03-19net: fix use after free in xpsAntoine Tenart1-5/+12
2021-03-19net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart1-77/+48
2021-03-19net-sysfs: move the rtnl unlock up in the xps show helpersAntoine Tenart1-14/+11
2021-03-19net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart1-6/+9
2021-03-19net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart1-20/+25
2021-03-19net: move the xps maps to an arrayAntoine Tenart2-45/+34
2021-03-19net: remove the xps possible_maskAntoine Tenart2-29/+15
2021-03-19net: embed nr_ids in the xps mapsAntoine Tenart2-40/+43
2021-03-19net: embed num_tc in the xps mapsAntoine Tenart2-50/+58
2021-03-19net-sysfs: make xps_cpus_show and xps_rxqs_show consistentAntoine Tenart1-15/+18
2021-03-19net-sysfs: store the return of get_netdev_queue_index in an unsigned intAntoine Tenart1-4/+7
2021-03-19net-sysfs: convert xps_cpus_show to bitmap_zallocAntoine Tenart1-6/+6
2021-03-15net: export dev_set_threaded symbolLorenzo Bianconi1-0/+1
2021-03-15flow_dissector: constify raw input data argumentAlexander Lobakin1-19/+22
2021-03-15gro: give 'hash' variable in dev_gro_receive() a less confusing nameAlexander Lobakin1-6/+6
2021-03-15gro: consistentify napi->gro_hash[x] access in dev_gro_receive()Alexander Lobakin1-11/+11
2021-03-15gro: simplify gro_list_prepare()Alexander Lobakin1-8/+4
2021-03-10skbuff: remove some unnecessary operation in skb_segment_list()Yunsheng Lin1-12/+3
2021-03-10net: core: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-305/+261
2021-03-10bpf, xdp: Restructure redirect actionsBjörn Töpel1-95/+75
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel1-38/+1
2021-03-05bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETHXuesen Huang1-1/+10
2021-03-05bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer1-0/+1
2021-03-04rtnetlink: using dev_base_seq from target netzhang kai1-1/+1
2021-03-02net: expand textsearch ts_state to fit skb_seq_stateWillem de Bruijn1-0/+2
2021-02-26skmsg: Get rid of sk_psock_bpf_run()Cong Wang1-10/+4
2021-02-26skmsg: Make __sk_psock_purge_ingress_msg() staticCong Wang1-1/+1
2021-02-26sock_map: Make sock_map_prog_update() staticCong Wang1-2/+5
2021-02-26sock_map: Rename skb_parser and skb_verdictCong Wang2-37/+37
2021-02-26skmsg: Move sk_redir from TCP_SKB_CB to skbCong Wang2-18/+21
2021-02-26bpf: Compute data_end dynamically with JIT codeCong Wang2-21/+28
2021-02-26skmsg: Get rid of struct sk_psock_parserCong Wang2-41/+20
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang3-68/+85
2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu1-1/+1
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-41/+259
2021-02-14skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin2-11/+10
2021-02-14skbuff: allow to use NAPI cache from __napi_alloc_skb()Alexander Lobakin1-2/+3
2021-02-14skbuff: allow to optionally use NAPI cache from __alloc_skb()Alexander Lobakin1-1/+5
2021-02-14skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache headsAlexander Lobakin1-13/+81
2021-02-14skbuff: move NAPI cache declarations upper in the fileAlexander Lobakin1-45/+45
2021-02-14skbuff: remove __kfree_skb_flush()Alexander Lobakin2-18/+1
2021-02-14skbuff: use __build_skb_around() in __alloc_skb()Alexander Lobakin1-17/+1
2021-02-14skbuff: simplify __alloc_skb() a bitAlexander Lobakin1-6/+5
2021-02-14skbuff: make __build_skb_around() return voidAlexander Lobakin1-7/+6
2021-02-14skbuff: simplify kmalloc_reserve()Alexander Lobakin1-5/+2
2021-02-14skbuff: move __alloc_skb() next to the other skb allocation functionsAlexander Lobakin1-142/+142
2021-02-13flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti1-3/+3