summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-01-25ethtool: netlink: Add missing ethnl_ops_begin/completeLudvig Pärsson1-2/+7
2024-01-25ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin1-2/+2
2024-01-25netfilter: nf_tables: reject NFT_SET_CONCAT with not field length descriptionPablo Neira Ayuso1-1/+5
2024-01-25netfilter: nf_tables: skip dead set elements in netlink dumpPablo Neira Ayuso1-1/+1
2024-01-25netfilter: nf_tables: do not allow mismatch field size and set key lengthPablo Neira Ayuso1-1/+5
2024-01-25Bluetooth: Fix atomicity violation in {min,max}_key_size_setGui-Dong Han1-4/+8
2024-01-25keys, dns: Fix size check of V1 server-list headerDavid Howells1-1/+1
2024-01-25ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-13/+13
2024-01-25Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz2-14/+5
2024-01-25netfilter: nf_tables: mark newset as dead on transaction abortFlorian Westphal1-0/+1
2024-01-25virtio/vsock: fix logic which reduces credit update messagesArseniy Krasnov1-3/+10
2024-01-25net/ncsi: Fix netlink major/minor version numbersPeter Delevoryas4-8/+36
2024-01-25ncsi: internal.h: Fix a spelloBhaskar Chowdhury1-1/+1
2024-01-25calipso: fix memory leak in netlbl_calipso_add_pass()Gavrilov Ilia1-23/+26
2024-01-25netlabel: remove unused parameter in netlbl_netlink_auditinfo()Zheng Yejian5-16/+14
2024-01-25net: netlabel: Fix kerneldoc warningsAndrew Lunn1-0/+1
2024-01-25net: qrtr: ns: Return 0 if server port is not presentSarannya S1-1/+3
2024-01-25neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao1-1/+8
2024-01-25mptcp: fix uninit-value in mptcp_incoming_optionsEdward Adam Davis1-0/+1
2024-01-15netfilter: nf_tables: Reject tables of unsupported familyPhil Sutter1-0/+27
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell2-14/+7
2024-01-15net: tls, update curr on splice as wellJohn Fastabend1-0/+2
2024-01-15net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange1-0/+1
2024-01-15net: Save and restore msg_namelen in sock_sendmsgMarc Dionne1-0/+2
2024-01-15netfilter: nft_immediate: drop chain reference counter on errorPablo Neira Ayuso1-1/+1
2024-01-15netfilter: nftables: add loop check helper functionPablo Neira Ayuso1-9/+21
2024-01-15net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua1-1/+3
2024-01-15nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_localSiddh Raman Pant1-3/+36
2024-01-15keys, dns: Fix missing size check of V1 server-list headerEdward Adam Davis1-10/+9
2024-01-05Bluetooth: SMP: Fix crash when receiving new connection when debug is enabledLuiz Augusto von Dentz1-3/+3
2024-01-05netfilter: nf_tables: skip set commit for deleted/destroyed setsPablo Neira Ayuso1-1/+1
2024-01-05Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsgHyunwoo Kim1-1/+6
2024-01-05Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao2-7/+25
2024-01-05Bluetooth: use inclusive language in SMPArchie Pusaka3-40/+42
2024-01-05Bluetooth: SMP: Convert BT_ERR/BT_DBG to bt_dev_err/bt_dev_dbgLuiz Augusto von Dentz1-46/+52
2024-01-059p/net: fix possible memory leak in p9_check_errors()Hangyu Hua1-2/+5
2024-01-05net: rfkill: gpio: set GPIO directionRouven Czerwinski1-0/+8
2024-01-05net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin1-4/+13
2024-01-05Bluetooth: L2CAP: Send reject on command corrupted requestFrédéric Danis1-6/+15
2024-01-05Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz1-1/+2
2024-01-05wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg1-1/+1
2024-01-05wifi: cfg80211: Add my certificateChen-Yu Tsai1-0/+87
2024-01-05keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells1-1/+9
2024-01-05net: check dev->gso_max_size in gso_features_check()Eric Dumazet1-0/+3
2024-01-05net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit1-0/+5
2024-01-05net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian1-1/+8
2024-01-05net/rose: fix races in rose_kill_by_device()Eric Dumazet1-5/+34
2024-01-05net: sched: ife: fix potential use-after-freeEric Dumazet1-0/+1
2024-01-05wifi: mac80211: mesh_plink: fix matches_local logicJohannes Berg1-5/+5
2023-12-20appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim1-5/+4