aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-08net: skbuff: Drop unused @skbMichal Luczaj1-4/+3
2025-07-08net: splice: Drop unused @gfpMichal Luczaj6-12/+6
2025-07-08net: splice: Drop unused @pipeMichal Luczaj1-11/+7
2025-07-08tcp: Correct signedness in skb remaining space calculationJiayuan Chen1-1/+1
2025-07-08net/handshake: Add new parameter 'HANDSHAKE_A_ACCEPT_KEYRING'Hannes Reinecke1-0/+6
2025-07-08net: replace ADDRLABEL with dynamic debugWang Liang1-21/+11
2025-07-08Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca4-17/+12
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca5-13/+13
2025-07-08net/sched: acp_api: no longer acquire RTNL in tc_action_net_exit()Eric Dumazet1-1/+8
2025-07-08net: mctp: test: Add tests for gateway routesJeremy Kerr4-10/+271
2025-07-08net: mctp: add gateway routing supportJeremy Kerr2-56/+153
2025-07-08net: mctp: allow NL parsing directly into a struct mctp_routeJeremy Kerr1-62/+140
2025-07-08net: mctp: remove routes by netid, not by deviceJeremy Kerr1-4/+10
2025-07-08net: mctp: pass net into route creationJeremy Kerr1-15/+16
2025-07-08net: mctp: test: Add initial socket testsJeremy Kerr2-0/+218
2025-07-08net: mctp: test: add sock test infrastructureJeremy Kerr3-1/+21
2025-07-08net: mctp: test: move functions into utils.[ch]Jeremy Kerr3-163/+182
2025-07-08net: mctp: test: Add extaddr routing output testJeremy Kerr1-0/+53
2025-07-08net: mctp: test: Add an addressed device constructorJeremy Kerr2-2/+25
2025-07-08net: mctp: separate cb from direct-addressing routingJeremy Kerr1-16/+5
2025-07-08net: mctp: separate routing database from routing operationsJeremy Kerr3-233/+284
2025-07-08net: mctp: test: make cloned_frag buffers more appropriately-sizedJeremy Kerr1-5/+3
2025-07-08net: mctp: don't use source cb data when forwarding, ensure pkt_type is setJeremy Kerr1-1/+12
2025-07-08wifi: mac80211: fix rx link assignment for non-MLO stationsHari Chandrakanthan1-3/+9
2025-07-08wifi: cfg80211: move away from using a fake platform deviceGreg Kroah-Hartman1-14/+14
2025-07-07Merge tag 'for-net-2025-07-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-2/+5
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-07tipc: Fix use-after-free in tipc_conn_close().Kuniyuki Iwashima1-0/+2
2025-07-07netlink: Fix wraparounds of sk->sk_rmem_alloc.Kuniyuki Iwashima1-32/+49
2025-07-07net: openvswitch: allow providing upcall pid for the 'execute' commandIlya Maximets4-3/+15
2025-07-07wifi: prevent A-MSDU attacks in mesh networksMathy Vanhoef1-2/+50
2025-07-07wifi: mac80211: reject VHT opmode for unsupported channel widthsMoon Hee Lee1-0/+14
2025-07-07wifi: mac80211: fix non-transmitted BSSID profile searchJohannes Berg1-4/+2
2025-07-07wifi: mac80211: clear frame buffer to never leak stackJohannes Berg1-0/+3
2025-07-07wifi: mac80211: correctly identify S1G short beaconLachlan Hodges1-2/+5
2025-07-04libceph: Rename hmac_sha256() to ceph_hmac_sha256()Eric Biggers1-6/+6
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 Mikhalitsyn2-1/+17
2025-07-04af_unix/scm: fix whitespace errorsAlexander Mikhalitsyn1-1/+1
2025-07-04af_unix: introduce and use scm_replace_pid() helperAlexander Mikhalitsyn1-3/+19
2025-07-04af_unix: introduce unix_skb_to_scm helperAlexander Mikhalitsyn1-4/+8