summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells14-769/+525
2022-12-01rxrpc: Extract the peer address from an incoming packet earlierDavid Howells4-27/+31
2022-12-01rxrpc: Reduce the use of RCU in packet inputDavid Howells4-32/+59
2022-12-01rxrpc: Simplify skbuff accounting in receive pathDavid Howells2-61/+54
2022-12-01rxrpc: Remove RCU from peer->error_targets listDavid Howells6-11/+28
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells6-79/+156
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells10-48/+84
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells5-5/+48
2022-12-01rxrpc: Don't use sk->sk_receive_queue.lock to guard socket state changesDavid Howells1-4/+0
2022-12-01rxrpc: Remove call->input_lockDavid Howells3-19/+5
2022-12-01rxrpc: Move error processing into the local endpoint I/O threadDavid Howells3-36/+38
2022-12-01rxrpc: Move packet reception processing into I/O threadDavid Howells5-25/+47
2022-12-01rxrpc: Create a per-local endpoint receive queue and I/O threadDavid Howells4-21/+91
2022-12-01rxrpc: Split the receive codeDavid Howells4-366/+384
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells8-123/+118
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueDavid Howells4-79/+51
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells9-57/+51
2022-12-01rxrpc: Trace rxrpc_bundle refcountDavid Howells4-15/+21
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells10-88/+72
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells8-55/+55
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells9-38/+39
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells12-63/+93
2022-12-01rxrpc: Extract the code from a received ABORT packet much earlierDavid Howells2-23/+20
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells14-108/+131
2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells9-82/+3
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells7-46/+3
2022-12-01rxrpc: Remove handling of duplicate packets in recvmsg_queueDavid Howells1-18/+0
2022-12-01rxrpc: Fix call leakDavid Howells1-1/+0
2022-12-01rxrpc: Implement an in-kernel rxperf server for testing purposesDavid Howells4-0/+654
2022-12-01rxrpc: Fix checker warningDavid Howells1-5/+9
2022-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski7-46/+109
2022-11-30mptcp: add support for TCP_FASTOPEN_KEY sockoptMatthieu Baerts1-3/+3
2022-11-30mptcp: add TCP_FASTOPEN sock optionDmytro Shytyi1-1/+4
2022-11-30mptcp: add subflow_v(4,6)_send_synack()Dmytro Shytyi4-1/+92
2022-11-30mptcp: implement delayed seq generation for passive fastopenDmytro Shytyi6-15/+54
2022-11-30mptcp: consolidate initial ack seq generationPaolo Abeni4-45/+45
2022-11-30mptcp: track accurately the incoming MPC suboption typePaolo Abeni1-3/+8
2022-11-30mptcp: add MSG_FASTOPEN sendmsg flag supportDmytro Shytyi1-6/+3
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski55-263/+400
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds13-29/+83
2022-11-29udp_tunnel: Add checks for nla_nest_start() in __udp_tunnel_nic_dump_write()Yuan Can1-0/+2
2022-11-29sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao4-7/+47
2022-11-29packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn1-4/+2
2022-11-29net: devlink: add WARN_ON_ONCE to check return value of unregister_netdevice_...Jiri Pirko1-2/+2
2022-11-29of: net: export of_get_mac_address_nvmem()Miquel Raynal1-2/+3
2022-11-29Daniel Borkmann says:Jakub Kicinski6-59/+53
2022-11-29net: hsr: Fix potential use-after-freeYueHaibing1-2/+3
2022-11-29tipc: re-fetch skb cb after tipc_msg_validateXin Long1-0/+3
2022-11-29mptcp: fix sleep in atomic at close timePaolo Abeni1-3/+3
2022-11-29mptcp: don't orphan ssk in mptcp_close()Menglong Dong1-7/+6