summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-02-22ipv6: Fix tcp socket connection with DSCP.Guillaume Nault1-0/+1
2023-02-22ipv6: Fix datagram socket connection with DSCP.Guillaume Nault1-1/+1
2023-02-22net: mpls: fix stale pointer if allocation fails during device renameJakub Kicinski1-0/+4
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2-12/+5
2023-02-22net/rose: Fix to not accept on connected socketHyunwoo Kim1-0/+8
2023-02-22net/x25: Fix to not accept on connected socketHyunwoo Kim1-0/+6
2023-02-22net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin1-6/+6
2023-02-22sctp: do not check hb_timer.expires when resetting hb_timerXin Long1-3/+1
2023-02-22netrom: Fix use-after-free caused by accept on already connected socketHyunwoo Kim1-0/+5
2023-02-06ipv6: ensure sane device mtu in tunnelsEric Dumazet3-12/+18
2023-02-06sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner1-0/+6
2023-02-06netrom: Fix use-after-free of a listening socket.Kuniyuki Iwashima1-0/+1
2023-02-06netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETESriram Yagnaraman1-9/+16
2023-02-06netlink: annotate data races around sk_stateEric Dumazet1-4/+6
2023-02-06netlink: annotate data races around dst_portid and dst_groupEric Dumazet1-9/+14
2023-02-06Bluetooth: hci_sync: cancel cmd_timer if hci_open failedArchie Pusaka1-0/+1
2023-02-06net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang1-0/+1
2023-01-24net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin1-1/+2
2023-01-18netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia1-2/+2
2023-01-18ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu1-0/+4
2023-01-18net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni1-1/+15
2023-01-18net: sched: disallow noqueue for qdisc classesFrederick Lawler1-3/+7
2023-01-18caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao1-1/+5
2023-01-18net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim1-1/+4
2023-01-18nfc: Fix potential resource leaksMiaoqian Lin1-14/+38
2023-01-18bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski1-2/+5
2023-01-18SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto1-2/+17
2023-01-18mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi1-5/+13
2023-01-18bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev1-0/+4
2023-01-18net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet1-0/+6
2023-01-18net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang1-0/+2
2023-01-18skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan1-0/+3
2023-01-18openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron1-9/+16
2023-01-18Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-18Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-18net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu1-0/+1
2023-01-18net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev1-1/+5
2023-01-18SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo1-1/+1
2023-01-18Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim1-1/+2
2023-01-18once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet1-2/+2
2022-12-14ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet1-0/+5
2022-12-14tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing1-1/+3
2022-12-14NFC: nci: Bounds check struct nfc_target arraysKees Cook1-0/+6
2022-12-14mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()Wei Yongjun1-0/+1
2022-12-14Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()Wang ShaoBo1-0/+1
2022-12-08Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz1-0/+13
2022-12-08tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima1-0/+7
2022-12-08packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn1-4/+2
2022-12-08net: hsr: Fix potential use-after-freeYueHaibing1-2/+3
2022-12-08net/9p: Fix a potential socket leak in p9_socket_openWang Hai1-1/+3