summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp2023-02-091-0/+4
* can: isotp: split tx timer into transmission and timeoutOliver Hartkopp2023-02-091-36/+29
* net: qrtr: free memory on error path in radix_tree_insert()Natalia Petrova2023-02-091-1/+4
* net/x25: Fix to not accept on connected socketHyunwoo Kim2023-02-091-0/+6
* net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin2023-02-091-6/+6
* can: raw: fix CAN FD frame transmissions over CAN XL devicesOliver Hartkopp2023-02-091-16/+31
* can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivateZiyang Xuan2023-02-091-4/+0
* ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter2023-02-091-5/+5
* ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local addressThomas Winter2023-02-091-22/+27
* sctp: do not check hb_timer.expires when resetting hb_timerXin Long2023-02-091-3/+1
* netfilter: br_netfilter: disable sabotage_in hook after first suppressionFlorian Westphal2023-02-091-0/+1
* net/tls: tls_is_tx_ready() checked list_entryPietro Borrello2023-02-091-1/+1
* netrom: Fix use-after-free caused by accept on already connected socketHyunwoo Kim2023-02-091-0/+5
* skb: Do mix page pool and page referenced frags in GROAlexander Duyck2023-02-091-0/+9
* use less confusing names for iov_iter direction initializersAl Viro2023-02-0918-39/+40
* bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki2023-02-091-2/+2
* net: mctp: purge receive queues on sk destructionJeremy Kerr2023-02-061-0/+6
* 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