aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-11-20tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet
2023-11-20tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet
2023-11-20tcp_metrics: add missing barriers on deleteEric Dumazet
2023-11-20tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva
2023-11-20tls: Use size_add() in call to struct_size()Gustavo A. R. Silva
2023-11-20tls: Only use data field in crypto completion functionHerbert Xu
2023-11-20tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V
2023-11-20udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet
2023-11-20wifi: mac80211: fix # of MSDU in A-MSDU calculationJohannes Berg
2023-11-20wifi: mac80211: move sched-scan stop work to wiphy workJohannes Berg
2023-11-20wifi: mac80211: move offchannel works to wiphy workJohannes Berg
2023-11-20wifi: mac80211: move scan work to wiphy workJohannes Berg
2023-11-20wifi: mac80211: move radar detect work to wiphy workJohannes Berg
2023-11-20wifi: cfg80211: add flush functions for wiphy workJohannes Berg
2023-11-08netfilter: nf_tables: audit log object reset once per tablePhil Sutter
2023-11-08netfilter: nfnetlink_log: silence bogus compiler warningFlorian Westphal
2023-11-08net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva
2023-11-02tcp: fix wrong RTO timeout when received SACK renegingFred Chen
2023-11-02neighbour: fix various data-racesEric Dumazet
2023-11-02vsock/virtio: initialize the_virtio_vsock before using VQsAlexandru Matei
2023-10-25mptcp: avoid sending RST when closing the initial subflowGeliang Tang
2023-10-25Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook
2023-10-25Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD
2023-10-25net: move altnames together with the netdeviceJakub Kicinski
2023-10-25net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang
2023-10-25tcp_bpf: properly release resources on error pathsPaolo Abeni
2023-10-25Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz
2023-10-25tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-25net/tls: split tls_rx_reader_lockHannes Reinecke
2023-10-25xfrm6: fix inet6_dev refcount underflow problemZhang Changzhong
2023-10-25net: xfrm: skip policies marked as dead while reinserting policiesDong Chenchen
2023-10-25ipv4/fib: send notify when delete source address routesHangbin Liu
2023-10-25wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg
2023-10-25wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong
2023-10-25wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg
2023-10-25wifi: cfg80211: Fix 6GHz scan configurationIlan Peer
2023-10-25Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz
2023-10-25Bluetooth: Avoid redundant authenticationYing Hsu
2023-10-25net: check for altname conflicts when changing netdev's netnsJakub Kicinski
2023-10-25net: fix ifname in netlink ntf during netns moveJakub Kicinski
2023-10-25net: avoid UAF on deleted altnameJakub Kicinski
2023-10-25net: pktgen: Fix interface flags printingGavrilov Ilia
2023-10-25netfilter: nf_tables: revert do not remove elements if set backend implements...Pablo Neira Ayuso
2023-10-25netfilter: nf_tables: do not remove elements if set backend implements .abortPablo Neira Ayuso
2023-10-25netlink: Correct offload_xstats sizeChristoph Paasch
2023-10-25netfilter: nft_set_rbtree: .deactivate fails if element has expiredPablo Neira Ayuso
2023-10-25net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela
2023-10-25ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet
2023-10-25tcp: Fix listen() warning with v4-mapped-v6 address.Kuniyuki Iwashima
2023-10-25tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet