summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-02-16netfilter: nft_set_rbtree: skip end interval element from gcPablo Neira Ayuso
2024-02-16libceph: just wait for more data to be available on the socketXiubo Li
2024-02-16libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()Xiubo Li
2024-02-16netfilter: nft_set_pipapo: remove scratch_aligned pointerFlorian Westphal
2024-02-16netfilter: nft_set_pipapo: add helper to release pcpu scratch areaFlorian Westphal
2024-02-16netfilter: nft_set_pipapo: store index in scratch mapsFlorian Westphal
2024-02-16netfilter: nft_ct: reject direction for ct idPablo Neira Ayuso
2024-02-16netfilter: nft_compat: restrict match/target protocol to u16Pablo Neira Ayuso
2024-02-16netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso
2024-02-16netfilter: nft_compat: narrow down revision to unsigned 8-bitsPablo Neira Ayuso
2024-02-16af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC.Kuniyuki Iwashima
2024-02-16tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()Shigeru Yoshida
2024-02-16rxrpc: Fix counting of new acks and nacksDavid Howells
2024-02-16rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells
2024-02-16rxrpc: Fix delayed ACKs to not set the reference serial numberDavid Howells
2024-02-16rxrpc: Fix generation of serial numbers to skip zeroDavid Howells
2024-02-16inet: read sk->sk_family once in inet_recv_error()Eric Dumazet
2024-02-16tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart
2024-02-16wifi: mac80211: fix waiting for beacons logicJohannes Berg
2024-02-16wifi: mac80211: fix RCU use in TDLS fast-xmitJohannes Berg
2024-02-05af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet
2024-02-05net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu
2024-02-05netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsPablo Neira Ayuso
2024-02-05netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso
2024-02-05netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso
2024-02-05netfilter: conntrack: correct window scaling with retransmitted SYNRyan Schaefer
2024-02-05devlink: Fix referring to hw_addr attribute during state validationParav Pandit
2024-02-05bridge: mcast: fix disabled snooping after long uptimeLinus Lüssing
2024-02-05llc: call sock_orphan() at release timeEric Dumazet
2024-02-05ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller
2024-02-05tcp: add sanity checks to rx zerocopyEric Dumazet
2024-02-05ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel
2024-02-05ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet
2024-02-05wifi: cfg80211: fix RCU dereference in __cfg80211_bss_updateEdward Adam Davis
2024-02-05net: kcm: fix direct access to bv_lenMina Almasry
2024-02-05bridge: cfm: fix enum typo in br_cc_ccm_tx_parseLin Ma
2024-02-05net/smc: disable SEID on non-s390 archs where virtual ISM may be usedWen Gu
2024-02-05Bluetooth: L2CAP: Fix possible multiple reject sendFrédéric Danis
2024-02-05Bluetooth: hci_sync: fix BR/EDR wakeup bugclancy shang
2024-02-05Bluetooth: ISO: Avoid creating child socket if PA sync is terminatingIulia Tanasescu
2024-02-05wifi: cfg80211: free beacon_ies when overridden from hidden BSSBenjamin Berg
2024-02-05bpf: Fix a few selftest failures due to llvm18 changeYonghong Song
2024-02-05SUNRPC: Fix a suspicious RCU usage warningAnna Schumaker
2024-02-05rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()Oleg Nesterov
2024-01-31net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not setMartin KaFai Lau
2024-01-31netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal
2024-01-31netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechainPablo Neira Ayuso
2024-01-31xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski
2024-01-31xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski
2024-01-31bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer