summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | net: fix ifname in netlink ntf during netns moveJakub Kicinski2023-10-191-13/+31
| * | Merge tag 'nf-23-10-18' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-10-182-26/+31
| |\ \
| | * | netfilter: nf_tables: revert do not remove elements if set backend implements...Pablo Neira Ayuso2023-10-181-4/+1
| | * | netfilter: nft_set_rbtree: .deactivate fails if element has expiredPablo Neira Ayuso2023-10-181-0/+2
| | * | netfilter: nf_tables: audit log object reset once per tablePhil Sutter2023-10-181-22/+28
| * | | Merge tag 'wireless-2023-10-18' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-10-184-8/+6
| |\ \ \ | | | |/ | | |/|
| | * | net: rfkill: reduce data->mtx scope in rfkill_fop_openJohannes Berg2023-10-111-3/+2
| | * | net: rfkill: gpio: prevent value glitch during probeJosua Mayer2023-10-111-2/+2
| | * | wifi: mac80211: fix error path key leakJohannes Berg2023-10-111-2/+1
| | * | wifi: cfg80211: use system_unbound_wq for wiphy workJohannes Berg2023-10-111-1/+1
| * | | ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet2023-10-181-5/+9
| * | | tcp_bpf: properly release resources on error pathsPaolo Abeni2023-10-181-4/+12
| * | | net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela2023-10-181-4/+14
| * | | tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet2023-10-181-2/+14
| | |/ | |/|
| * | net: pktgen: Fix interface flags printingGavrilov Ilia2023-10-181-7/+7
| * | Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-10-175-27/+34
| |\ \
| | * | xfrm: fix a data-race in xfrm_lookup_with_ifid()Eric Dumazet2023-10-131-1/+1
| | * | net: ipv4: fix return value check in esp_remove_trailerMa Ke2023-10-101-1/+3
| | * | net: ipv6: fix return value check in esp_remove_trailerMa Ke2023-10-101-1/+3
| | * | xfrm6: fix inet6_dev refcount underflow problemZhang Changzhong2023-09-201-2/+2
| | * | xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet2023-09-131-4/+2
| | * | xfrm: interface: use DEV_STATS_INC()Eric Dumazet2023-09-061-12/+10
| | * | net: xfrm: skip policies marked as dead while reinserting policiesDong Chenchen2023-09-051-6/+13
| * | | tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell2023-10-172-5/+6
| * | | Merge tag 'for-net-2023-10-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-10-164-24/+62
| |\ \ \
| | * | | Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook2023-10-131-1/+2
| | * | | Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann2023-10-131-1/+1
| | * | | Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD2023-10-131-1/+1