summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-03-03net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().Kuniyuki Iwashima
2023-03-03bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau
2023-03-03neigh: make sure used and confirmed times are validJulian Anastasov
2023-03-03Fix XFRM-I support for nested ESP tunnelsBenedict Wong
2023-02-25Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...Vladimir Oltean
2023-02-25mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshPavel Skripkin
2023-02-22net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter
2023-02-22net/sched: tcindex: search key must be 16 bitsPedro Tammela
2023-02-22net/sched: act_ctinfo: use percpu statsPedro Tammela
2023-02-22flow_offload: fill flags to action structureBaowen Zheng
2023-02-22ipv6: Fix tcp socket connection with DSCP.Guillaume Nault
2023-02-22ipv6: Fix datagram socket connection with DSCP.Guillaume Nault
2023-02-22net: mpls: fix stale pointer if allocation fails during device renameJakub Kicinski
2023-02-22net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()Hangyu Hua
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima
2023-02-22net/sched: tcindex: update imperfect hash filters respecting rcuPedro Tammela
2023-02-22sctp: sctp_sock_filter(): avoid list_entry() on possibly empty listPietro Borrello
2023-02-22net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann
2023-02-22netfilter: nft_tproxy: restrict to prerouting hookFlorian Westphal
2023-02-22net: sched: sch: Bounds check priorityKees Cook
2023-02-22net/rose: Fix to not accept on connected socketHyunwoo Kim
2023-02-15rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello
2023-02-15xfrm: fix bug with DSCP copy to v6 from v4 tunnelChristian Hopps
2023-02-15xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()Eric Dumazet
2023-02-15xfrm: compat: change expression for switch in xfrm_xlate64Anastasia Belova
2023-02-15can: j1939: do not wait 250 ms if the same addr was already claimedDevid Antonio Filoni
2023-02-15net: qrtr: free memory on error path in radix_tree_insert()Natalia Petrova
2023-02-15net/x25: Fix to not accept on connected socketHyunwoo Kim
2023-02-15net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin
2023-02-15can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivateZiyang Xuan
2023-02-15netfilter: br_netfilter: disable sabotage_in hook after first suppressionFlorian Westphal
2023-02-15netrom: Fix use-after-free caused by accept on already connected socketHyunwoo Kim
2023-02-15bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki
2023-02-06net: fix NULL pointer in skb_segment_listYan Zhai
2023-02-06Bluetooth: fix null ptr deref on hci_sync_conn_complete_evtSoenke Huster
2023-02-01netfilter: conntrack: unify established states for SCTP pathsSriram Yagnaraman
2023-02-01sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner
2023-02-01net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet
2023-02-01netrom: Fix use-after-free of a listening socket.Kuniyuki Iwashima
2023-02-01netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETESriram Yagnaraman
2023-02-01ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet
2023-02-01ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet
2023-02-01netlink: annotate data races around sk_stateEric Dumazet
2023-02-01netlink: annotate data races around dst_portid and dst_groupEric Dumazet
2023-02-01netlink: annotate data races around nlk->portidEric Dumazet
2023-02-01netfilter: nft_set_rbtree: skip elements in transaction from garbage collectionPablo Neira Ayuso
2023-02-01netfilter: nft_set_rbtree: Switch to node list walk for overlap detectionPablo Neira Ayuso
2023-02-01net: fix UaF in netns ops registration error pathPaolo Abeni
2023-02-01Bluetooth: hci_sync: cancel cmd_timer if hci_open failedArchie Pusaka
2023-02-01netfilter: conntrack: do not renew entry stuck in tcp SYN_SENT stateFlorian Westphal