summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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: sja1105: Check return valueArtem Chernyshev1-1/+2
2022-12-14net: dsa: hellcreek: Check return valueArtem Chernyshev1-1/+2
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: Fix support for Read Local Supported Codecs V2Chethan T N2-13/+16
2022-12-14Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis()Wang ShaoBo1-0/+1
2022-12-14Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()Wang ShaoBo1-0/+1
2022-12-14inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal1-1/+6
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: conntrack: fix using __this_cpu_add in preemptibleXin Long1-3/+3
2022-12-14netfilter: flowtable_offload: fix using __this_cpu_add in preemptibleXin Long1-3/+3
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-2/+6
2022-12-14Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkIsmael Ferreras Morezuelas1-2/+7
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-08mptcp: fix sleep in atomic at close timePaolo Abeni1-3/+3
2022-12-08mptcp: don't orphan ssk in mptcp_close()Menglong Dong1-7/+6
2022-12-08net/9p: Fix a potential socket leak in p9_socket_openWang Hai1-1/+3
2022-12-08wifi: mac8021: fix possible oob access in ieee80211_get_rate_durationLorenzo Bianconi1-0/+3
2022-12-08wifi: cfg80211: don't allow multi-BSSID in S1GJohannes Berg1-1/+6
2022-12-08wifi: cfg80211: fix buffer overflow in elem comparisonJohannes Berg1-1/+2
2022-12-02tcp: configurable source port perturb table sizeGleb Mazovetskiy2-5/+15
2022-12-02ipv4: Fix error return code in fib_table_insert()Ziyang Xuan1-1/+3
2022-12-02dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima4-0/+8
2022-12-02netfilter: flowtable_offload: add missing lockingFelix Fietkau1-0/+4
2022-12-02netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik1-1/+1
2022-12-02NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin1-1/+3
2022-12-02net: sched: allow act_ct to be built without NF_NATXin Long1-1/+1
2022-12-02xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin1-1/+5
2022-12-02xfrm: Fix oops in __xfrm_state_delete()Thomas Jarosch1-1/+1
2022-12-02tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing1-1/+4
2022-12-02tipc: add an extra conn_get in tipc_conn_allocXin Long1-3/+6