summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: mctp: mark socks as dead on unhash, prevent re-addJeremy Kerr2023-01-252-0/+7
* net: mctp: hold key reference when looking up a general keyPaolo Abeni2023-01-251-7/+7
* net: mctp: move expiry timer delete to unhashJeremy Kerr2023-01-251-3/+6
* net: mctp: add an explicit reference from a mctp_sk_key to sockJeremy Kerr2023-01-251-6/+8
* net/x25: Fix to not accept on connected socketHyunwoo Kim2023-01-251-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-01-242-114/+72
|\
| * netfilter: conntrack: unify established states for SCTP pathsSriram Yagnaraman2023-01-242-62/+39
| * Revert "netfilter: conntrack: add sctp DATA_SENT state"Sriram Yagnaraman2023-01-242-68/+42
| * netfilter: conntrack: fix bug in for_each_sctp_chunkSriram Yagnaraman2023-01-241-2/+2
| * netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETESriram Yagnaraman2023-01-241-9/+16
* | sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner2023-01-241-0/+6
* | net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet2023-01-241-1/+0
* | Revert "Merge branch 'ethtool-mac-merge'"Paolo Abeni2023-01-241-26/+0
* | netrom: Fix use-after-free of a listening socket.Kuniyuki Iwashima2023-01-241-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-01-231-128/+204
|\
| * netfilter: nft_set_rbtree: skip elements in transaction from garbage collectionPablo Neira Ayuso2023-01-231-1/+15
| * netfilter: nft_set_rbtree: Switch to node list walk for overlap detectionPablo Neira Ayuso2023-01-231-127/+189
* | ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet2023-01-231-0/+2
* | ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet2023-01-231-0/+2
* | netlink: annotate data races around sk_stateEric Dumazet2023-01-231-4/+6
* | netlink: annotate data races around dst_portid and dst_groupEric Dumazet2023-01-231-9/+14
* | netlink: annotate data races around nlk->portidEric Dumazet2023-01-231-2/+5
* | ipv6: fix reachability confirmation with proxy_ndpGergely Risko2023-01-231-1/+14
* | net: ethtool: netlink: introduce ethnl_update_bool()Vladimir Oltean2023-01-231-0/+26
|/
* net: fix UaF in netns ops registration error pathPaolo Abeni2023-01-201-1/+1
* 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