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