aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-06sysctl: expose all net/core sysctls inside netnsMahesh Bandewar1-5/+0
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells13-527/+295
2023-01-06rxrpc: Move the client conn cache management to the I/O threadDavid Howells6-86/+62
2023-01-06rxrpc: Remove call->state_lockDavid Howells12-184/+142
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells4-111/+108
2023-01-06rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells2-58/+61
2023-01-06rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells5-24/+38
2023-01-06rxrpc: Split out the call state changing functions into their own fileDavid Howells4-89/+108
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells6-73/+75
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells3-14/+38
2023-01-06rxrpc: Make the set of connection IDs per local endpointDavid Howells5-38/+35
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells13-405/+351
2023-01-06rxrpc: Clean up connection abortDavid Howells7-213/+186
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells5-6/+53
2023-01-06rxrpc: Only disconnect calls in the I/O threadDavid Howells4-15/+8
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells6-18/+49
2023-01-06rxrpc: Separate call retransmission from other conn eventsDavid Howells3-30/+8
2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells3-13/+20
2023-01-06rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells5-23/+21
2023-01-06batman-adv: Drop prandom.h includesSven Eckelmann4-4/+1
2023-01-06batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2023-01-05devlink: convert remaining dumps to the by-instance schemeJakub Kicinski3-394/+320
2023-01-05devlink: add by-instance dump infraJakub Kicinski3-31/+68
2023-01-05devlink: uniformly take the devlink instance lock in the dump loopJakub Kicinski1-7/+6
2023-01-05devlink: restart dump based on devlink instance ids (function)Jakub Kicinski1-20/+21
2023-01-05devlink: restart dump based on devlink instance ids (nested)Jakub Kicinski2-46/+49
2023-01-05devlink: restart dump based on devlink instance ids (simple)Jakub Kicinski3-29/+25
2023-01-05devlink: health: combine loops in dumpJakub Kicinski1-3/+0
2023-01-05devlink: drop the filter argument from devlinks_xa_find_getJakub Kicinski2-17/+10
2023-01-05devlink: remove start variables from dumpsJakub Kicinski1-36/+19
2023-01-05devlink: use an explicit structure for dump contextJakub Kicinski2-40/+81
2023-01-05netlink: add macro for checking dump ctx sizeJakub Kicinski1-1/+1
2023-01-05devlink: split out netlink codeJakub Kicinski4-205/+235
2023-01-05devlink: split out core codeJakub Kicinski4-434/+476
2023-01-05devlink: rename devlink_netdevice_event -> devlink_port_netdevice_eventJakub Kicinski1-5/+5
2023-01-05devlink: move code to a dedicated directoryJakub Kicinski4-1/+4
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski53-333/+587
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds31-281/+524
2023-01-05rxrpc: replace zero-lenth array with DECLARE_FLEX_ARRAY() helperStephen Rothwell1-1/+1
2023-01-05caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao1-1/+5
2023-01-04inet: control sockets should not use current thread task_fragEric Dumazet1-0/+1
2023-01-04net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2-0/+18
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+4
2023-01-03mac802154: Handle passive scanningMiquel Raynal7-6/+407
2023-01-03mac802154: Add MLME Tx locked helpersMiquel Raynal2-13/+35
2023-01-03mac802154: Prepare forcing specific symbol durationMiquel Raynal2-10/+12
2023-01-03ieee802154: Introduce a helper to validate a channelMiquel Raynal1-2/+1
2023-01-03ieee802154: Add support for user scanning requestsMiquel Raynal4-0/+291
2023-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller13-187/+268
2023-01-02netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik10-80/+67