summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-01-27ipv6: Switch to higher-level SHA-1 functionsEric Biggers
2026-01-27bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen
2026-01-27bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen
2026-01-27tcp: move sk_forced_mem_schedule() to tcp.cEric Dumazet
2026-01-27wifi: mac80211: use u64_stats_t with u64_stats_sync properlyDavid Yang
2026-01-27wifi: nl80211/cfg80211: support operating as RSTA in PMSR FTM requestAvraham Stern
2026-01-27wifi: nl80211/cfg80211: add negotiated burst period to FTM resultAvraham Stern
2026-01-27wifi: nl80211/cfg80211: clarify periodic FTM parameters for non-EDCA based ra...Avraham Stern
2026-01-27wifi: nl80211/cfg80211: add new FTM capabilitiesAvraham Stern
2026-01-27vsock: add netns support to virtio transportsBobby Eshleman
2026-01-27virtio: set skb owner of virtio_transport_reset_no_sock() replyBobby Eshleman
2026-01-27vsock: add netns to vsock coreBobby Eshleman
2026-01-26nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame().Kuniyuki Iwashima
2026-01-26mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()Eric Dumazet
2026-01-26net: include <linux/hex.h> from sysctl_net_core.cEric Dumazet
2026-01-26SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever
2026-01-26Merge 6.19-rc7 into char-misc-nextGreg Kroah-Hartman
2026-01-25net: core: neighbour: Make another netlink notification atomicallyPetr Machata
2026-01-25net: core: neighbour: Make one netlink notification atomicallyPetr Machata
2026-01-25net: core: neighbour: Reorder netlink & internal notificationPetr Machata
2026-01-25net: core: neighbour: Inline neigh_update_notify() callsPetr Machata
2026-01-25net: core: neighbour: Process ARP queue laterPetr Machata
2026-01-25net: core: neighbour: Extract ARP queue processing to a helper functionPetr Machata
2026-01-25net: core: neighbour: Call __neigh_notify() under a lockPetr Machata
2026-01-25net: core: neighbour: Add a neigh_fill_info() helper for when lock not heldPetr Machata
2026-01-25ipv4: igmp: annotate data-races around idev->mr_maxdelayEric Dumazet
2026-01-25net: expand NETDEV_RSS_KEY_LEN to 256 bytesEric Dumazet
2026-01-25net: inline get_netmem() and put_netmem()Eric Dumazet
2026-01-25net: inline net_is_devmem_iov()Eric Dumazet
2026-01-25gro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet
2026-01-25ipv6: use the right ifindex when replying to icmpv6 from localhostFernando Fernandez Mancera
2026-01-25net: bridge: mcast: fix memcpy with u64_statsDavid Yang
2026-01-24bpf: add fsession supportMenglong Dong
2026-01-23net/rds: rds_tcp_accept_one ought to not discard messagesGerd Rausch
2026-01-23net/rds: No shortcut out of RDS_CONN_ERRORGerd Rausch
2026-01-23net: add queue config validation callbackJakub Kicinski
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski
2026-01-23net: move mp->rx_page_size validation to __net_mp_open_rxq()Jakub Kicinski
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski
2026-01-23net: introduce mangleid_featuresPaolo Abeni
2026-01-23tcp: move tcp_stream_memory_free() to tcp.cEric Dumazet
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-22tcp: move tcp_rate_check_app_limited() to tcp.cEric Dumazet
2026-01-22tcp: move tcp_rate_gen to tcp_input.cEric Dumazet
2026-01-22Bluetooth: MGMT: Fix memory leak in set_ssp_completeJianpeng Chang
2026-01-22netfilter: nft_set_rbtree: remove seqcount_rwlock_tPablo Neira Ayuso
2026-01-22netfilter: nft_set_rbtree: use binary search array in get commandPablo Neira Ayuso
2026-01-22netfilter: nft_set_rbtree: translate rbtree to array for binary searchPablo Neira Ayuso
2026-01-22netfilter: nf_tables: add .abort_skip_removal flag for set typesPablo Neira Ayuso
2026-01-22net/sched: act_ife: avoid possible NULL derefEric Dumazet