summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* wifi: mac80211: fix check for unusable RX resultJohannes Berg2023-11-202-1/+4
* 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
* tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V2023-11-201-4/+5
* udplite: fix various data-racesEric Dumazet2023-11-202-14/+16
* udplite: remove UDPLITE_BITEric Dumazet2023-11-202-2/+0
* udp: annotate data-races around udp->encap_typeEric Dumazet2023-11-205-13/+15
* udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2023-11-203-9/+5
* udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet2023-11-201-1/+1
* udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet2023-11-201-2/+4
* udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet2023-11-203-6/+6
* udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet2023-11-202-5/+5
* udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet2023-11-202-4/+4
* udp: introduce udp->udp_flagsEric Dumazet2023-11-202-9/+9
* wifi: mac80211: fix # of MSDU in A-MSDU calculationJohannes Berg2023-11-201-1/+1
* wifi: cfg80211: fix off-by-one in element defragJohannes Berg2023-11-201-2/+2
* wifi: mac80211: fix RCU usage warning in mesh fast-xmitJohannes 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
* Merge tag 'nf-23-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-10-252-7/+16
|\
| * net/sched: act_ct: additional checks for outdated flowsVlad Buslov2023-10-251-0/+2
| * netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso2023-10-252-7/+14
* | vsock/virtio: initialize the_virtio_vsock before using VQsAlexandru Matei2023-10-251-1/+17
* | net: ipv6: fix typo in commentsDeming Wang2023-10-251-1/+1
* | net: ipv4: fix typo in commentsDeming Wang2023-10-251-1/+1
* | Merge tag 'wireless-2023-10-24' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-10-243-4/+4
|\ \
| * | wifi: mac80211: don't drop all unprotected public action framesAvraham Stern2023-10-231-2/+1
| * | wifi: cfg80211: fix assoc response warning on failed linksJohannes Berg2023-10-231-1/+2
| * | wifi: cfg80211: pass correct pointer to rdev_inform_bss()Ben Greear2023-10-231-1/+1
* | | net/handshake: fix file ref count in handshake_nl_accept_doit()Moritz Wanzenböck2023-10-231-25/+5
| |/ |/|
* | tcp: fix wrong RTO timeout when received SACK renegingFred Chen2023-10-221-4/+5
* | neighbour: fix various data-racesEric Dumazet2023-10-201-32/+35
* | net: do not leave an empty skb in write queueEric Dumazet2023-10-201-3/+5
* | Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-10-1942-231/+350
|\ \
| * | Revert "ethtool: Fix mod state of verbose no_mask bitset"Kory Maincent2023-10-191-26/+6
| * | mptcp: avoid sending RST when closing the initial subflowGeliang Tang2023-10-191-6/+22
| * | mptcp: more conservative check for zero probesPaolo Abeni2023-10-191-7/+1
| * | tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni2023-10-191-0/+1
| * | net: move altnames together with the netdeviceJakub Kicinski2023-10-191-4/+9
| * | net: avoid UAF on deleted altnameJakub Kicinski2023-10-191-1/+6
| * | net: check for altname conflicts when changing netdev's netnsJakub Kicinski2023-10-192-1/+11