summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2026-06-10bonding: 3ad: add lacp_strict configuration knobLouis Scalbert
2026-06-09net: add retry mechanism to ndo_set_rx_mode_asyncStanislav Fomichev
2026-06-09net: change ndo_set_rx_mode_async return type to intStanislav Fomichev
2026-06-09net: mana: Cache MANA_QUERY_LINK_CONFIG result to avoid repeated HWC queriesErni Sri Satya Vennela
2026-06-09net: mscc: ocelot: validate netdev belongs to switch in .netdev_to_port()David Yang
2026-06-09net: mana: Add support for PF device 0x00C1Haiyang Zhang
2026-06-09RDMA/mana_ib: Allocate interrupt contexts on EQsLong Li
2026-06-09net: mana: Allocate interrupt context for each EQ when creating vPortLong Li
2026-06-09net: mana: Introduce GIC context with refcounting for interrupt managementLong Li
2026-06-09net: mana: Query device capabilities and configure MSI-X sharing for EQsLong Li
2026-06-09net: mana: Create separate EQs for each vPortLong Li
2026-06-09net: ncsi: Set ncsi_stop_dev() to inline while NET_NCSI not enabledMinda Chen
2026-06-09docs: net: ethtool: document ops-locked drivers and op_needs_rtnlJakub Kicinski
2026-06-09net: ethtool: optionally skip rtnl_lock on IOCTL pathJakub Kicinski
2026-06-09net: ethtool: optionally skip rtnl_lock in ethnl_act_module_fw_flash()Jakub Kicinski
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for SET opsJakub Kicinski
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for GET opsJakub Kicinski
2026-06-09net: ethtool: make dev->hwprov ops-protectedJakub Kicinski
2026-06-09net: ethtool: relax ethnl_req_get_phydev() locking assertionJakub Kicinski
2026-06-09netconsole: do not dequeue pooled skbs that cannot satisfy lenBreno Leitao
2026-06-09net/sched: Update function name in TCQ_F_NOPARENT commentVictor Nogueira
2026-06-08tls: Suppress spurious saved_data_ready on all receive pathsChuck Lever
2026-06-08if_ether.h: add 802.1AC, warn about GRE 0x00FEDavid 'equinox' Lamparter
2026-06-08ip6mr: Define net->ipv6.{ip6mr_notifier_ops,ipmr_seq} under CONFIG_IPV6_MROUTE.Kuniyuki Iwashima
2026-06-08ip6mr: Replace RTNL with a dedicated mutex for MFC.Kuniyuki Iwashima
2026-06-08net: Remove rtnl_held of struct fib_dump_filter.Kuniyuki Iwashima
2026-06-08Merge tag 'batadv-next-pullrequest-20260605' of https://git.open-mesh.org/batadvJakub Kicinski
2026-06-08Merge tag 'nf-next-26-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-06-08Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2026-06-07net/mlx5: Add sd_group_size bits for SD managementShay Drory
2026-06-07net/mlx5: Update IFC allowed_list_size field bitsDragos Tatulea
2026-06-05bridge: add bridge_flags_bit enumEric Dumazet
2026-06-05netfilter: conntrack: revert ct extension genid infrastructurePablo Neira Ayuso
2026-06-05netfilter: nf_conntrack_helper: add refcounting from datapathPablo Neira Ayuso
2026-06-05netfilter: nf_conntrack_pptp: move GRE specific cleanup to GRE trackerPablo Neira Ayuso
2026-06-05netfilter: nf_conntrack_helper: dynamically allocate struct nf_conntrack_helperPablo Neira Ayuso
2026-06-05netfilter: cttimeout: detach dataplane timeout policy and repurpose refcountPablo Neira Ayuso
2026-06-05ipvs: add conn_max sysctl to limit connectionsJulian Anastasov
2026-06-05batman-adv: uapi: keep kernel-doc in struct member orderSven Eckelmann
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-04Merge tag 'net-7.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-06-04net: ethtool: add netif_get_link_ksettings() for correct ops-locked useJakub Kicinski
2026-06-04net: ethtool: cmis_cdb: hold instance lock for ops locked devicesJakub Kicinski
2026-06-04net: rename netdev_ops_assert_locked()Jakub Kicinski
2026-06-04Merge tag 'trace-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-06-04net/sched: fix pedit partial COW leading to page cache corruptionRajat Gupta
2026-06-04tracing: Fix CFI violation in probestub being called by tprobesEva Kurchatova
2026-06-03Merge tag 'for-net-2026-06-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-06-03mptcp: change mptcp_established_options() to return opt_sizeEric Dumazet
2026-06-03mptcp: fix uninit-value in mptcp_established_optionsPaolo Abeni