summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | mptcp: explicitly specify sock family at subflow creation timePaolo Abeni2023-01-133-6/+8
* | | net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang2023-01-131-0/+1
* | | ethtool: add netlink attr in rss get reply only if value is not nullSudheer Mogilappagari2023-01-121-4/+7
* | | rxrpc: Fix wrong error return in rxrpc_connect_call()David Howells2023-01-121-1/+1
* | | Merge tag 'wireless-2023-01-12' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-01-1211-187/+176
|\ \ \ | | |/ | |/|
| * | wifi: mac80211: fix MLO + AP_VLAN checkFelix Fietkau2023-01-101-1/+3
| * | mac80211: Fix MLO address translation for multiple bss caseSriram R2023-01-101-0/+3
| * | wifi: mac80211: reset multiple BSSID options in stop_ap()Aloka Dixit2023-01-101-0/+7
| * | wifi: mac80211: Fix iTXQ AMPDU fragmentation handlingAlexander Wetzel2023-01-103-14/+37
| * | wifi: mac80211: sdata can be NULL during AMPDU startAlexander Wetzel2023-01-102-1/+8
| * | wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel2023-01-105-50/+21
| * | wifi: mac80211: fix initialization of rx->link and rx->link_staFelix Fietkau2023-01-101-123/+99
* | | Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-1229-1719/+1470
|\ \ \ | | |/ | |/|
| * | ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu2023-01-111-0/+4
| * | net: sched: disallow noqueue for qdisc classesFrederick Lawler2023-01-101-0/+5
| * | net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel2023-01-091-1/+7
| |/
| * gro: take care of DODGY packetsEric Dumazet2023-01-091-2/+3
| * Merge tag 'rxrpc-fixes-20230107' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2023-01-0724-1712/+1443
| |\
| | * rxrpc: Fix incoming call setup raceDavid Howells2023-01-074-15/+15
| | * rxrpc: Move client call connection to the I/O threadDavid Howells2023-01-0613-527/+295
| | * rxrpc: Move the client conn cache management to the I/O threadDavid Howells2023-01-066-86/+62
| | * rxrpc: Remove call->state_lockDavid Howells2023-01-0612-184/+142
| | * rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells2023-01-064-111/+108
| | * rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells2023-01-062-58/+61
| | * rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells2023-01-065-24/+38
| | * rxrpc: Split out the call state changing functions into their own fileDavid Howells2023-01-064-89/+108
| | * rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells2023-01-066-73/+75
| | * rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells2023-01-063-14/+38
| | * rxrpc: Make the set of connection IDs per local endpointDavid Howells2023-01-065-38/+35
| | * rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-0613-405/+351
| | * rxrpc: Clean up connection abortDavid Howells2023-01-067-213/+186
| | * rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells2023-01-065-6/+53
| | * rxrpc: Only disconnect calls in the I/O threadDavid Howells2023-01-064-15/+8
| | * rxrpc: Only set/transmit aborts in the I/O threadDavid Howells2023-01-066-18/+49
| | * rxrpc: Separate call retransmission from other conn eventsDavid Howells2023-01-063-30/+8
| | * rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells2023-01-063-13/+20
| | * rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells2023-01-065-23/+21
| * | tipc: fix unexpected link reset due to discovery messagesTung Nguyen2023-01-061-4/+8
| |/
* | Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-01-121-2/+1
|\ \
| * | xen: make remove callback of xen driver void returnedDawei Li2022-12-151-2/+1
* | | Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-01-105-11/+11
|\ \ \
| * | | Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever2023-01-065-11/+11
* | | | Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-01-071-2/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto2022-12-151-2/+17
* | | | Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-0531-281/+524
|\ \ \ \
| * | | | caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao2023-01-051-1/+5
| * | | | inet: control sockets should not use current thread task_fragEric Dumazet2023-01-041-0/+1
| * | | | net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2023-01-042-0/+18
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2023-01-0313-187/+268
| |\ \ \ \
| | * | | | netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik2023-01-0210-80/+67