summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean2021-03-221-3/+0
| * | | | | net: make xps_needed and xps_rxqs_needed staticVladimir Oltean2021-03-221-4/+2
| * | | | | net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet2021-03-191-0/+10
| * | | | | /net/core/: fix misspellings using codespell toolXiong Zhenwu2021-03-181-1/+1
| * | | | | net: NULL the old xps map entries when freeing themAntoine Tenart2021-03-181-0/+1
| * | | | | net: fix use after free in xpsAntoine Tenart2021-03-181-5/+12
| * | | | | net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart2021-03-181-77/+48
| * | | | | net-sysfs: move the rtnl unlock up in the xps show helpersAntoine Tenart2021-03-181-14/+11
| * | | | | net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart2021-03-181-6/+9
| * | | | | net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart2021-03-181-20/+25
| * | | | | net: move the xps maps to an arrayAntoine Tenart2021-03-182-45/+34
| * | | | | net: remove the xps possible_maskAntoine Tenart2021-03-182-29/+15
| * | | | | net: embed nr_ids in the xps mapsAntoine Tenart2021-03-182-40/+43
| * | | | | net: embed num_tc in the xps mapsAntoine Tenart2021-03-182-50/+58
| * | | | | net-sysfs: make xps_cpus_show and xps_rxqs_show consistentAntoine Tenart2021-03-181-15/+18
| * | | | | net-sysfs: store the return of get_netdev_queue_index in an unsigned intAntoine Tenart2021-03-181-4/+7
| * | | | | net-sysfs: convert xps_cpus_show to bitmap_zallocAntoine Tenart2021-03-181-6/+6
| * | | | | net: export dev_set_threaded symbolLorenzo Bianconi2021-03-151-0/+1
| * | | | | flow_dissector: constify raw input data argumentAlexander Lobakin2021-03-141-19/+22
| * | | | | gro: give 'hash' variable in dev_gro_receive() a less confusing nameAlexander Lobakin2021-03-141-6/+6
| * | | | | gro: consistentify napi->gro_hash[x] access in dev_gro_receive()Alexander Lobakin2021-03-141-11/+11
| * | | | | gro: simplify gro_list_prepare()Alexander Lobakin2021-03-141-8/+4
| * | | | | skbuff: remove some unnecessary operation in skb_segment_list()Yunsheng Lin2021-03-101-12/+3
| * | | | | net: core: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+1
| | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-095-305/+261
| |\ \ \ \
| | * | | | bpf, xdp: Restructure redirect actionsBjörn Töpel2021-03-101-95/+75
| | * | | | bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2021-03-101-38/+1
| | * | | | bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETHXuesen Huang2021-03-051-1/+10
| | * | | | bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer2021-03-041-0/+1
| | * | | | skmsg: Get rid of sk_psock_bpf_run()Cong Wang2021-02-261-10/+4
| | * | | | skmsg: Make __sk_psock_purge_ingress_msg() staticCong Wang2021-02-261-1/+1
| | * | | | sock_map: Make sock_map_prog_update() staticCong Wang2021-02-261-2/+5
| | * | | | sock_map: Rename skb_parser and skb_verdictCong Wang2021-02-262-37/+37
| | * | | | skmsg: Move sk_redir from TCP_SKB_CB to skbCong Wang2021-02-262-18/+21
| | * | | | bpf: Compute data_end dynamically with JIT codeCong Wang2021-02-262-21/+28
| | * | | | skmsg: Get rid of struct sk_psock_parserCong Wang2021-02-262-41/+20
| | * | | | bpf: Clean up sockmap related KconfigsCong Wang2021-02-263-68/+85
| | * | | | bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu2021-02-261-1/+1
* | | | | | Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar2021-04-2011-60/+154
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | gro: ensure frag0 meets IP header alignmentEric Dumazet2021-04-131-1/+2
| | |_|_|/ | |/| | |
| * | | | net: fix hangup on napi_disable for threaded napiPaolo Abeni2021-04-091-1/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-081-7/+5
| |\ \ \ \
| | * | | | bpf, sockmap: Fix incorrect fwd_alloc accountingJohn Fastabend2021-04-071-7/+5
| * | | | | ipv6: report errors for iftoken via netlink extackStephen Hemminger2021-04-081-1/+1
| |/ / / /
| * | | | xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory modelOng Boon Leong2021-03-311-1/+2
| * | | | neighbour: Disregard DEAD dst in neigh_updateTong Zhu2021-03-311-1/+1
| * | | | net: let skb_orphan_partial wake-up waiters.Paolo Abeni2021-03-301-9/+3
| | |_|/ | |/| |
| * | | net: check all name nodes in __dev_alloc_nameJiri Bohac2021-03-181-0/+12
| * | | net: fix race between napi kthread mode and busy pollWei Wang2021-03-171-1/+18
| * | | can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-161-1/+1