summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix rate_app_limited to default to 1David Morley2023-01-201-0/+2
* net/ulp: use consistent error code when blocking ULPPaolo Abeni2023-01-191-1/+1
* tcp: avoid the lookup process failing to get sk in ehash tableJason Xing2023-01-192-6/+19
* net: sched: gred: prevent races when adding offloads to statsJakub Kicinski2023-01-181-0/+2
* Merge tag 'wireless-2023-01-18' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-01-181-1/+0
|\
| * Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"Eric Dumazet2023-01-161-1/+0
* | l2tp: prevent lockdep issue in l2tp_tunnel_register()Eric Dumazet2023-01-181-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2023-01-181-0/+15
|\ \
| * | netfilter: conntrack: handle tcp challenge acks during connection reuseFlorian Westphal2023-01-171-0/+15
* | | Bluetooth: Fix possible deadlock in rfcomm_sk_state_changeYing Hsu2023-01-171-1/+6
* | | Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz2023-01-171-3/+0
* | | Bluetooth: hci_event: Fix Invalid wait contextLuiz Augusto von Dentz2023-01-171-1/+4
* | | Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz2023-01-171-35/+26
* | | Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()Zhengchao Shao2023-01-171-10/+3
* | | Bluetooth: hci_conn: Fix memory leaksZhengchao Shao2023-01-171-4/+14
* | | Bluetooth: hci_sync: Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2Luiz Augusto von Dentz2023-01-171-3/+3
* | | Bluetooth: Fix a buffer overflow in mgmt_mesh_add()Harshit Mogalapalli2023-01-171-1/+1
|/ /
* | l2tp: close all race conditions in l2tp_tunnel_register()Cong Wang2023-01-161-14/+14
* | l2tp: convert l2tp_tunnel_list to idrCong Wang2023-01-161-43/+42
* | net/sched: sch_taprio: fix possible use-after-freeEric Dumazet2023-01-161-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2023-01-162-3/+3
|\ \
| * | netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bitsPablo Neira Ayuso2023-01-111-1/+1
| * | netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia2023-01-111-2/+2
* | | sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htbRahul Rameshbabu2023-01-131-11/+16
* | | mptcp: netlink: respect v4/v6-only socketsMatthieu Baerts2023-01-133-0/+35
* | | 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