summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-07-08ipv6: mcast: Use in6_dev_get() in ipv6_dev_mc_dec().Kuniyuki Iwashima-10/+7
2025-07-08ipv6: mcast: Remove mca_get().Kuniyuki Iwashima-8/+1
2025-07-08ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc().Kuniyuki Iwashima-10/+8
2025-07-08ipv6: mcast: Replace locking comments with lockdep annotations.Kuniyuki Iwashima-54/+71
2025-07-08ipv6: ndisc: Remove __in6_dev_get() in pndisc_{constructor,destructor}().Kuniyuki Iwashima-6/+7
2025-07-08net: xsk: update tx queue consumer immediately after transmissionJason Xing-7/+10
2025-07-08af_unix: Introduce SO_INQ.Kuniyuki Iwashima-2/+60
2025-07-08af_unix: Cache state->msg in unix_stream_read_generic().Kuniyuki Iwashima-16/+17
2025-07-08af_unix: Use cached value for SOCK_STREAM in unix_inq_len().Kuniyuki Iwashima-10/+28
2025-07-08af_unix: Don't use skb_recv_datagram() in unix_stream_read_skb().Kuniyuki Iwashima-17/+22
2025-07-08af_unix: Don't check SOCK_DEAD in unix_stream_read_skb().Kuniyuki Iwashima-10/+0
2025-07-08af_unix: Don't hold unix_state_lock() in __unix_dgram_recvmsg().Kuniyuki Iwashima-3/+1
2025-07-08rxrpc: Fix over large frame size warningDavid Howells-7/+13
2025-07-08net: ethtool: reduce indent for _rxfh_context opsJakub Kicinski-18/+12
2025-07-08net: ethtool: remove the compat code for _rxfh_context opsJakub Kicinski-67/+16
2025-07-08tcp: update the outdated ref draft-ietf-tcpm-rackXin Guo-2/+2
2025-07-08net: account for encap headers in qdisc pkt lenFengyuan Gong-2/+8
2025-07-08netlink: spelling: fix appened -> appended in a commentFaisal Bukhari-1/+1
2025-07-08vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`Michal Luczaj-0/+2
2025-07-08vsock: Fix transport_* TOCTOUMichal Luczaj-5/+23
2025-07-08vsock: Fix transport_{g2h,h2g} TOCTOUMichal Luczaj-6/+21
2025-07-08net: skbuff: Drop unused @skbMichal Luczaj-3/+2
2025-07-08net: skbuff: Drop unused @skbMichal Luczaj-4/+3
2025-07-08net: splice: Drop unused @gfpMichal Luczaj-12/+6
2025-07-08net: splice: Drop unused @pipeMichal Luczaj-11/+7
2025-07-08tcp: Correct signedness in skb remaining space calculationJiayuan Chen-1/+1
2025-07-08net/handshake: Add new parameter 'HANDSHAKE_A_ACCEPT_KEYRING'Hannes Reinecke-0/+6
2025-07-08net: replace ADDRLABEL with dynamic debugWang Liang-21/+11
2025-07-08Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca-17/+12
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca-13/+13
2025-07-08net/sched: acp_api: no longer acquire RTNL in tc_action_net_exit()Eric Dumazet-1/+8
2025-07-08net: mctp: test: Add tests for gateway routesJeremy Kerr-10/+271
2025-07-08net: mctp: add gateway routing supportJeremy Kerr-56/+153
2025-07-08net: mctp: allow NL parsing directly into a struct mctp_routeJeremy Kerr-62/+140
2025-07-08net: mctp: remove routes by netid, not by deviceJeremy Kerr-4/+10
2025-07-08net: mctp: pass net into route creationJeremy Kerr-15/+16
2025-07-08net: mctp: test: Add initial socket testsJeremy Kerr-0/+218
2025-07-08net: mctp: test: add sock test infrastructureJeremy Kerr-1/+21
2025-07-08net: mctp: test: move functions into utils.[ch]Jeremy Kerr-163/+182
2025-07-08net: mctp: test: Add extaddr routing output testJeremy Kerr-0/+53
2025-07-08net: mctp: test: Add an addressed device constructorJeremy Kerr-2/+25
2025-07-08net: mctp: separate cb from direct-addressing routingJeremy Kerr-16/+5
2025-07-08net: mctp: separate routing database from routing operationsJeremy Kerr-233/+284
2025-07-08net: mctp: test: make cloned_frag buffers more appropriately-sizedJeremy Kerr-5/+3
2025-07-08net: mctp: don't use source cb data when forwarding, ensure pkt_type is setJeremy Kerr-1/+12
2025-07-08wifi: mac80211: fix rx link assignment for non-MLO stationsHari Chandrakanthan-3/+9
2025-07-08wifi: cfg80211: move away from using a fake platform deviceGreg Kroah-Hartman-14/+14
2025-07-07Merge tag 'for-net-2025-07-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-2/+5
2025-07-07netpoll: move Ethernet setup to push_eth() helperBreno Leitao-15/+15
2025-07-07netpoll: factor out UDP header setup into push_udp() helperBreno Leitao-9/+19