summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-12ethtool: add netlink attr in rss get reply only if value is not nullSudheer Mogilappagari1-4/+7
2023-01-12rxrpc: Fix wrong error return in rxrpc_connect_call()David Howells1-1/+1
2023-01-12Merge tag 'wireless-2023-01-12' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski11-187/+176
2023-01-12Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds29-1719/+1470
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2023-01-11netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bitsPablo Neira Ayuso1-1/+1
2023-01-11netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia1-2/+2
2023-01-11ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu1-0/+4
2023-01-10net: sched: disallow noqueue for qdisc classesFrederick Lawler1-0/+5
2023-01-10Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds5-11/+11
2023-01-10wifi: mac80211: fix MLO + AP_VLAN checkFelix Fietkau1-1/+3
2023-01-10mac80211: Fix MLO address translation for multiple bss caseSriram R1-0/+3
2023-01-10wifi: mac80211: reset multiple BSSID options in stop_ap()Aloka Dixit1-0/+7
2023-01-10wifi: mac80211: Fix iTXQ AMPDU fragmentation handlingAlexander Wetzel3-14/+37
2023-01-10wifi: mac80211: sdata can be NULL during AMPDU startAlexander Wetzel2-1/+8
2023-01-10wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel5-50/+21
2023-01-10wifi: mac80211: fix initialization of rx->link and rx->link_staFelix Fietkau1-123/+99
2023-01-09net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel1-1/+7
2023-01-09gro: take care of DODGY packetsEric Dumazet1-2/+3
2023-01-07Merge tag 'rxrpc-fixes-20230107' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller24-1712/+1443
2023-01-07Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+17
2023-01-07rxrpc: Fix incoming call setup raceDavid Howells4-15/+15
2023-01-06Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever5-11/+11
2023-01-06tipc: fix unexpected link reset due to discovery messagesTung Nguyen1-4/+8
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-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds31-281/+524
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-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
2023-01-02netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik1-19/+21
2023-01-02net: sched: htb: fix htb_classify() kernel-docRandy Dunlap1-2/+6