aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-07-08ipv6: anycast: Unify two error paths in ipv6_sock_ac_join().Kuniyuki Iwashima1-9/+16
2025-07-08ipv6: anycast: Don't hold RTNL for IPV6_LEAVE_ANYCAST and IPV6_ADDRFORM.Kuniyuki Iwashima2-18/+20
2025-07-08ipv6: anycast: Don't use rtnl_dereference().Kuniyuki Iwashima2-11/+8
2025-07-08ipv6: mcast: Remove unnecessary ASSERT_RTNL and comment.Kuniyuki Iwashima1-6/+0
2025-07-08ipv6: mcast: Don't hold RTNL for MCAST_ socket options.Kuniyuki Iwashima2-34/+45
2025-07-08ipv6: mcast: Don't hold RTNL in ipv6_sock_mc_close().Kuniyuki Iwashima1-21/+1
2025-07-08ipv6: mcast: Don't hold RTNL for IPV6_DROP_MEMBERSHIP and MCAST_LEAVE_GROUP.Kuniyuki Iwashima2-22/+27
2025-07-08ipv6: mcast: Don't hold RTNL for IPV6_ADD_MEMBERSHIP and MCAST_JOIN_GROUP.Kuniyuki Iwashima2-13/+13
2025-07-08ipv6: mcast: Use in6_dev_get() in ipv6_dev_mc_dec().Kuniyuki Iwashima2-10/+7
2025-07-08ipv6: mcast: Remove mca_get().Kuniyuki Iwashima1-8/+1
2025-07-08ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc().Kuniyuki Iwashima2-10/+8
2025-07-08ipv6: mcast: Replace locking comments with lockdep annotations.Kuniyuki Iwashima1-54/+71
2025-07-08ipv6: ndisc: Remove __in6_dev_get() in pndisc_{constructor,destructor}().Kuniyuki Iwashima1-6/+7
2025-07-08net: xsk: update tx queue consumer immediately after transmissionJason Xing1-7/+10
2025-07-08af_unix: Introduce SO_INQ.Kuniyuki Iwashima1-2/+60
2025-07-08af_unix: Cache state->msg in unix_stream_read_generic().Kuniyuki Iwashima1-16/+17
2025-07-08af_unix: Use cached value for SOCK_STREAM in unix_inq_len().Kuniyuki Iwashima1-10/+28
2025-07-08af_unix: Don't use skb_recv_datagram() in unix_stream_read_skb().Kuniyuki Iwashima1-17/+22
2025-07-08af_unix: Don't check SOCK_DEAD in unix_stream_read_skb().Kuniyuki Iwashima1-10/+0
2025-07-08af_unix: Don't hold unix_state_lock() in __unix_dgram_recvmsg().Kuniyuki Iwashima1-3/+1
2025-07-08rxrpc: Fix over large frame size warningDavid Howells2-7/+13
2025-07-08net: ethtool: reduce indent for _rxfh_context opsJakub Kicinski1-18/+12
2025-07-08net: ethtool: remove the compat code for _rxfh_context opsJakub Kicinski3-67/+16
2025-07-08tcp: update the outdated ref draft-ietf-tcpm-rackXin Guo2-2/+2
2025-07-08net: account for encap headers in qdisc pkt lenFengyuan Gong2-2/+8
2025-07-08netlink: spelling: fix appened -> appended in a commentFaisal Bukhari1-1/+1
2025-07-08vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`Michal Luczaj1-0/+2
2025-07-08vsock: Fix transport_* TOCTOUMichal Luczaj1-5/+23
2025-07-08vsock: Fix transport_{g2h,h2g} TOCTOUMichal Luczaj1-6/+21
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 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