summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mac802154: Allow the creation of coordinator interfacesMiquel Raynal2022-11-013-11/+16
| * | | | mac802154: Clarify an expressionMiquel Raynal2022-11-011-2/+1
| * | | | mac802154: Move an skb free within the rx pathMiquel Raynal2022-11-011-9/+4
* | | | | net/ncsi: Silence runtime memcpy() false positive warningKees Cook2022-12-061-1/+2
* | | | | ethtool: add netlink based get rss supportSudheer Mogilappagari2022-12-054-1/+163
* | | | | Merge tag 'rxrpc-next-20221201-b' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2022-12-0529-1985/+2511
|\ \ \ \ \
| * | | | | rxrpc: Transmit ACKs at the point of generationDavid Howells2022-12-018-72/+5
| * | | | | rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()David Howells2022-12-012-14/+10
| * | | | | rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells2022-12-014-24/+39
| * | | | | rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells2022-12-015-7/+23
| * | | | | rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells2022-12-0113-75/+75
| * | | | | rxrpc: Make the I/O thread take over the call and local processor workDavid Howells2022-12-0114-769/+525
| * | | | | rxrpc: Extract the peer address from an incoming packet earlierDavid Howells2022-12-014-27/+31
| * | | | | rxrpc: Reduce the use of RCU in packet inputDavid Howells2022-12-014-32/+59
| * | | | | rxrpc: Simplify skbuff accounting in receive pathDavid Howells2022-12-012-61/+54
| * | | | | rxrpc: Remove RCU from peer->error_targets listDavid Howells2022-12-016-11/+28
| * | | | | rxrpc: Move DATA transmission into call processor work itemDavid Howells2022-12-016-79/+156
| * | | | | rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells2022-12-0110-48/+84
| * | | | | rxrpc: Implement a mechanism to send an event notification to a callDavid Howells2022-12-015-5/+48
| * | | | | rxrpc: Don't use sk->sk_receive_queue.lock to guard socket state changesDavid Howells2022-12-011-4/+0
| * | | | | rxrpc: Remove call->input_lockDavid Howells2022-12-013-19/+5
| * | | | | rxrpc: Move error processing into the local endpoint I/O threadDavid Howells2022-12-013-36/+38
| * | | | | rxrpc: Move packet reception processing into I/O threadDavid Howells2022-12-015-25/+47
| * | | | | rxrpc: Create a per-local endpoint receive queue and I/O threadDavid Howells2022-12-014-21/+91
| * | | | | rxrpc: Split the receive codeDavid Howells2022-12-014-366/+384
| * | | | | rxrpc: Don't hold a ref for connection workqueueDavid Howells2022-12-018-123/+118
| * | | | | rxrpc: Don't hold a ref for call timer or workqueueDavid Howells2022-12-014-79/+51
| * | | | | rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells2022-12-019-57/+51
| * | | | | rxrpc: Trace rxrpc_bundle refcountDavid Howells2022-12-014-15/+21
| * | | | | rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells2022-12-0110-88/+72
| * | | | | rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells2022-12-018-55/+55
| * | | | | rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells2022-12-019-38/+39
| * | | | | rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells2022-12-0112-63/+93
| * | | | | rxrpc: Extract the code from a received ABORT packet much earlierDavid Howells2022-12-012-23/+20
| * | | | | rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells2022-12-0114-108/+131
| * | | | | rxrpc: Remove the [_k]net() debugging macrosDavid Howells2022-12-019-82/+3
| * | | | | rxrpc: Remove the [k_]proto() debugging macrosDavid Howells2022-12-017-46/+3
| * | | | | rxrpc: Remove handling of duplicate packets in recvmsg_queueDavid Howells2022-12-011-18/+0
| * | | | | rxrpc: Fix call leakDavid Howells2022-12-011-1/+0
| * | | | | rxrpc: Implement an in-kernel rxperf server for testing purposesDavid Howells2022-12-014-0/+654
| * | | | | rxrpc: Fix checker warningDavid Howells2022-12-011-5/+9
* | | | | | net: add netdev_sw_irq_coalesce_default_on()Heiner Kallweit2022-12-031-0/+16
* | | | | | tcp: use 2-arg optimal variant of kfree_rcu()Eric Dumazet2022-12-021-2/+2
* | | | | | Merge tag 'wireless-next-2022-12-02' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-12-028-167/+230
|\ \ \ \ \ \
| * | | | | | wifi: mac80211: fix and simplify unencrypted drop check for meshFelix Fietkau2022-12-011-28/+10
| * | | | | | wifi: mac80211: add support for restricting netdev features per vifFelix Fietkau2022-12-012-97/+187
| * | | | | | wifi: mac80211: update TIM for S1G specification changesKieran Frewen2022-12-011-5/+9
| * | | | | | wifi: mac80211: don't parse multi-BSSID in assoc respJohannes Berg2022-12-011-1/+1
| * | | | | | wifi: cfg80211: use bss_from_pub() instead of container_of()Johannes Berg2022-12-011-30/+11
| * | | | | | wifi: mac80211: remove unnecessary synchronize_net()Johannes Berg2022-12-011-2/+1