summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-03-01arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima
2024-03-01netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal
2024-03-01tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca
2024-03-01tls: rx: drop pointless else after gotoJakub Kicinski
2024-03-01tls: rx: jump to a more appropriate labelJakub Kicinski
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2024-03-01packet: move from strlcpy with unused retval to strscpyWolfram Sang
2024-03-01ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev
2024-03-01ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet
2024-03-01ipv4: properly combine dev_base_seq and ipv4.dev_addr_genidEric Dumazet
2024-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni
2024-03-01l2tp: pass correct message length to ip6_append_dataTom Parkin
2024-03-01hsr: Avoid double remove of a node.Sebastian Andrzej Siewior
2024-03-01netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_newXin Long
2024-03-01wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau
2024-03-01wifi: cfg80211: fix missing interfaces when dumpingMichal Kazior
2024-03-01net/sched: Retire dsmark qdiscJamal Hadi Salim
2024-03-01net/sched: Retire ATM qdiscJamal Hadi Salim
2024-03-01net/sched: Retire CBQ qdiscJamal Hadi Salim
2024-02-23netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter
2024-02-23net: prevent mss overflow in skb_segment()Eric Dumazet
2024-02-23netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik
2024-02-23netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik
2024-02-23can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel
2024-02-23wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()Johannes Berg
2024-02-23net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()Nikita Zhandarovich
2024-02-23nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin
2024-02-23net: openvswitch: limit the number of recursions from action setsAaron Conole
2024-02-23netfilter: nft_set_rbtree: skip end interval element from gcPablo Neira Ayuso
2024-02-23net/af_iucv: clean up a try_then_request_module()Julian Wiedmann
2024-02-23netfilter: nft_set_pipapo: remove scratch_aligned pointerFlorian Westphal
2024-02-23netfilter: nft_set_pipapo: add helper to release pcpu scratch areaFlorian Westphal
2024-02-23netfilter: nft_set_pipapo: store index in scratch mapsFlorian Westphal
2024-02-23netfilter: nft_ct: reject direction for ct idPablo Neira Ayuso
2024-02-23netfilter: nft_compat: restrict match/target protocol to u16Pablo Neira Ayuso
2024-02-23netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso
2024-02-23tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()Shigeru Yoshida
2024-02-23rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells
2024-02-23inet: read sk->sk_family once in inet_recv_error()Eric Dumazet
2024-02-23tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart
2024-02-23af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet
2024-02-23net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu
2024-02-23netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsPablo Neira Ayuso
2024-02-23netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso
2024-02-23llc: call sock_orphan() at release timeEric Dumazet
2024-02-23ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller
2024-02-23tcp: add sanity checks to rx zerocopyEric Dumazet
2024-02-23net-zerocopy: Refactor frag-is-remappable test.Arjun Roy
2024-02-23ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet
2024-02-23ip6_tunnel: use dev_sw_netstats_rx_add()Eric Dumazet