aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-17neighbour: Move two validations from neigh_get() to neigh_valid_get_req().Kuniyuki Iwashima1-13/+13
2025-07-17neighbour: Make neigh_valid_get_req() return ndmsg.Kuniyuki Iwashima1-24/+19
2025-07-14Add support to set NAPI threaded for individual NAPISamiullah Khawaja4-5/+51
2025-07-14dev: Pass netdevice_tracker to dev_get_by_flags_rcu().Kuniyuki Iwashima1-5/+6
2025-07-11bpf: Remove attach_type in sockmap_linkTao Chen1-6/+4
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen2-2/+4
2025-07-09skbuff: Add MSG_MORE flag to optimize tcp large packet transmissionFeng Yang1-0/+5
2025-07-08ipv6: anycast: Don't hold RTNL for IPV6_JOIN_ANYCAST.Kuniyuki Iwashima1-20/+18
2025-07-08net: ethtool: remove the compat code for _rxfh_context opsJakub Kicinski1-14/+1
2025-07-08net: account for encap headers in qdisc pkt lenFengyuan Gong1-1/+4
2025-07-08net: skbuff: Drop unused @skbMichal Luczaj1-3/+2
2025-07-08net: skbuff: Drop unused @skbMichal Luczaj1-4/+3
2025-07-08net: splice: Drop unused @gfpMichal Luczaj1-2/+1
2025-07-08net: splice: Drop unused @pipeMichal Luczaj1-11/+7
2025-07-07netpoll: move Ethernet setup to push_eth() helperBreno Leitao1-15/+15
2025-07-07netpoll: factor out UDP header setup into push_udp() helperBreno Leitao1-9/+19
2025-07-07netpoll: factor out IPv4 header setup into push_ipv4() helperBreno Leitao1-26/+36
2025-07-07netpoll: factor out IPv6 header setup into push_ipv6() helperBreno Leitao1-20/+29
2025-07-07netpoll: factor out UDP checksum calculation into helperBreno Leitao1-15/+26
2025-07-07netpoll: Improve code clarity with explicit struct size calculationsBreno Leitao1-6/+6
2025-07-07net: remove RTNL use for /proc/sys/net/core/rps_default_maskEric Dumazet3-26/+28
2025-07-07page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems...Byungchul Park1-3/+3
2025-07-07page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netme...Byungchul Park1-4/+4
2025-07-07page_pool: rename page_pool_return_page() to page_pool_return_netmem()Byungchul Park1-11/+11
2025-07-04af_unix: enable handing out pidfds for reaped tasks in SCM_PIDFDAlexander Mikhalitsyn1-1/+2
2025-07-04af_unix: stash pidfs dentry when neededAlexander Mikhalitsyn1-0/+7
2025-07-04af_unix: introduce and use scm_replace_pid() helperAlexander Mikhalitsyn1-3/+19
2025-07-02net: preserve MSG_ZEROCOPY with forwardingWillem de Bruijn1-2/+0
2025-07-02net: dst: add four helpers to annotate data-races around dst->devEric Dumazet2-6/+6
2025-07-02net: dst: annotate data-races around dst->outputEric Dumazet1-1/+1
2025-07-02net: dst: annotate data-races around dst->inputEric Dumazet1-1/+1
2025-07-02net: dst: annotate data-races around dst->lastuseEric Dumazet1-1/+3
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet4-5/+6
2025-07-02tcp: move tcp_memory_allocated into net_aligned_dataEric Dumazet1-0/+2
2025-07-02net: move net_cookie into net_aligned_dataEric Dumazet1-6/+2
2025-07-02net: add struct net_aligned_dataEric Dumazet1-0/+3
2025-07-01net: ieee8021q: fix insufficient table-size assertionRubenKelevra1-31/+13
2025-06-30net: net->nsid_lock does not need BH safetyEric Dumazet1-11/+11
2025-06-30neighbor: Add NTF_EXT_VALIDATED flag for externally validated entriesIdo Schimmel1-10/+69
2025-06-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-1/+10
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+4
2025-06-26net: selftests: fix TCP packet checksumJakub Kicinski1-2/+3
2025-06-25net: Reoder rxq_idx check in __net_mp_open_rxq()Yue Haibing1-4/+2
2025-06-25neighbour: Remove redundant assignment to errYue Haibing1-3/+1
2025-06-23net: make sk->sk_rcvtimeo locklessEric Dumazet1-6/+4
2025-06-23net: make sk->sk_sndtimeo locklessEric Dumazet1-8/+4
2025-06-23net: remove sock_i_uid()Eric Dumazet1-11/+0
2025-06-23net: netpoll: Initialize UDP checksum field before checksummingBreno Leitao1-1/+1
2025-06-19Merge branch 'ref_tracker-add-ability-to-register-a-debugfs-file-for-a-ref_tr...Jakub Kicinski2-4/+32
2025-06-19ref_tracker: eliminate the ref_tracker_dir name fieldJeff Layton2-3/+3