summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-01-09mptcp: rename 'sk' to 'ssk' in mptcp_token_new_connect()Menglong Dong
2023-01-09mptcp: init sk->sk_prot in build_msk()Menglong Dong
2023-01-09mptcp: introduce 'sk' to replace 'sock->sk' in mptcp_listen()Menglong Dong
2023-01-09mptcp: use local variable ssk in write_optionsGeliang Tang
2023-01-09mptcp: use net instead of sock_netGeliang Tang
2023-01-09mptcp: use msk_owned_by_me helperGeliang Tang
2023-01-07Merge tag 'rxrpc-fixes-20230107' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2023-01-07Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-01-07rxrpc: Fix incoming call setup raceDavid Howells
2023-01-06net: ipv6: rpl_iptunnel: Replace 0-length arrays with flexible arraysKees Cook
2023-01-06Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever
2023-01-06devlink: allow registering parameters after the instanceJakub Kicinski
2023-01-06devlink: don't require setting features before registrationJakub Kicinski
2023-01-06devlink: remove the registration guarantee of referencesJakub Kicinski
2023-01-06devlink: always check if the devlink instance is registeredJakub Kicinski
2023-01-06devlink: protect devlink->dev by the instance lockJakub Kicinski
2023-01-06devlink: update the code in netns move to latest helpersJakub Kicinski
2023-01-06devlink: bump the instance index directly when iteratingJakub Kicinski
2023-01-06tipc: fix unexpected link reset due to discovery messagesTung Nguyen
2023-01-06sysctl: expose all net/core sysctls inside netnsMahesh Bandewar
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells
2023-01-06rxrpc: Move the client conn cache management to the I/O threadDavid Howells
2023-01-06rxrpc: Remove call->state_lockDavid Howells
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells
2023-01-06rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells
2023-01-06rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells
2023-01-06rxrpc: Split out the call state changing functions into their own fileDavid Howells
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells
2023-01-06rxrpc: Make the set of connection IDs per local endpointDavid Howells
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells
2023-01-06rxrpc: Clean up connection abortDavid Howells
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells
2023-01-06rxrpc: Only disconnect calls in the I/O threadDavid Howells
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells
2023-01-06rxrpc: Separate call retransmission from other conn eventsDavid Howells
2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells
2023-01-06rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells
2023-01-05devlink: convert remaining dumps to the by-instance schemeJakub Kicinski
2023-01-05devlink: add by-instance dump infraJakub Kicinski
2023-01-05devlink: uniformly take the devlink instance lock in the dump loopJakub Kicinski
2023-01-05devlink: restart dump based on devlink instance ids (function)Jakub Kicinski
2023-01-05devlink: restart dump based on devlink instance ids (nested)Jakub Kicinski
2023-01-05devlink: restart dump based on devlink instance ids (simple)Jakub Kicinski
2023-01-05devlink: health: combine loops in dumpJakub Kicinski
2023-01-05devlink: drop the filter argument from devlinks_xa_find_getJakub Kicinski
2023-01-05devlink: remove start variables from dumpsJakub Kicinski
2023-01-05devlink: use an explicit structure for dump contextJakub Kicinski
2023-01-05netlink: add macro for checking dump ctx sizeJakub Kicinski
2023-01-05devlink: split out netlink codeJakub Kicinski