aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2023-10-25tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-25net: rfkill: gpio: prevent value glitch during probeJosua Mayer
2023-10-25net: ipv6: fix return value check in esp_remove_trailerMa Ke
2023-10-25net: ipv4: fix return value check in esp_remove_trailerMa Ke
2023-10-25wifi: cfg80211: use system_unbound_wq for wiphy workJohannes Berg
2023-10-25xfrm: interface: use DEV_STATS_INC()Eric Dumazet
2023-10-25xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet
2023-10-25xfrm: fix a data-race in xfrm_lookup_with_ifid()Eric Dumazet
2023-10-25netfilter: nft_payload: fix wrong mac header matchingFlorian Westphal
2023-10-25mptcp: more conservative check for zero probesPaolo Abeni
2023-10-25tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni
2023-10-25nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski
2023-10-25net/smc: return the right falback reason when prefix checks failDust Li
2023-10-25Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann