summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2023-10-25Merge tag 'nf-23-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-7/+16
2023-10-25vsock/virtio: initialize the_virtio_vsock before using VQsAlexandru Matei-1/+17
2023-10-25net: ipv6: fix typo in commentsDeming Wang-1/+1
2023-10-25net: ipv4: fix typo in commentsDeming Wang-1/+1
2023-10-25net/sched: act_ct: additional checks for outdated flowsVlad Buslov-0/+2
2023-10-25netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso-7/+14
2023-10-24Merge tag 'wireless-2023-10-24' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-4/+4
2023-10-23net/handshake: fix file ref count in handshake_nl_accept_doit()Moritz Wanzenböck-25/+5
2023-10-23wifi: mac80211: don't drop all unprotected public action framesAvraham Stern-2/+1
2023-10-23wifi: cfg80211: fix assoc response warning on failed linksJohannes Berg-1/+2
2023-10-23wifi: cfg80211: pass correct pointer to rdev_inform_bss()Ben Greear-1/+1
2023-10-22tcp: fix wrong RTO timeout when received SACK renegingFred Chen-4/+5
2023-10-20neighbour: fix various data-racesEric Dumazet-32/+35
2023-10-20net: do not leave an empty skb in write queueEric Dumazet-3/+5
2023-10-19Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-231/+350
2023-10-19Revert "ethtool: Fix mod state of verbose no_mask bitset"Kory Maincent-26/+6
2023-10-19mptcp: avoid sending RST when closing the initial subflowGeliang Tang-6/+22
2023-10-19mptcp: more conservative check for zero probesPaolo Abeni-7/+1
2023-10-19tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni-0/+1
2023-10-19net: move altnames together with the netdeviceJakub Kicinski-4/+9
2023-10-19net: avoid UAF on deleted altnameJakub Kicinski-1/+6
2023-10-19net: check for altname conflicts when changing netdev's netnsJakub Kicinski-1/+11
2023-10-19net: fix ifname in netlink ntf during netns moveJakub Kicinski-13/+31
2023-10-18Merge tag 'nf-23-10-18' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski-26/+31
2023-10-18Merge tag 'wireless-2023-10-18' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-8/+6
2023-10-18ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet-5/+9
2023-10-18tcp_bpf: properly release resources on error pathsPaolo Abeni-4/+12
2023-10-18net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela-4/+14
2023-10-18tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet-2/+14
2023-10-18netfilter: nf_tables: revert do not remove elements if set backend implements...Pablo Neira Ayuso-4/+1
2023-10-18netfilter: nft_set_rbtree: .deactivate fails if element has expiredPablo Neira Ayuso-0/+2
2023-10-18netfilter: nf_tables: audit log object reset once per tablePhil Sutter-22/+28
2023-10-18net: pktgen: Fix interface flags printingGavrilov Ilia-7/+7
2023-10-17Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-27/+34
2023-10-17tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell-5/+6
2023-10-16Merge tag 'for-net-2023-10-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-24/+62
2023-10-16nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski-0/+2
2023-10-16netlink: Correct offload_xstats sizeChristoph Paasch-3/+1
2023-10-16net/smc: return the right falback reason when prefix checks failDust Li-1/+1
2023-10-13Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook-1/+2
2023-10-13Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann-1/+1
2023-10-13Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD-1/+1
2023-10-13Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz-2/+1
2023-10-13Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz-5/+7
2023-10-13Merge tag 'nf-23-10-12' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski-18/+14
2023-10-13net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang-5/+7
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni-32/+47
2023-10-13Merge tag 'ceph-for-6.6-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds-2/+2
2023-10-13tcp: Fix listen() warning with v4-mapped-v6 address.Kuniyuki Iwashima-15/+9
2023-10-13xfrm: fix a data-race in xfrm_lookup_with_ifid()Eric Dumazet-1/+1