summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: avoid atomic fragment on GSO packetsYan Zhai2023-11-201-1/+7
* Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/errMarcel Ziswiler2023-11-201-2/+2
* tcp: fix cookie_init_timestamp() overflowsEric Dumazet2023-11-201-13/+7
* net: skb_find_text: Ignore patterns extending past 'to'Phil Sutter2023-11-201-1/+2
* netfilter: nf_tables: Drop pointless memset when dumping rulesPhil Sutter2023-11-201-4/+0
* tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet2023-11-201-1/+1
* tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet2023-11-201-5/+4
* tcp_metrics: add missing barriers on deleteEric Dumazet2023-11-201-2/+2
* tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva2023-11-201-2/+2
* tls: Use size_add() in call to struct_size()Gustavo A. R. Silva2023-11-201-1/+1
* tls: Only use data field in crypto completion functionHerbert Xu2023-11-202-11/+31
* tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V2023-11-201-4/+5
* udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet2023-11-201-2/+4
* wifi: mac80211: fix # of MSDU in A-MSDU calculationJohannes Berg2023-11-201-1/+1
* wifi: mac80211: move sched-scan stop work to wiphy workJohannes Berg2023-11-203-8/+10
* wifi: mac80211: move offchannel works to wiphy workJohannes Berg2023-11-203-23/+23
* wifi: mac80211: move scan work to wiphy workJohannes Berg2023-11-205-25/+18
* wifi: mac80211: move radar detect work to wiphy workJohannes Berg2023-11-203-10/+11
* wifi: cfg80211: add flush functions for wiphy workJohannes Berg2023-11-203-5/+36
* netfilter: nf_tables: audit log object reset once per tablePhil Sutter2023-11-081-22/+28
* netfilter: nfnetlink_log: silence bogus compiler warningFlorian Westphal2023-11-081-1/+1
* net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva2023-11-081-1/+1
* tcp: fix wrong RTO timeout when received SACK renegingFred Chen2023-11-021-4/+5
* neighbour: fix various data-racesEric Dumazet2023-11-021-32/+35
* vsock/virtio: initialize the_virtio_vsock before using VQsAlexandru Matei2023-11-021-1/+17
* mptcp: avoid sending RST when closing the initial subflowGeliang Tang2023-10-251-6/+22
* Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook2023-10-251-1/+2
* Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD2023-10-251-1/+1
* net: move altnames together with the netdeviceJakub Kicinski2023-10-251-4/+9
* net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang2023-10-253-5/+7
* tcp_bpf: properly release resources on error pathsPaolo Abeni2023-10-251-4/+12
* Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz2023-10-251-5/+7
* tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni2023-10-258-32/+47
* net/tls: split tls_rx_reader_lockHannes Reinecke2023-10-251-16/+22
* xfrm6: fix inet6_dev refcount underflow problemZhang Changzhong2023-10-251-2/+2
* net: xfrm: skip policies marked as dead while reinserting policiesDong Chenchen2023-10-251-4/+9
* ipv4/fib: send notify when delete source address routesHangbin Liu2023-10-252-0/+5
* wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg2023-10-251-1/+1
* wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong2023-10-251-1/+2
* wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg2023-10-256-7/+44
* wifi: cfg80211: Fix 6GHz scan configurationIlan Peer2023-10-251-0/+4
* Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz2023-10-251-3/+5
* Bluetooth: Avoid redundant authenticationYing Hsu2023-10-251-28/+35
* net: check for altname conflicts when changing netdev's netnsJakub Kicinski2023-10-252-1/+11
* net: fix ifname in netlink ntf during netns moveJakub Kicinski2023-10-251-13/+31
* net: avoid UAF on deleted altnameJakub Kicinski2023-10-251-1/+6
* net: pktgen: Fix interface flags printingGavrilov Ilia2023-10-251-7/+7
* netfilter: nf_tables: revert do not remove elements if set backend implements...Pablo Neira Ayuso2023-10-251-4/+1
* netfilter: nf_tables: do not remove elements if set backend implements .abortPablo Neira Ayuso2023-10-251-1/+4
* netlink: Correct offload_xstats sizeChristoph Paasch2023-10-251-3/+1