summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* net: fix NULL pointer in skb_segment_listYan Zhai2023-02-061-3/+2
* mac80211: Fix MLO address translation for multiple bss caseSriram R2023-02-061-0/+3
* netfilter: conntrack: unify established states for SCTP pathsSriram Yagnaraman2023-02-012-62/+39
* net: mctp: mark socks as dead on unhash, prevent re-addJeremy Kerr2023-02-012-0/+7
* net: mctp: hold key reference when looking up a general keyPaolo Abeni2023-02-011-7/+7
* net: mctp: move expiry timer delete to unhashJeremy Kerr2023-02-011-3/+6
* net: mctp: add an explicit reference from a mctp_sk_key to sockJeremy Kerr2023-02-011-6/+8
* sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner2023-02-011-0/+6
* net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet2023-02-011-1/+0
* netrom: Fix use-after-free of a listening socket.Kuniyuki Iwashima2023-02-011-0/+1
* netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETESriram Yagnaraman2023-02-011-9/+16
* ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet2023-02-011-0/+2
* ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet2023-02-011-0/+2
* netlink: annotate data races around sk_stateEric Dumazet2023-02-011-4/+6
* netlink: annotate data races around dst_portid and dst_groupEric Dumazet2023-02-011-9/+14
* netlink: annotate data races around nlk->portidEric Dumazet2023-02-011-2/+5
* netfilter: nft_set_rbtree: skip elements in transaction from garbage collectionPablo Neira Ayuso2023-02-011-1/+15
* netfilter: nft_set_rbtree: Switch to node list walk for overlap detectionPablo Neira Ayuso2023-02-011-127/+189
* net: fix UaF in netns ops registration error pathPaolo Abeni2023-02-011-1/+1
* ipv6: fix reachability confirmation with proxy_ndpGergely Risko2023-02-011-1/+14
* wifi: mac80211: Fix iTXQ AMPDU fragmentation handlingAlexander Wetzel2023-02-013-8/+44
* wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel2023-02-015-26/+26
* Bluetooth: hci_sync: cancel cmd_timer if hci_open failedArchie Pusaka2023-02-011-0/+1
* tcp: fix rate_app_limited to default to 1David Morley2023-02-011-0/+2
* tcp: avoid the lookup process failing to get sk in ehash tableJason Xing2023-02-012-6/+19
* net: sched: gred: prevent races when adding offloads to statsJakub Kicinski2023-02-011-0/+2
* l2tp: prevent lockdep issue in l2tp_tunnel_register()Eric Dumazet2023-02-011-3/+2
* Bluetooth: Fix possible deadlock in rfcomm_sk_state_changeYing Hsu2023-02-011-1/+6
* Bluetooth: hci_event: Fix Invalid wait contextLuiz Augusto von Dentz2023-02-011-1/+4
* Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz2023-02-011-35/+26
* Bluetooth: ISO: Avoid circular locking dependencyLuiz Augusto von Dentz2023-02-011-23/+38
* Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()Zhengchao Shao2023-02-011-10/+3
* Bluetooth: hci_conn: Fix memory leaksZhengchao Shao2023-02-011-4/+14
* Bluetooth: Fix a buffer overflow in mgmt_mesh_add()Harshit Mogalapalli2023-02-011-1/+1
* netfilter: conntrack: handle tcp challenge acks during connection reuseFlorian Westphal2023-02-011-0/+15
* l2tp: close all race conditions in l2tp_tunnel_register()Cong Wang2023-02-011-14/+14
* l2tp: convert l2tp_tunnel_list to idrCong Wang2023-02-011-43/+42
* net/sched: sch_taprio: fix possible use-after-freeEric Dumazet2023-02-011-0/+3
* sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htbRahul Rameshbabu2023-02-011-11/+16
* net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang2023-02-011-0/+1
* Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"Eric Dumazet2023-01-241-1/+0
* net/ulp: use consistent error code when blocking ULPPaolo Abeni2023-01-241-1/+1
* mptcp: netlink: respect v4/v6-only socketsMatthieu Baerts2023-01-243-0/+35
* mptcp: explicitly specify sock family at subflow creation timePaolo Abeni2023-01-243-6/+8
* wifi: mac80211: fix initialization of rx->link and rx->link_staFelix Fietkau2023-01-241-123/+99
* wifi: mac80211: sdata can be NULL during AMPDU startAlexander Wetzel2023-01-242-1/+8
* wifi: mac80211: reset multiple BSSID options in stop_ap()Aloka Dixit2023-01-241-0/+7
* wifi: mac80211: fix MLO + AP_VLAN checkFelix Fietkau2023-01-241-1/+3
* Bluetooth: hci_sync: Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2Luiz Augusto von Dentz2023-01-241-3/+3
* net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin2023-01-241-1/+2