summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet2022-12-141-0/+5
* tipc: call tipc_lxc_xmit without holding node_read_lockXin Long2022-12-141-3/+9
* ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel2022-12-141-0/+3
* ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel2022-12-141-0/+1
* tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing2022-12-141-1/+3
* ip_gre: do not report erspan version on GRE interfaceHangbin Liu2022-12-141-19/+29
* NFC: nci: Bounds check struct nfc_target arraysKees Cook2022-12-141-0/+6
* mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()Wei Yongjun2022-12-141-0/+1
* net: dsa: ksz: Check return valueArtem Chernyshev2022-12-141-1/+2
* Bluetooth: Fix not cleanup led when bt_init failsChen Zhongjin2022-12-141-1/+3
* Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()Wang ShaoBo2022-12-141-0/+1
* af_unix: Get user_ns from in_skb in unix_diag_get_exact().Kuniyuki Iwashima2022-12-141-8/+12
* netfilter: ctnetlink: fix compilation warning after data race fixes in ct markPablo Neira Ayuso2022-12-141-9/+10
* netfilter: nft_set_pipapo: Actually validate intervals in fields after the fi...Stefano Brivio2022-12-141-2/+3
* can: af_can: fix NULL pointer dereference in can_rcv_filterOliver Hartkopp2022-12-141-2/+2
* Bluetooth: Fix crash when replugging CSR fake controllersLuiz Augusto von Dentz2022-12-141-1/+2
* 9p/xen: check logical size for buffer sizeDominique Martinet2022-12-141-0/+9
* 9p/fd: Use P9_HDRSZ for header sizeGUO Zihua2022-12-141-3/+3
* ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel2022-12-081-3/+5
* ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern2022-12-081-4/+4
* sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao2022-12-084-7/+47
* packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn2022-12-081-4/+2
* net: hsr: Fix potential use-after-freeYueHaibing2022-12-081-2/+3
* tipc: re-fetch skb cb after tipc_msg_validateXin Long2022-12-081-0/+3
* net/9p: Fix a potential socket leak in p9_socket_openWang Hai2022-12-081-1/+3
* wifi: mac8021: fix possible oob access in ieee80211_get_rate_durationLorenzo Bianconi2022-12-081-0/+3
* wifi: cfg80211: don't allow multi-BSSID in S1GJohannes Berg2022-12-081-1/+6
* wifi: cfg80211: fix buffer overflow in elem comparisonJohannes Berg2022-12-081-1/+2
* tcp: configurable source port perturb table sizeGleb Mazovetskiy2022-12-022-5/+15
* ipv4: Fix error return code in fib_table_insert()Ziyang Xuan2022-12-021-1/+3
* dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-12-024-0/+8
* netfilter: flowtable_offload: add missing lockingFelix Fietkau2022-12-021-0/+4
* NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin2022-12-021-1/+3
* net: sched: allow act_ct to be built without NF_NATXin Long2022-12-021-1/+1
* xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin2022-12-021-1/+5
* tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing2022-12-021-1/+4
* tipc: add an extra conn_get in tipc_conn_allocXin Long2022-12-021-3/+6
* tipc: set con sock in tipc_conn_allocXin Long2022-12-021-6/+5
* netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai2022-12-021-5/+3
* netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik2022-12-0210-7/+85
* netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-12-0211-39/+45
* 9p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao2022-12-021-0/+2
* nfc/nci: fix race with opening and closingLin Ma2022-12-021-1/+1
* rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells2022-12-022-15/+24
* rxrpc: Use refcount_t rather than atomic_tDavid Howells2022-12-0212-121/+118
* rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells2022-12-024-22/+94
* af_key: Fix send_acquire race with pfkey_registerHerbert Xu2022-12-021-10/+22
* xfrm: replay: Fix ESN wrap around for GSOChristian Langrock2022-12-024-2/+21
* xfrm: fix "disable_policy" on ipv4 early demuxEyal Birger2022-12-021-0/+5
* wifi: mac80211: Fix ack frame idr leak when mesh has no routeNicolas Cavallari2022-12-021-1/+1