summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-14Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-14Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-14sctp: sysctl: make extra pointers netns awareFiro Yang1-29/+44
2023-01-14net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu1-0/+1
2023-01-14net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev1-1/+5
2023-01-14SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo1-1/+1
2023-01-14xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu1-1/+1
2023-01-14bpf, sockmap: fix race in sock_map_free()Eric Dumazet1-0/+2
2023-01-14hsr: Synchronize sequence number updates.Sebastian Andrzej Siewior2-1/+10
2023-01-14hsr: Synchronize sending frames to have always incremented outgoing seq nr.Sebastian Andrzej Siewior2-7/+8
2023-01-14hsr: Disable netpoll.Sebastian Andrzej Siewior2-11/+8
2023-01-14net: hsr: generate supervision frame without HSR/PRP tagGeorge McCollister2-33/+14
2023-01-14hsr: Add a rcu-read lock to hsr_forward_skb().Sebastian Andrzej Siewior1-0/+3
2023-01-14wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() failsChen Zhongjin1-1/+3
2023-01-14wifi: mac80211: fix memory leak in ieee80211_if_add()Zhengchao Shao1-0/+1
2023-01-14bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang1-1/+4
2023-01-14bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang1-1/+2
2023-01-14netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal1-0/+53
2023-01-14bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev2-4/+6
2023-01-14inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()Eric Dumazet1-4/+8
2023-01-14rxrpc: Fix ack.bufferSize to be 0 when generating an ackDavid Howells1-1/+1
2023-01-04net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe3-12/+0
2023-01-04net: add accept helper not installing fdPavel Begunkov1-31/+36
2023-01-04net: provide __sys_shutdown_sock() that takes a socketJens Axboe1-3/+12
2022-12-21Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim1-1/+2
2022-12-14ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet1-0/+5
2022-12-14tipc: call tipc_lxc_xmit without holding node_read_lockXin Long1-3/+9
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-14ip_gre: do not report erspan version on GRE interfaceHangbin Liu1-19/+29
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-14netfilter: ctnetlink: fix compilation warning after data race fixes in ct markPablo Neira Ayuso1-9/+10
2022-12-14netfilter: nft_set_pipapo: Actually validate intervals in fields after the fi...Stefano Brivio1-2/+3
2022-12-14can: af_can: fix NULL pointer dereference in can_rcv_filterOliver Hartkopp1-2/+2
2022-12-14Bluetooth: Fix crash when replugging CSR fake controllersLuiz Augusto von Dentz1-1/+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-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
2022-12-08tipc: re-fetch skb cb after tipc_msg_validateXin Long1-0/+3
2022-12-08net/9p: Fix a potential socket leak in p9_socket_openWang Hai1-1/+3