summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-11-28net: Remove KMSG_COMPONENT macroHeiko Carstens
2025-11-28net/socket: convert __sys_accept4_file() to FD_ADD()Christian Brauner
2025-11-28net/socket: convert sock_map_fd() to FD_ADD()Christian Brauner
2025-11-28net/kcm: convert kcm_ioctl() to FD_PREPARE()Christian Brauner
2025-11-28net/handshake: convert handshake_nl_accept_doit() to FD_PREPARE()Christian Brauner
2025-11-28af_unix: convert unix_file_open() to FD_ADD()Christian Brauner
2025-11-27net: restore napi_consume_skb()'s NULL-handlingJakub Kicinski
2025-11-27netmem, devmem, tcp: access pp fields through @desc in net_iovByungchul Park
2025-11-28netfilter: nft_connlimit: add support to object update operationFernando Fernandez Mancera
2025-11-28netfilter: nft_connlimit: update the count if add was skippedFernando Fernandez Mancera
2025-11-28netfilter: nf_conncount: make nf_conncount_gc_list() to disable BHFernando Fernandez Mancera
2025-11-28netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera
2025-11-28netfilter: flowtable: Add IPIP tx sw accelerationLorenzo Bianconi
2025-11-28netfilter: flowtable: Add IPIP rx sw accelerationLorenzo Bianconi
2025-11-28netfilter: flowtable: use tuple address to calculate next hopPablo Neira Ayuso
2025-11-28netfilter: flowtable: remove hw_ifidxPablo Neira Ayuso
2025-11-28netfilter: flowtable: inline pppoe encapsulation in xmit pathPablo Neira Ayuso
2025-11-28netfilter: flowtable: inline vlan encapsulation in xmit pathPablo Neira Ayuso
2025-11-27netfilter: flowtable: consolidate xmit pathPablo Neira Ayuso
2025-11-27netfilter: flowtable: move path discovery infrastructure to its own filePablo Neira Ayuso
2025-11-27netfilter: flowtable: check for maximum number of encapsulations in bridge vlanPablo Neira Ayuso
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-27Merge tag 'ceph-for-6.18-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-11-27Merge tag 'linux-can-next-for-6.19-20251126' of git://git.kernel.org/pub/scm/...Paolo Abeni
2025-11-27mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_...Kuniyuki Iwashima
2025-11-27net: mctp: unconditionally set skb->dev on dst outputJeremy Kerr
2025-11-27libceph: prevent potential out-of-bounds writes in handle_auth_session_key()ziming zhang
2025-11-27libceph: replace BUG_ON with bounds check for map->max_osdziming zhang
2025-11-27ceph: fix crash in process_v2_sparse_read() for encrypted directoriesViacheslav Dubeyko
2025-11-26Merge tag 'linux-can-fixes-for-6.18-20251126' of git://git.kernel.org/pub/scm...Jakub Kicinski
2025-11-26mptcp: clear scheduled subflows on retransmitPaolo Abeni
2025-11-26phy: add hwtstamp_get callback to phy driversVadim Fedorenko
2025-11-26libceph: drop started parameter of __ceph_open_session()Ilya Dryomov
2025-11-26libceph: fix potential use-after-free in have_mon_and_osd_map()Ilya Dryomov
2025-11-26socket: Split out a getsockname helper for io_uringGabriel Krisman Bertazi
2025-11-26socket: Unify getsockname and getpeername implementationGabriel Krisman Bertazi
2025-11-26net/sched: em_canid: fix uninit-value in em_canid_matchShaurya Rane
2025-11-26can: raw: instantly reject unsupported CAN framesOliver Hartkopp
2025-11-26wifi: mac80211: allow sharing identical chanctx for S1G interfacesLachlan Hodges
2025-11-25xsk: avoid data corruption on cq descriptor numberFernando Fernandez Mancera
2025-11-25tcp: remove icsk->icsk_retransmit_timerEric Dumazet
2025-11-25tcp: introduce icsk->icsk_keepalive_timerEric Dumazet
2025-11-25net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet
2025-11-25tcp: rename icsk_timeout() to tcp_timeout_expires()Eric Dumazet
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen
2025-11-25net: dsa: append ethtool counters of all hidden ports to conduitVladimir Oltean
2025-11-25net: dsa: use kernel data types for ethtool ops on conduitVladimir Oltean
2025-11-25net: dsa: cpu_dp->orig_ethtool_ops might be NULLVladimir Oltean
2025-11-25net_sched: use qdisc_dequeue_drop() in cake, codel, fq_codelEric Dumazet
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet