summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2024-03-29af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima-0/+7
2024-03-29gro: fix ownership transferAntoine Tenart-1/+2
2024-03-29net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen-0/+10
2024-03-28bpf: Add a check for struct bpf_fib_lookup sizeAnton Protopopov-0/+3
2024-03-28bpf: Add support for passing mark with bpf_fib_lookupAnton Protopopov-3/+9
2024-03-28net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski-5/+4
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-2/+0
2024-03-26net: pin system percpu page_pools to the corresponding NUMA nodesAlexander Lobakin-1/+1
2024-03-26net: remove skb_free_datagram_locked()Eric Dumazet-19/+0
2024-03-26net: Rename rps_lock to backlog_lock.Sebastian Andrzej Siewior-17/+17
2024-03-26net: Use backlog-NAPI to clean up the defer_list.Sebastian Andrzej Siewior-6/+23
2024-03-26net: Allow to use SMP threads for backlog NAPI.Sebastian Andrzej Siewior-35/+113
2024-03-26net: Remove conditional threaded-NAPI wakeup based on task state.Sebastian Andrzej Siewior-12/+2
2024-03-25net: mark racy access on sk->sk_rcvbuflinke li-2/+2
2024-03-20net: report RCU QS on threaded NAPI repollingYan Zhai-0/+3
2024-03-19bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog typesYonghong Song-2/+0
2024-03-19net: move dev->state into net_device_read_txrx groupEric Dumazet-1/+2
2024-03-18packet: annotate data-races around ignore_outgoingEric Dumazet-1/+1
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-518/+1227
2024-03-11net: page_pool: factor out page_pool recycle checkMina Almasry-2/+7
2024-03-11Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds-14/+43
2024-03-11Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-1/+1
2024-03-08net: add skb_data_unref() helperEric Dumazet-3/+1
2024-03-08net: dqs: add NIC stall detector based on BQLJakub Kicinski-0/+62
2024-03-07netdev: add queue stat for alloc failuresJakub Kicinski-1/+2
2024-03-07netdev: add per-queue statisticsJakub Kicinski-0/+227
2024-03-07net: move rps_sock_flow_table to net_hotdataEric Dumazet-12/+9
2024-03-07net: introduce include/net/rps.hEric Dumazet-0/+3
2024-03-07net: move skbuff_cache(s) to net_hotdataEric Dumazet-26/+23
2024-03-07net: move dev_rx_weight to net_hotdataEric Dumazet-3/+3
2024-03-07net: move dev_tx_weight to net_hotdataEric Dumazet-2/+2
2024-03-07net: move netdev_max_backlog to net_hotdataEric Dumazet-7/+8
2024-03-07net: move ptype_all into net_hotdataEric Dumazet-12/+12
2024-03-07net: move netdev_tstamp_prequeue into net_hotdataEric Dumazet-7/+8
2024-03-07net: move netdev_budget and netdev_budget to net_hotdataEric Dumazet-9/+10
2024-03-07net: introduce struct net_hotdataEric Dumazet-12/+20
2024-03-07netlink: let core handle error cases in dump operationsEric Dumazet-4/+1
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-25/+4
2024-03-06netdev: let netlink core handle -EMSGSIZE errorsJakub Kicinski-14/+3
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski-24/+2
2024-03-05sock: Use unsafe_memcpy() for sock_copy()Kees Cook-2/+3
2024-03-05net: gro: enable fast path for more casesEric Dumazet-7/+16
2024-03-05net: gro: rename skb_gro_header_hard()Eric Dumazet-1/+1
2024-03-05mm/page_alloc: modify page_frag_alloc_align() to accept align as an argumentYunsheng Lin-3/+6
2024-03-04page_pool: fix netlink dump stop/resumeJakub Kicinski-1/+2
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-12/+12
2024-03-01inet: prepare inet_base_seq() to run without RTNLEric Dumazet-2/+3
2024-03-01ipv6: annotate data-races around cnf.forwardingEric Dumazet-1/+1
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+6