netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-27 09:25:00 to 2025-01-28 08:47:41 UTC [more...]

[PATCH bpf-next v7 00/13] net-timestamp: bpf extension to equip applications transparently
 2025-01-28  8:46 UTC  (13+ messages)
` [PATCH bpf-next v7 01/13] net-timestamp: add support for bpf_setsockopt()
` [PATCH bpf-next v7 02/13] net-timestamp: prepare for timestamping callbacks use
` [PATCH bpf-next v7 03/13] bpf: stop unsafely accessing TCP fields in bpf callbacks
` [PATCH bpf-next v7 04/13] bpf: stop calling some sock_op BPF CALLs in new timestamping callbacks
` [PATCH bpf-next v7 05/13] net-timestamp: prepare for isolating two modes of SO_TIMESTAMPING
` [PATCH bpf-next v7 06/13] net-timestamp: support SCM_TSTAMP_SCHED for bpf extension
` [PATCH bpf-next v7 07/13] net-timestamp: support sw SCM_TSTAMP_SND "
` [PATCH bpf-next v7 08/13] net-timestamp: support hw "
` [PATCH bpf-next v7 09/13] net-timestamp: support SCM_TSTAMP_ACK "
` [PATCH bpf-next v7 10/13] net-timestamp: make TCP tx timestamp bpf extension work
` [PATCH bpf-next v7 11/13] net-timestamp: add a new callback in tcp_tx_timestamp()
` [PATCH bpf-next v7 12/13] net-timestamp: introduce cgroup lock to avoid affecting non-bpf cases

[PATCH net-next v6 00/12] Begin upstreaming Homa transport protocol
 2025-01-28  8:27 UTC  (30+ messages)
` [PATCH net-next v6 03/12] net: homa: create shared Homa header files
` [PATCH net-next v6 04/12] net: homa: create homa_pool.h and homa_pool.c
` [PATCH net-next v6 05/12] net: homa: create homa_rpc.h and homa_rpc.c
` [PATCH net-next v6 06/12] net: homa: create homa_peer.h and homa_peer.c
` [PATCH net-next v6 07/12] net: homa: create homa_sock.h and homa_sock.c
` [PATCH net-next v6 08/12] net: homa: create homa_incoming.c

[PATCH v9 0/8] rust: Add IO polling
 2025-01-28  6:29 UTC  (8+ messages)
` [PATCH v9 1/8] sched/core: Add __might_sleep_precision()
` [PATCH v9 7/8] rust: Add read_poll_timeout functions

[RFC v8 0/5] fix two bugs related to page_pool
 2025-01-28  6:12 UTC  (3+ messages)
` [RFC v8 3/5] page_pool: fix IOMMU crash when driver has already unbound

[Patch net v2 0/4] net_sched: two security bug fixes and test cases
 2025-01-28  4:25 UTC  (5+ messages)
` [Patch net v2 2/4] selftests/tc-testing: Add a test case for pfifo_head_drop qdisc when limit==0

[PATCH RFC net-next v1 0/5] Device memory TCP TX
 2025-01-28  3:51 UTC  (14+ messages)
` [PATCH RFC net-next v1 1/5] net: add devmem TCP TX documentation
` [PATCH RFC net-next v1 3/5] net: add get_netmem/put_netmem support
` [PATCH RFC net-next v1 5/5] net: devmem: Implement TX path

[PATCH RFC net-next 0/2] Add SGMII port support to KSZ9477 switch
 2025-01-28  3:32 UTC  (3+ messages)
` [PATCH RFC net-next 1/2] net: pcs: xpcs: Add special code to operate in Microchip "
` [PATCH RFC net-next 2/2] net: dsa: microchip: Add SGMII port support to "

[PATCH net 0/3] net: stmmac: Fix usage of maximum queue number macros
 2025-01-28  2:42 UTC  (11+ messages)
` [PATCH net 1/3] net: stmmac: Fix use of queue max macros for Rx interrupt name
` [PATCH net 2/3] net: stmmac: Fix use of queue max macros for Rx coalesce
` [PATCH net 3/3] net: stmmac: Fix use of queue max macros for irq statistics

[RFC PATCH net-next v6 00/13] net-timestamp: bpf extension to equip applications transparently
 2025-01-28  1:34 UTC  (10+ messages)
` [RFC PATCH net-next v6 03/13] bpf: stop UDP sock accessing TCP fields in bpf callbacks
` [RFC PATCH net-next v6 13/13] bpf: add simple bpf tests in the tx path for so_timestamping feature

[GIT PULL] virtio: features, fixes, cleanups
 2025-01-28  1:07 UTC  (2+ messages)

[PATCH] kasan, mempool: don't store free stacktrace in io_alloc_cache objects
 2025-01-28  1:03 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH net 0/8][pull request] Intel Wired LAN Driver Updates 2025-01-24 (idpf, ice, iavf)
 2025-01-28  1:00 UTC  (2+ messages)

[net,v3] tcp: correct handling of extreme memory squeeze
 2025-01-28  0:52 UTC  (2+ messages)

[PATCH 1/5] xfrm: replay: Fix the update of replay_esn->oseq_hi for GSO
 2025-01-28  0:20 UTC  (2+ messages)

[RFC v2 00/38] Improve ABI documentation generation
 2025-01-28  0:06 UTC  (2+ messages)
` [RFC v2 33/38] docs: networking: Allow creating cross-references statistics ABI

[PATCH net 0/3] mptcp: fixes addressing syzbot reports
 2025-01-28  0:00 UTC  (2+ messages)

[linus:master] [tcp_cubic] 25c1a9ca53: packetdrill.packetdrill/gtests/net/tcp/cubic/cubic-bulk-166k-idle-restart_ipv4-mapped-v6.fail
 2025-01-27 23:30 UTC  (5+ messages)

[PATCH v1 net-next 4/4] net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net()
 2025-01-27 23:26 UTC  (6+ messages)

[PATCH net v3] bonding: Correctly support GSO ESP offload
 2025-01-27 23:25 UTC  (4+ messages)

[PATCH net 1/2] net: xdp: Disallow attaching device-bound programs in generic mode
 2025-01-27 23:23 UTC  (5+ messages)
` [PATCH net 2/2] selftests/net: Add test for loading devbound XDP program "

[PATCH net v2] net: davicom: fix UAF in dm9000_drv_remove
 2025-01-27 23:10 UTC  (2+ messages)

[PATCH net] rxrpc, afs: Fix peer hash locking vs RCU callback
 2025-01-27 23:10 UTC  (2+ messages)

[PATCH net] vxlan: Fix uninit-value in vxlan_vnifilter_dump()
 2025-01-27 23:10 UTC  (3+ messages)

[PATCH net v3] net: phy: c45-tjaxx: add delay between MDIO write and read in soft_reset
 2025-01-27 23:10 UTC  (2+ messages)

[PATCH net] selftests: net/{lib,openvswitch}: extend CFLAGS to keep options from environment
 2025-01-27 23:04 UTC  (5+ messages)

[PATCH net] netdevsim: don't assume core pre-populates HDS params on GET
 2025-01-27 22:50 UTC  (2+ messages)

[PATCH net] tools: ynl: c: correct reverse decode of empty attrs
 2025-01-27 22:40 UTC  (2+ messages)

[PATCH RESEND net] ptp: Ensure info->enable callback is always set
 2025-01-27 22:40 UTC  (2+ messages)

[PATCH net] MAINTAINERS: add Paul Fertser as a NC-SI reviewer
 2025-01-27 22:40 UTC  (2+ messages)

[PATCH net v3 0/7] eth: fix calling napi_enable() in atomic context
 2025-01-27 22:40 UTC  (2+ messages)

[PATCH net] vmxnet3: Fix tx queue race condition with XDP
 2025-01-27 22:36 UTC  (3+ messages)

[RFC net-next v3 0/4] virtio_net: Link queues to NAPIs
 2025-01-27 22:32 UTC  (18+ messages)
` [RFC net-next v3 1/4] net: protect queue -> napi linking with netdev_lock()
` [RFC net-next v3 2/4] virtio_net: Prepare for NAPI to queue mapping

[PATCH net] net: rose: fix timer races against user threads
 2025-01-27 22:30 UTC  (2+ messages)

[PATCH net] net: netdevsim: try to close UDP port harness races
 2025-01-27 22:30 UTC  (2+ messages)

[PATCH net] net/mlx5e: add missing cpu_to_node to kvzalloc_node in mlx5e_open_xdpredirect_sq
 2025-01-27 22:30 UTC  (2+ messages)

[PATCH net v3] net: the appletalk subsystem no longer uses ndo_do_ioctl
 2025-01-27 22:30 UTC  (2+ messages)

[PATCH] net: stmmac: dwmac-loongson: Set correct {tx,rx}_fifo_size
 2025-01-27 22:06 UTC  (2+ messages)

[PATCH net v2 0/6] vsock: Transport reassignment and error handling issues
 2025-01-27 21:49 UTC  (2+ messages)

[PATCH 0/2] Bluetooth: MGMT: Deadcode cleanup
 2025-01-27 21:37 UTC  (3+ messages)
` [PATCH 1/2] Bluetooth: MGMT: Remove unused mgmt_pending_find_data
` [PATCH 2/2] Bluetooth: MGMT: Remove unused mgmt_*_discovery_complete

[PATCH net 0/2] udplookup: Rescan udp hash chains if cross-linked
 2025-01-27 21:26 UTC  (5+ messages)
` [PATCH net 1/2] udp4: "
  ` [PATCH net 2/2] udp6: "

[PATCH iwl-net] idpf: fix handling rsc packet with a single segment
 2025-01-27 20:59 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH iwl-net v1 0/4] fix locking issue
 2025-01-27 20:55 UTC  (5+ messages)

[PATCH ethtool-next 00/14] Add JSON output to --module-info
 2025-01-27 20:16 UTC  (7+ messages)
` [PATCH ethtool-next 05/14] qsfp: Refactor sff8636_show_dom() by moving code into separate functions
` [PATCH ethtool-next 08/14] cmis: Enable JSON output support in CMIS modules
` [PATCH ethtool-next 09/14] qsfp: Add JSON output handling to --module-info in SFF8636 modules

[syzbot] [net?] [s390?] KASAN: slab-use-after-free Read in __pnet_find_base_ndev (2)
 2025-01-27 20:14 UTC  (2+ messages)
` [PATCH] net/smc: Fix traversal in __pnet_find_base_ndev

[PATCH v1 0/9] Fixes multiple sysctl bound checks
 2025-01-27 20:00 UTC  (12+ messages)
` [PATCH v1 1/9] sysctl: Fixes nf_conntrack_max bounds
` [PATCH v1 2/9] sysctl: Fixes nf_conntrack_expect_max bounds
` [PATCH v1 3/9] sysctl: Fixes gc_thresh bounds
` [PATCH v1 4/9] sysctl: Fixes idmap_cache_timeout bounds
` [PATCH v1 5/9] sysctl: Fixes nsm_local_state bounds
` [PATCH v1 6/9] sysctl/coda: Fixes timeout bounds
` [PATCH v1 7/9] sysctl: Fixes scsi_logging_level bounds
` [PATCH v1 8/9] sysctl/infiniband: Fixes infiniband sysctl bounds
` [PATCH v1 9/9] sysctl: Fixes max-user-freq bounds

[RFC PATCH v2 0/8] Fix non-TCP restriction and inconsistency of TCP errors
 2025-01-27 19:48 UTC  (10+ messages)
` [RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction

[PATCH net] net: page_pool: don't try to stash the napi id
 2025-01-27 19:41 UTC  (7+ messages)

[pull request][net-next 00/11] mlx5 updates 2025-01-16
 2025-01-27 19:27 UTC  (11+ messages)
` [net-next 10/11] net/mlx5e: Implement queue mgmt ops and single channel swap

[PATCH bpf-next v6 0/4] xsk: TX metadata Launch Time support
 2025-01-27 19:20 UTC  (10+ messages)
` [PATCH bpf-next v6 4/4] igc: Add launch time support to XDP ZC
          ` [xdp-hints] "

[PATCH net-next RFC v2 0/6] net: phy: Introduce a port representation
 2025-01-27 19:07 UTC  (3+ messages)
` [PATCH net-next RFC v2 6/6] dt-bindings: net: Introduce the phy-port description

[PATCH net v4 0/3] Limit devicetree parameters to hardware capability
 2025-01-27 18:24 UTC  (7+ messages)
` [PATCH net v4 1/3] net: stmmac: Limit the number of MTL queues "
` [PATCH net v4 2/3] net: stmmac: Limit FIFO size by "
` [PATCH net v4 3/3] net: stmmac: Specify hardware capability value when FIFO size isn't specified

[PATCH net v2] bgmac: reduce max frame size to support just MTU 1500
 2025-01-27 17:51 UTC 

[Patch net 0/4] net_sched: two security bug fixes and test cases
 2025-01-27 17:54 UTC  (6+ messages)
` [Patch net 2/4] Add test case to check for pfifo_tail_enqueue() behaviour when limit == 0

[GIT PULL] Networking for v6.13-rc7
 2025-01-27 17:39 UTC  (12+ messages)

[PATCH net] bgmac: reduce max frame size to support just MTU 1500
 2025-01-27 17:22 UTC  (2+ messages)

[PATCH RFC net-next v3 0/8] netconsole: Add support for CPU population
 2025-01-27 17:10 UTC  (6+ messages)
` [PATCH RFC net-next v3 8/8] netconsole: docs: Add documentation for CPU number auto-population

[PATCH net-next v2 0/4] Add support to do threaded napi busy poll
 2025-01-27 17:06 UTC  (2+ messages)

[PATCH 0/8] nfsd: CB_SEQUENCE error handling fixes and cleanups
 2025-01-27 17:00 UTC  (7+ messages)
` [PATCH 1/8] nfsd: don't restart v4.1+ callback when RPC_SIGNALLED is set

[PATCH] udp: gso: fix MTU check for small packets
 2025-01-27 17:00 UTC  (3+ messages)

[net,v2] tcp: correct handling of extreme memory squeeze
 2025-01-27 16:37 UTC  (15+ messages)

[PATCH v4 0/6] Enable strict percpu address space checks
 2025-01-27 16:05 UTC  (7+ messages)
` [PATCH v4 1/6] x86/kgdb: Use IS_ERR_PCPU() macro
` [PATCH v4 2/6] compiler.h: Introduce TYPEOF_UNQUAL() macro
` [PATCH v4 3/6] percpu: Use TYPEOF_UNQUAL() in variable declarations
` [PATCH v4 4/6] percpu: Use TYPEOF_UNQUAL() in *_cpu_ptr() accessors
` [PATCH v4 5/6] percpu: Repurpose __percpu tag as a named address space qualifier
` [PATCH v4 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers

[PATCH bpf v9 0/5] bpf: fix wrong copied_seq calculation and add tests
 2025-01-27 16:04 UTC  (3+ messages)

[ANN] netdev call - Jan 27th
 2025-01-27 15:57 UTC  (2+ messages)

[syzbot] [mm?] INFO: rcu detected stall in sys_umount (3)
 2025-01-27 15:31 UTC 

[PATCH iwl-next v3] ixgbe: Fix possible skb NULL pointer dereference
 2025-01-27 15:09 UTC  (2+ messages)

Possible mistake in commit 3ca459eaba1b ("tun: fix group permission check")
 2025-01-27 14:58 UTC  (4+ messages)

[PATCH net] ethtool: Fix set RXNFC command with symmetric RSS hash
 2025-01-27 15:01 UTC  (3+ messages)

[PATCH net-next v7 0/8] fix two bugs related to page_pool
 2025-01-27 13:47 UTC  (9+ messages)
` [PATCH net-next v7 2/8] page_pool: fix timing for checking and disabling napi_local

[PATCH v2 5.10] net: defer final 'struct net' free in netns dismantle
 2025-01-27 13:42 UTC  (2+ messages)

[PATCH net-next v3 0/4] net: stmmac: RX performance improvement
 2025-01-27 13:28 UTC  (10+ messages)
` [PATCH net-next v3 1/4] net: stmmac: Switch to zero-copy in non-XDP RX path

[PATCH 00/34] address all -Wunused-const warnings
 2025-01-27 13:24 UTC  (2+ messages)

[PATCH net] net: dsa: microchip: ksz9477: fix multicast filtering
 2025-01-27 12:54 UTC  (10+ messages)

[PATCH v2 net-next] ixgbe: Fix endian handling for ACI descriptor registers
 2025-01-27 11:30 UTC  (7+ messages)

[PATCH] documentation: networking: fix spelling mistakes
 2025-01-27 10:52 UTC  (5+ messages)

[PATCH v3 0/4] Enable ethernet on qcs615
 2025-01-27 10:49 UTC  (6+ messages)
` [PATCH v3 2/4] net: stmmac: dwmac-qcom-ethqos: Mask PHY mode if configured with rgmii-id

[PATCH v4 0/4] net: stmmac: dwc-qos: Add FSD EQoS support
 2025-01-27  9:45 UTC  (4+ messages)
  ` [PATCH v4 2/4] "

[PATCH net v2 0/2] Fix missing rtnl lock in suspend path
 2025-01-27 10:28 UTC  (5+ messages)
` [PATCH net v2 1/2] net: ravb: "

[PATCH] net/ncsi: use dev_set_mac_address() for Get MC MAC Address handling
 2025-01-27  9:30 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).