summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells
2022-12-01rxrpc: Extract the peer address from an incoming packet earlierDavid Howells
2022-12-01rxrpc: Reduce the use of RCU in packet inputDavid Howells
2022-12-01rxrpc: Simplify skbuff accounting in receive pathDavid Howells
2022-12-01rxrpc: Remove RCU from peer->error_targets listDavid Howells
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells
2022-12-01rxrpc: Don't use sk->sk_receive_queue.lock to guard socket state changesDavid Howells
2022-12-01rxrpc: Remove call->input_lockDavid Howells
2022-12-01rxrpc: Move error processing into the local endpoint I/O threadDavid Howells
2022-12-01rxrpc: Move packet reception processing into I/O threadDavid Howells
2022-12-01rxrpc: Create a per-local endpoint receive queue and I/O threadDavid Howells
2022-12-01rxrpc: Split the receive codeDavid Howells
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells
2022-12-01rxrpc: Trace rxrpc_bundle refcountDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells
2022-12-01rxrpc: Extract the code from a received ABORT packet much earlierDavid Howells
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells
2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells
2022-12-01rxrpc: Remove handling of duplicate packets in recvmsg_queueDavid Howells
2022-12-01rxrpc: Fix call leakDavid Howells
2022-12-01rxrpc: Implement an in-kernel rxperf server for testing purposesDavid Howells
2022-12-01rxrpc: Fix checker warningDavid Howells
2022-12-01wifi: mac80211: fix memory leak in ieee80211_if_add()Zhengchao Shao
2022-12-01wifi: nl80211: Add checks for nla_nest_start() in nl80211_send_iface()Yuan Can
2022-11-30net: devlink: make the devlink_ops::info_get() callback optionalVincent Mailhol
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol
2022-11-30devlink: support directly reading from region memoryJacob Keller
2022-11-30devlink: refactor region_read_snapshot_fill to use a callback functionJacob Keller
2022-11-30devlink: remove unnecessary parameter from chunk_fill functionJacob Keller
2022-11-30devlink: find snapshot in devlink_nl_cmd_region_read_dumpitJacob Keller
2022-11-30devlink: report extended error message in region_read_dumpit()Jacob Keller
2022-11-30devlink: use min_t to calculate data_sizeJacob Keller
2022-11-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2022-11-29mptcp: add support for TCP_FASTOPEN_KEY sockoptMatthieu Baerts
2022-11-29mptcp: add TCP_FASTOPEN sock optionDmytro Shytyi
2022-11-29mptcp: add subflow_v(4,6)_send_synack()Dmytro Shytyi
2022-11-29mptcp: implement delayed seq generation for passive fastopenDmytro Shytyi
2022-11-29mptcp: consolidate initial ack seq generationPaolo Abeni
2022-11-29mptcp: track accurately the incoming MPC suboption typePaolo Abeni
2022-11-29mptcp: add MSG_FASTOPEN sendmsg flag supportDmytro Shytyi
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski