summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-251-0/+6
* | | | | net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet2023-01-251-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-241-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-241-0/+2
* | | | | ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet2023-01-241-0/+2
* | | | | netlink: annotate data races around sk_stateEric Dumazet2023-01-241-4/+6
* | | | | netlink: annotate data races around dst_portid and dst_groupEric Dumazet2023-01-241-9/+14
* | | | | netlink: annotate data races around nlk->portidEric Dumazet2023-01-241-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-211-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-191-0/+2
* | | | Merge tag 'wireless-2023-01-18' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-01-191-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-181-1/+6
* | | | | Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz2023-01-181-3/+0
* | | | | Bluetooth: hci_event: Fix Invalid wait contextLuiz Augusto von Dentz2023-01-181-1/+4
* | | | | Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz2023-01-181-35/+26
* | | | | Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()Zhengchao Shao2023-01-181-10/+3
* | | | | Bluetooth: hci_conn: Fix memory leaksZhengchao Shao2023-01-181-4/+14
* | | | | Bluetooth: hci_sync: Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2Luiz Augusto von Dentz2023-01-181-3/+3
* | | | | Bluetooth: Fix a buffer overflow in mgmt_mesh_add()Harshit Mogalapalli2023-01-181-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-141-11/+16
* | | | | mptcp: netlink: respect v4/v6-only socketsMatthieu Baerts2023-01-143-0/+35
* | | | | mptcp: explicitly specify sock family at subflow creation timePaolo Abeni2023-01-143-6/+8
* | | | | net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang2023-01-141-0/+1
* | | | | ethtool: add netlink attr in rss get reply only if value is not nullSudheer Mogilappagari2023-01-131-4/+7
* | | | | rxrpc: Fix wrong error return in rxrpc_connect_call()David Howells2023-01-131-1/+1
* | | | | Merge tag 'wireless-2023-01-12' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-01-1311-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