summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-07-09wifi: mac80211: remove spurious blank lineJohannes Berg
2025-07-09wifi: mac80211: verify state before connectionMiri Korenblit
2025-07-09wifi: mac80211: Fix uninitialized variable with __free() in ieee80211_ml_epcs()Pagadala Yesu Anjaneyulu
2025-07-09wifi: mac80211: avoid weird state in error pathMiri Korenblit
2025-07-08udp: remove udp_tunnel_gro_init()Eric Dumazet
2025-07-08ipv6: Remove setsockopt_needs_rtnl().Kuniyuki Iwashima
2025-07-08ipv6: anycast: Don't hold RTNL for IPV6_JOIN_ANYCAST.Kuniyuki Iwashima
2025-07-08ipv6: anycast: Unify two error paths in ipv6_sock_ac_join().Kuniyuki Iwashima
2025-07-08ipv6: anycast: Don't hold RTNL for IPV6_LEAVE_ANYCAST and IPV6_ADDRFORM.Kuniyuki Iwashima
2025-07-08ipv6: anycast: Don't use rtnl_dereference().Kuniyuki Iwashima
2025-07-08ipv6: mcast: Remove unnecessary ASSERT_RTNL and comment.Kuniyuki Iwashima
2025-07-08ipv6: mcast: Don't hold RTNL for MCAST_ socket options.Kuniyuki Iwashima
2025-07-08ipv6: mcast: Don't hold RTNL in ipv6_sock_mc_close().Kuniyuki Iwashima
2025-07-08ipv6: mcast: Don't hold RTNL for IPV6_DROP_MEMBERSHIP and MCAST_LEAVE_GROUP.Kuniyuki Iwashima
2025-07-08ipv6: mcast: Don't hold RTNL for IPV6_ADD_MEMBERSHIP and MCAST_JOIN_GROUP.Kuniyuki Iwashima
2025-07-08ipv6: mcast: Use in6_dev_get() in ipv6_dev_mc_dec().Kuniyuki Iwashima
2025-07-08ipv6: mcast: Remove mca_get().Kuniyuki Iwashima
2025-07-08ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc().Kuniyuki Iwashima
2025-07-08ipv6: mcast: Replace locking comments with lockdep annotations.Kuniyuki Iwashima
2025-07-08ipv6: ndisc: Remove __in6_dev_get() in pndisc_{constructor,destructor}().Kuniyuki Iwashima
2025-07-08net: xsk: update tx queue consumer immediately after transmissionJason Xing
2025-07-08af_unix: Introduce SO_INQ.Kuniyuki Iwashima
2025-07-08af_unix: Cache state->msg in unix_stream_read_generic().Kuniyuki Iwashima
2025-07-08af_unix: Use cached value for SOCK_STREAM in unix_inq_len().Kuniyuki Iwashima
2025-07-08af_unix: Don't use skb_recv_datagram() in unix_stream_read_skb().Kuniyuki Iwashima
2025-07-08af_unix: Don't check SOCK_DEAD in unix_stream_read_skb().Kuniyuki Iwashima
2025-07-08af_unix: Don't hold unix_state_lock() in __unix_dgram_recvmsg().Kuniyuki Iwashima
2025-07-08rxrpc: Fix over large frame size warningDavid Howells
2025-07-08net: ethtool: reduce indent for _rxfh_context opsJakub Kicinski
2025-07-08net: ethtool: remove the compat code for _rxfh_context opsJakub Kicinski
2025-07-08tcp: update the outdated ref draft-ietf-tcpm-rackXin Guo
2025-07-08net: account for encap headers in qdisc pkt lenFengyuan Gong
2025-07-08netlink: spelling: fix appened -> appended in a commentFaisal Bukhari
2025-07-08vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`Michal Luczaj
2025-07-08vsock: Fix transport_* TOCTOUMichal Luczaj
2025-07-08vsock: Fix transport_{g2h,h2g} TOCTOUMichal Luczaj
2025-07-08net: skbuff: Drop unused @skbMichal Luczaj
2025-07-08net: skbuff: Drop unused @skbMichal Luczaj
2025-07-08net: splice: Drop unused @gfpMichal Luczaj
2025-07-08net: splice: Drop unused @pipeMichal Luczaj
2025-07-08tcp: Correct signedness in skb remaining space calculationJiayuan Chen
2025-07-08net/handshake: Add new parameter 'HANDSHAKE_A_ACCEPT_KEYRING'Hannes Reinecke
2025-07-08net: replace ADDRLABEL with dynamic debugWang Liang
2025-07-08Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca
2025-07-08net/sched: acp_api: no longer acquire RTNL in tc_action_net_exit()Eric Dumazet
2025-07-08net: mctp: test: Add tests for gateway routesJeremy Kerr
2025-07-08net: mctp: add gateway routing supportJeremy Kerr
2025-07-08net: mctp: allow NL parsing directly into a struct mctp_routeJeremy Kerr
2025-07-08net: mctp: remove routes by netid, not by deviceJeremy Kerr