summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2023-02-01tcp: fix rate_app_limited to default to 1David Morley
2023-02-01tcp: avoid the lookup process failing to get sk in ehash tableJason Xing
2023-02-01l2tp: prevent lockdep issue in l2tp_tunnel_register()Eric Dumazet
2023-02-01l2tp: close all race conditions in l2tp_tunnel_register()Cong Wang
2023-02-01l2tp: convert l2tp_tunnel_list to idrCong Wang
2023-02-01l2tp: Don't sleep and disable BH under writer-side sk_callback_lockJakub Sitnicki
2023-02-01l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki
2023-02-01net/sched: sch_taprio: fix possible use-after-freeEric Dumazet
2023-02-01net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang
2023-01-24Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"Eric Dumazet
2023-01-24net/ulp: use consistent error code when blocking ULPPaolo Abeni
2023-01-24wifi: mac80211: sdata can be NULL during AMPDU startAlexander Wetzel
2023-01-24net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin
2023-01-18net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel
2023-01-18tipc: fix unexpected link reset due to discovery messagesTung Nguyen
2023-01-18netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia
2023-01-18xfrm: fix rcu lock in xfrm_notify_userpolicy()Nicolas Dichtel
2023-01-18ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu
2023-01-18netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bitsPablo Neira Ayuso
2023-01-14net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni
2023-01-14net: sched: disallow noqueue for qdisc classesFrederick Lawler
2023-01-14mptcp: use proper req destructor for IPv6Mat Martineau
2023-01-14mptcp: dedicated request sock for subflow in v6Mat Martineau
2023-01-14mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMat Martineau
2023-01-14mptcp: mark ops structures as ro_after_initMat Martineau
2023-01-14caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao
2023-01-14netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik
2023-01-14netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik
2023-01-14net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim
2023-01-14net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim
2023-01-14nfc: Fix potential resource leaksMiaoqian Lin
2023-01-14net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei
2023-01-14bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski
2023-01-14SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto
2023-01-14net/af_packet: make sure to pull mac headerEric Dumazet