summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-12-17inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet
2024-12-17inetpeer: update inetpeer timestamp in inet_getpeer()Eric Dumazet
2024-12-17inetpeer: remove create argument of inet_getpeer()Eric Dumazet
2024-12-17inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet
2024-12-17net: bridge: constify 'struct bin_attribute'Thomas Weißschuh
2024-12-17net: page_pool: rename page_pool_is_last_ref()Jakub Kicinski
2024-12-17net/sched: Add drop reasons for AQM-based qdiscsToke Høiland-Jørgensen
2024-12-17af_unix: Remove unix_our_peer().Kuniyuki Iwashima
2024-12-17af_unix: Clean up error paths in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Clean up SOCK_DEAD error paths in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Defer sock_put() to clean up path in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Split restart label in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Use msg->{msg_name,msg_namelen} in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Move !sunaddr case in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Set error only when needed in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Clean up error paths in unix_stream_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Set error only when needed in unix_stream_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Clean up error paths in unix_stream_connect().Kuniyuki Iwashima
2024-12-17af_unix: Set error only when needed in unix_stream_connect().Kuniyuki Iwashima
2024-12-16sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri
2024-12-16sock: Introduce sk_set_prio_allowed helper functionAnna Emese Nyiri
2024-12-16rxrpc: Fix ability to add more data to a call once MSG_MORE deassertedDavid Howells
2024-12-16rxrpc: Disable IRQ, not BH, to take the lock for ->attend_linkDavid Howells
2024-12-16net: ethtool: Add support for tsconfig command to get/set hwtstamp configKory Maincent
2024-12-16net: ethtool: tsinfo: Enhance tsinfo to support several hwtstamp by net topologyKory Maincent
2024-12-16net: Add the possibility to support a selected hwtstamp in netdeviceKory Maincent
2024-12-16net: Make net_hwtstamp_validate accessibleKory Maincent
2024-12-16net: Make dev_get_hwtstamp_phylib accessibleKory Maincent
2024-12-16tls: add counters for rekeySabrina Dubroca
2024-12-16tls: implement rekey for TLS1.3Sabrina Dubroca
2024-12-16tls: block decryption when a rekey is pendingSabrina Dubroca
2024-12-15mptcp: drop useless "err = 0" in subflow_destroyGeliang Tang
2024-12-15mptcp: change local addr type of subflow_destroyGeliang Tang
2024-12-15mptcp: drop free_list for deleting entriesGeliang Tang
2024-12-15mptcp: move mptcp_pm_remove_addrs into pm_userspaceGeliang Tang
2024-12-15mptcp: add mptcp_userspace_pm_get_sock helperGeliang Tang
2024-12-15mptcp: add mptcp_for_each_userspace_pm_addr macroGeliang Tang
2024-12-15mptcp: add mptcp_userspace_pm_lookup_addr helperGeliang Tang
2024-12-15ipv4: output metric as unsigned intMaximilian Güntner
2024-12-15netlink: add IGMP/MLD join/leave notificationsYuyang Huang
2024-12-12page_pool: disable sync for cpu for dmabuf memory providerMina Almasry
2024-12-12page_pool: Set `dma_sync` to false for devmem memory providerSamiullah Khawaja
2024-12-12net: page_pool: rename page_pool_alloc_netmem to *_netmemsMina Almasry
2024-12-12xdp: make __xdp_return() MP-agnosticAlexander Lobakin
2024-12-12xdp: get rid of xdp_frame::mem.idAlexander Lobakin
2024-12-12page_pool: allow mixing PPs within one bulkAlexander Lobakin
2024-12-12net_sched: sch_cake: Add drop reasonsToke Høiland-Jørgensen
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-12Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds