summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-02-20net: tcp: Remove redundant initialization of variable lenColin Ian King
2024-02-20arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima
2024-02-20devlink: fix possible use-after-free and memory leaks in devlink_init()Vasiliy Kovalev
2024-02-20ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev
2024-02-20can: raw: raw_getsockopt(): reduce scope of errMarc Kleine-Budde
2024-02-20net: add netmem to skb_frag_tMina Almasry
2024-02-20can: raw: fix getsockopt() for new CAN_RAW_XL_VCID_OPTSOliver Hartkopp
2024-02-19net: sysfs: Do not create sysfs for non BQL deviceBreno Leitao
2024-02-19net: page_pool: fix recycle stats for system page_pool allocatorLorenzo Bianconi
2024-02-19page_pool: disable direct recycling based on pool->cpuid on destroyAlexander Lobakin
2024-02-19net: sched: Annotate struct tc_pedit with __counted_byKees Cook
2024-02-18mptcp: fix duplicate subflow creationPaolo Abeni
2024-02-18mptcp: fix data races on remote_idPaolo Abeni
2024-02-18mptcp: fix data races on local_idPaolo Abeni
2024-02-18mptcp: fix lockless access in subflow ULP diagPaolo Abeni
2024-02-18mptcp: add needs_id for netlink appending addrGeliang Tang
2024-02-18mptcp: add needs_id for userspace appending addrGeliang Tang
2024-02-18ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet
2024-02-18ipv4: properly combine dev_base_seq and ipv4.dev_addr_genidEric Dumazet
2024-02-18net: bql: allow the config to be disabledBreno Leitao
2024-02-16net/sched: act_mirred: don't override retval if we already lost the skbJakub Kicinski
2024-02-16net/sched: act_mirred: use the backlog for mirred ingressJakub Kicinski
2024-02-16tcp: Spelling s/curcuit/circuit/Geert Uytterhoeven
2024-02-16dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished().Kuniyuki Iwashima
2024-02-16net: bridge: switchdev: Ensure deferred event delivery on unoffloadTobias Waldekranz
2024-02-16net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz
2024-02-16net/iucv: fix the allocation size of iucv_path_table arrayAlexander Gordeev
2024-02-16net/iucv: fix virtual vs physical address confusionAlexander Gordeev
2024-02-15net: dsa: remove OF-based MDIO bus registration from DSA coreArınç ÜNAL
2024-02-15Merge branch 'for-thermal-genetlink-family-bind-unbind-callbacks'Jakub Kicinski
2024-02-15genetlink: Add per family bind/unbind callbacksStanislaw Gruszka
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-15Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-02-15net: sctp: fix skb leak in sctp_inq_free()Dmitry Antipov
2024-02-15net: ipv6/addrconf: clamp preferred_lft to the minimum requiredAlex Henrie
2024-02-15net: ipv6/addrconf: introduce a regen_min_advance sysctlAlex Henrie
2024-02-15net: ipv6/addrconf: ensure that regen_advance is at least 2 secondsAlex Henrie
2024-02-15tipc: Cleanup tipc_nl_bearer_add() error pathsShigeru Yoshida
2024-02-15tcp: no need to use acceptable for conn_requestJason Xing
2024-02-15Merge tag 'nf-24-02-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-02-15Merge tag 'linux-can-fixes-for-6.8-20240214' of git://git.kernel.org/pub/scm/...Paolo Abeni
2024-02-15net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko
2024-02-15wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg
2024-02-15wifi: cfg80211: use IEEE80211_MAX_MESH_ID_LEN appropriatelyJohannes Berg
2024-02-15Merge wireless into wireless-nextJohannes Berg
2024-02-14Merge tag 'wireless-2024-02-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2024-02-15netfilter: nf_tables: fix bidirectional offload regressionFelix Fietkau
2024-02-15netfilter: nat: restore default DNAT behaviorKyle Swenson
2024-02-15netfilter: nft_set_pipapo: fix missing : in kdocPablo Neira Ayuso
2024-02-14can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel