summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-18nfc: Fix potential resource leaksMiaoqian Lin1-14/+38
2023-01-18net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei1-10/+2
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-18net/af_packet: make sure to pull mac headerEric Dumazet1-2/+4
2023-01-18net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu1-5/+13
2023-01-18SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever1-2/+7
2023-01-18mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi1-5/+13
2023-01-18net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-11/+3
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-18rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells1-1/+1
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-18xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu1-0/+1
2023-01-18bpf, sockmap: fix race in sock_map_free()Eric Dumazet1-0/+2
2023-01-18hsr: Avoid double remove of a node.Sebastian Andrzej Siewior2-5/+12
2023-01-18wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() failsChen Zhongjin1-1/+3
2023-01-18bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang1-1/+4
2023-01-18bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang1-1/+2
2023-01-18netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal1-0/+53
2023-01-18bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev2-4/+6
2023-01-18rxrpc: Fix ack.bufferSize to be 0 when generating an ackDavid Howells1-1/+1
2023-01-18Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim1-1/+2
2022-12-19net: bpf: Allow TC programs to call BPF_FUNC_skb_change_headLorenzo Colitti1-0/+2
2022-12-14ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet1-0/+5
2022-12-14ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel1-0/+3
2022-12-14ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel1-0/+1
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-14net: dsa: ksz: Check return valueArtem Chernyshev1-1/+2
2022-12-14Bluetooth: Fix not cleanup led when bt_init failsChen Zhongjin1-1/+3
2022-12-14Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()Wang ShaoBo1-0/+1
2022-12-14af_unix: Get user_ns from in_skb in unix_diag_get_exact().Kuniyuki Iwashima1-8/+12
2022-12-14can: af_can: fix NULL pointer dereference in can_rcv_filterOliver Hartkopp1-2/+2
2022-12-149p/xen: check logical size for buffer sizeDominique Martinet1-0/+9
2022-12-149p/fd: Use P9_HDRSZ for header sizeGUO Zihua1-3/+3
2022-12-08Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz1-0/+13
2022-12-08ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel1-3/+5
2022-12-08ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern1-4/+4
2022-12-08sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao4-7/+47
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