Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-22 11:36:05 to 2023-12-23 14:54:19 UTC [more...]

[PATCH 5/5] net: ethernet: altera: rename functions and their prototypes
 2023-12-23 14:54 UTC  (4+ messages)
` [PATCH v2 0/4] Rename functions and their prototypes and move to common files
  ` [PATCH v2 4/4] net: ethernet: altera: rename functions and their prototypes

[PATCH net-next 0/5] net/sched: Remove UAPI support for retired TC qdiscs and classifiers
 2023-12-23 14:01 UTC  (6+ messages)
` [PATCH net-next 1/5] net/sched: Remove uapi support for rsvp classifier
` [PATCH net-next 2/5] net/sched: Remove uapi support for tcindex classifier
` [PATCH net-next 3/5] net/sched: Remove uapi support for dsmark qdisc
` [PATCH net-next 4/5] net/sched: Remove uapi support for ATM qdisc
` [PATCH net-next 5/5] net/sched: Remove uapi support for CBQ qdisc

[PATCH V1] net: qrtr: ns: Ignore ENODEV failures in ns
 2023-12-23 13:58 UTC  (4+ messages)
` [PATCH V1] net: qrtr: ns: Return 0 if server port is not present

[PATCH net-next v2 0/8] add octeon_ep_vf driver
 2023-12-23 13:40 UTC  (9+ messages)
` [PATCH net-next v2 1/8] octeon_ep_vf: Add driver framework and device initialization
` [PATCH net-next v2 2/8] octeon_ep_vf: add hardware configuration APIs
` [PATCH net-next v2 3/8] octeon_ep_vf: add VF-PF mailbox communication
` [PATCH net-next v2 4/8] octeon_ep_vf: add Tx/Rx ring resource setup and cleanup
` [PATCH net-next v2 5/8] octeon_ep_vf: add support for ndo ops
` [PATCH net-next v2 6/8] octeon_ep_vf: add Tx/Rx processing and interrupt support
` [PATCH net-next v2 7/8] octeon_ep_vf: add ethtool support
` [PATCH net-next v2 8/8] octeon_ep_vf: update MAINTAINERS

[PATCH v5 37/40] netfs: Optimise away reads above the point at which there can be no data
 2023-12-23 13:32 UTC  (8+ messages)
` [PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
    ` [PATCH] Fix oops in NFS
  ` [PATCH] Fix EROFS Kconfig

[PATCH net-next 08/13] bnxt_en: Refactor filter insertion logic in bnxt_rx_flow_steer()
 2023-12-23 13:07 UTC  (2+ messages)

[PATCH net] selftests: bonding: do not set port down when adding to bond
 2023-12-23 12:59 UTC 

[RFC iproute2-next] remove support for iptables action
 2023-12-23 12:31 UTC  (2+ messages)

[PATCH net-next v3 3/3] net: add netmem_ref to skb_frag_t
 2023-12-23 11:16 UTC  (4+ messages)

[RFC PATCH net-next 00/10] selftests: Add TEST_INCLUDES directive and adjust tests to use it
 2023-12-23  9:27 UTC  (12+ messages)
` [RFC PATCH net-next 01/10] selftests: bonding: Change script interpreter
` [RFC PATCH net-next 02/10] selftests: forwarding: Remove executable bits from lib.sh
` [RFC PATCH net-next 03/10] selftests: forwarding: Import top-level lib.sh through absolute path
` [RFC PATCH net-next 04/10] selftests: forwarding: Simplify forwarding.config import logic
` [RFC PATCH net-next 05/10] selftests: Introduce Makefile variable to list shared bash scripts
` [RFC PATCH net-next 06/10] selftests: forwarding: Add net/lib.sh to TEST_INCLUDES
` [RFC PATCH net-next 07/10] selftests: bonding: Add lib.sh scripts "
` [RFC PATCH net-next 08/10] selftests: team: "
` [RFC PATCH net-next 09/10] selftests: team: Add shared library script "
` [RFC PATCH net-next 10/10] selftests: dsa: Replace symlinks by wrapper script

[PATCH iwl-next v2] i40e: add trace events related to SFP module IOCTLs
 2023-12-23  9:18 UTC  (3+ messages)

[PATCH v6 00/40] ep93xx device tree conversion
 2023-12-23  9:12 UTC  (3+ messages)

[REGRESSION] net/ipv6/addrconf: Temporary addresses with short lifetimes generating when they shouldn't, causing applications to fail
 2023-12-23  8:42 UTC  (4+ messages)
  ` [PATCH net] net: ipv6/addrconf: clamp temporary address's preferred lifetime to public address's

[PATCH v1] net/ps3_gelic_net: Add gelic_descr structures
 2023-12-23  7:28 UTC 

[PATCH] connector: Fix proc_event_num_listeners count not cleared
 2023-12-23  6:50 UTC 

[PATCH net-next 04/13] bnxt_en: Refactor L2 filter alloc/free firmware commands
 2023-12-23  6:22 UTC  (3+ messages)

[PATCH net-next 3/3] selftests/net: fix GRO coalesce test and add ext
 2023-12-23  5:52 UTC  (2+ messages)

[PATCH] net: phy: linux/phy.h: fix Excess kernel-doc description warning
 2023-12-23  5:06 UTC 

[PATCH net-next v2 00/13] bnxt_en: Add basic ntuple filter support
 2023-12-23  4:22 UTC  (14+ messages)
` [PATCH net-next v2 01/13] bnxt_en: Refactor bnxt_ntuple_filter structure
` [PATCH net-next v2 02/13] bnxt_en: Add bnxt_l2_filter hash table
` [PATCH net-next v2 03/13] bnxt_en: Re-structure the bnxt_ntuple_filter structure
` [PATCH net-next v2 04/13] bnxt_en: Refactor L2 filter alloc/free firmware commands
` [PATCH net-next v2 05/13] bnxt_en: Add function to calculate Toeplitz hash
` [PATCH net-next v2 06/13] bnxt_en: Add bnxt_lookup_ntp_filter_from_idx() function
` [PATCH net-next v2 07/13] bnxt_en: Add new BNXT_FLTR_INSERTED flag to bnxt_filter_base struct
` [PATCH net-next v2 08/13] bnxt_en: Refactor filter insertion logic in bnxt_rx_flow_steer()
` [PATCH net-next v2 09/13] bnxt_en: Refactor the hash table logic for ntuple filters
` [PATCH net-next v2 10/13] bnxt_en: Refactor ntuple filter removal logic in bnxt_cfg_ntp_filters()
` [PATCH net-next v2 11/13] bnxt_en: Add ntuple matching flags to the bnxt_ntuple_filter structure
` [PATCH net-next v2 12/13] bnxt_en: Add support for ntuple filters added from ethtool
` [PATCH net-next v2 13/13] bnxt_en: Add support for ntuple filter deletion by ethtool

[PATCH RFC net-next 00/34] Christmas 3-serie XDP for idpf (+generic stuff)
 2023-12-23  2:55 UTC  (35+ messages)
` [PATCH RFC net-next 01/34] idpf: reuse libie's definitions of parsed ptype structures
` [PATCH RFC net-next 02/34] idpf: pack &idpf_queue way more efficiently
` [PATCH RFC net-next 03/34] idpf: remove legacy Page Pool Ethtool stats
` [PATCH RFC net-next 04/34] libie: support different types of buffers for Rx
` [PATCH RFC net-next 05/34] idpf: convert header split mode to libie + napi_build_skb()
` [PATCH RFC net-next 06/34] idpf: use libie Rx buffer management for payload buffer
` [PATCH RFC net-next 07/34] libie: add Tx buffer completion helpers
` [PATCH RFC net-next 08/34] idpf: convert to libie Tx buffer completion
` [PATCH RFC net-next 09/34] bpf, xdp: constify some bpf_prog * function arguments
` [PATCH RFC net-next 10/34] xdp: constify read-only arguments of some static inline helpers
` [PATCH RFC net-next 11/34] xdp: allow attaching already registered memory model to xdp_rxq_info
` [PATCH RFC net-next 12/34] xdp: add generic xdp_buff_add_frag()
` [PATCH RFC net-next 13/34] xdp: add generic xdp_build_skb_from_buff()
` [PATCH RFC net-next 14/34] xdp: get rid of xdp_frame::mem.id
` [PATCH RFC net-next 15/34] page_pool: add inline helper to sync VA for device (for XDP_TX)
` [PATCH RFC net-next 16/34] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
` [PATCH RFC net-next 17/34] libie: support native XDP and register memory model
` [PATCH RFC net-next 18/34] libie: add a couple of XDP helpers
` [PATCH RFC net-next 19/34] idpf: stop using macros for accessing queue descriptors
` [PATCH RFC net-next 20/34] idpf: make complq cleaning dependent on scheduling mode
` [PATCH RFC net-next 21/34] idpf: prepare structures to support xdp
` [PATCH RFC net-next 22/34] idpf: implement XDP_SETUP_PROG in ndo_bpf for splitq
` [PATCH RFC net-next 23/34] idpf: use generic functions to build xdp_buff and skb
` [PATCH RFC net-next 24/34] idpf: add support for XDP on Rx
` [PATCH RFC net-next 25/34] idpf: add support for .ndo_xdp_xmit()
` [PATCH RFC net-next 26/34] xdp: add generic XSk xdp_buff -> skb conversion
` [PATCH RFC net-next 27/34] idpf: add support for sw interrupt
` [PATCH RFC net-next 28/34] idpf: add relative queue id member to idpf_queue
` [PATCH RFC net-next 29/34] idpf: add vc functions to manage selected queues
` [PATCH RFC net-next 30/34] idpf: move search rx and tx queues to header
` [PATCH RFC net-next 31/34] idpf: add XSk pool initialization
` [PATCH RFC net-next 32/34] idpf: implement Tx path for AF_XDP
` [PATCH RFC net-next 33/34] idpf: implement Rx "
` [PATCH RFC net-next 34/34] idpf: enable XSk features and ndo_xsk_wakeup

[PATCH v1] net: wwan: t7xx: Add fastboot interface
 2023-12-23  1:50 UTC  (2+ messages)

[PATCH net-next v3 0/8] dpaa2-switch: small improvements
 2023-12-23  1:20 UTC  (2+ messages)

[PATCH net-next v11 00/10] net: ethernet: am65-cpsw: Add mqprio, frame preemption & coalescing
 2023-12-23  1:10 UTC  (2+ messages)

[PATCH net-next v3 0/8] net: dsa: realtek: variants to drivers, interfaces to a common module
 2023-12-23  0:46 UTC  (9+ messages)
` [PATCH net-next v3 1/8] net: dsa: realtek: drop cleanup from realtek_ops
` [PATCH net-next v3 2/8] net: dsa: realtek: convert variants into real drivers
` [PATCH net-next v3 3/8] net: dsa: realtek: common realtek-dsa module
` [PATCH net-next v3 4/8] net: dsa: realtek: merge common and interface modules into realtek-dsa
` [PATCH net-next v3 5/8] net: dsa: realtek: get internal MDIO node by name
` [PATCH net-next v3 6/8] net: dsa: realtek: migrate user_mii_bus setup to realtek-dsa
` [PATCH net-next v3 7/8] net: dsa: realtek: embed dsa_switch into realtek_priv
` [PATCH net-next v3 8/8] Revert "net: dsa: OF-ware slave_mii_bus"

[PATCH] selftests/net: remove unneeded semicolon
 2023-12-23  0:30 UTC  (2+ messages)

[PATCH net-next 0/8] Convert net selftests to run in unique namespace (last part)
 2023-12-23  0:30 UTC  (2+ messages)

[PATCH net-next] selftest/tcp-ao: Rectify out-of-tree build
 2023-12-22 23:30 UTC  (2+ messages)

[PATCH] net: skbuff: Remove some excess struct-member documentation
 2023-12-22 23:20 UTC  (2+ messages)

[PATCH] tipc: Remove some excess struct member documentation
 2023-12-22 23:20 UTC  (2+ messages)

[PATCH net-next v2 0/7] net: dsa: realtek: variants to drivers, interfaces to a common module
 2023-12-22 22:32 UTC  (21+ messages)
` [PATCH net-next v2 1/7] net: dsa: realtek: drop cleanup from realtek_ops
` [PATCH net-next v2 5/7] net: dsa: realtek: Migrate user_mii_bus setup to realtek-dsa

[RFC nf-next v3 0/2] netfilter: bpf: support prog update
 2023-12-22 22:23 UTC  (5+ messages)
` [RFC nf-next v3 1/2] "

[PATCH][next] selftests/net: Fix various spelling mistakes in TCP-AO tests
 2023-12-22 22:20 UTC  (2+ messages)

[PATCH RESEND v2 net-next 00/12] tcp: Refactor bhash2 and remove sk_bind2_node
 2023-12-22 22:20 UTC  (2+ messages)

[net-next PATCH v4 0/4] net: phy: generic polarity + LED support for qca808x
 2023-12-22 22:09 UTC  (8+ messages)
` [net-next PATCH v4 1/4] dt-bindings: net: phy: Document new LEDs polarity property

[PATCH net-next v1 0/4] net: stmmac: Enable Per DMA Channel interrupt
 2023-12-22 21:56 UTC  (10+ messages)
` [PATCH net-next v1 1/4] dt-bindings: net: snps,dwmac: per channel irq
` [PATCH net-next v1 2/4] net: stmmac: Make MSI interrupt routine generic
` [PATCH net-next v1 3/4] net: stmmac: Add support for TX/RX channel interrupt
` [PATCH net-next v1 4/4] net: stmmac: Use interrupt mode INTM=1 for per channel irq

[PATCH iwl-net v2] idpf: enable WB_ON_ITR
 2023-12-22 21:46 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next] Revert "net: ethtool: add support for symmetric-xor RSS hash"
 2023-12-22 21:00 UTC 

[PATCH net-next v5 1/2] ptp: introduce PTP_CLOCK_EXTOFF event for the measured external offset
 2023-12-22 20:08 UTC  (2+ messages)

[PATCH net 0/1] Prevent DSA tags from breaking COE
 2023-12-22 19:08 UTC  (6+ messages)

[PATCH iwl-next v2 00/15] intel: use bitfield operations
 2023-12-22 18:48 UTC  (3+ messages)
` [PATCH iwl-next v2 15/15] idpf: refactor some missing field get/prep conversions
  ` [Intel-wired-lan] "

pull request: bluetooth-next 2023-12-22
 2023-12-22 18:46 UTC 

[PATCH iwl-net v2] idpf: fix corrupted frames and skb leaks in singleq mode
 2023-12-22 18:45 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next] sctp: fix busy polling
 2023-12-22 18:34 UTC  (4+ messages)

[PATCH iwl-net] idpf: avoid compiler introduced padding in virtchnl2_rss_key struct
 2023-12-22 18:32 UTC  (2+ messages)
` [Intel-wired-lan] "

pull-request: bluetooth 2023-12-15
 2023-12-22 18:20 UTC  (2+ messages)

[PATCH iproute2-next 00/20] bridge: vni: UI fixes
 2023-12-22 18:10 UTC  (2+ messages)

[PATCH iproute] configure: drop test for ATM
 2023-12-22 18:10 UTC  (2+ messages)

[PATCH net-next] Documentation: add pyyaml to requirements.txt
 2023-12-22 17:40 UTC  (2+ messages)

[PATCH net v3] r8169: Fix PCI error on system resume
 2023-12-22 17:38 UTC  (2+ messages)

[PATCH net v4 0/3] Fix a regression in the Gemini ethernet controller
 2023-12-22 17:36 UTC  (4+ messages)
` [PATCH net v4 1/3] net: ethernet: cortina: Drop software checksum and TSO
` [PATCH net v4 2/3] if_ether: Add an accessor to read the raw ethertype
` [PATCH net v4 3/3] net: ethernet: cortina: Bypass checksumming engine of alien ethertypes

Urgent Bug Report Kernel crash 6.5.2
 2023-12-22 17:26 UTC  (10+ messages)

[PATCH net-next v1 1/8] octeon_ep_vf: Add driver framework and device initialization
 2023-12-22 17:13 UTC  (2+ messages)

[RFC PATCH v2 00/10] Add support for Intel PPS Generator
 2023-12-22 17:08 UTC  (3+ messages)
` [RFC PATCH v2 01/10] x86/tsc: Add base clock properties in clocksource structure

[PATCH] net/tcp_sigpool: Use kref_get_unless_zero()
 2023-12-22 17:08 UTC  (2+ messages)

[PATCH net-next v1 0/8] add octeon_ep_vf driver
 2023-12-22 16:33 UTC  (4+ messages)
` [PATCH net-next v1 4/8] octeon_ep_vf: add Tx/Rx ring resource setup and cleanup
    ` [EXT] "

[PATCH net] [v2] sfc: fix a double-free bug in efx_probe_filters
 2023-12-22 15:49 UTC 

[PATCH net] net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)
 2023-12-22 15:03 UTC  (2+ messages)

PHY issue with SJA1105Q/DP84849I Design
 2023-12-22 14:51 UTC  (2+ messages)

[PATCH net-next v8 0/3] Ethernet DWMAC5 fault IRQ support
 2023-12-22 14:35 UTC  (5+ messages)
` [PATCH net-next v8 3/3] net: stmmac: Add driver support for DWMAC5 common safety IRQ

pull-request: ieee802154 for net-next 2023-12-20
 2023-12-22 14:20 UTC  (2+ messages)

Congratulations! Order confirmed Noted Enroute Order in progress Customer satisfaction
 2023-12-22 14:15 UTC 

[PATCH net-next] selftests: forwarding: Import top-level lib.sh through $lib_dir
 2023-12-22 14:09 UTC  (10+ messages)

[net-next PATCH] octeontx2-af: Fix a double free issue
 2023-12-22 13:40 UTC  (2+ messages)

[RFC PATCH ipsec-next] xfrm: add forwarding ICMP error message
 2023-12-22 12:57 UTC  (5+ messages)
` [PATCH v4 ipsec-next 2/2] xfrm: fix source address in icmp error generation from IPsec gateway
` [PATCH v5 ipsec-next] xfrm: introduce forwarding of ICMP Error messages

[PATCH v5 0/3] arm64: add ethernet to orange pi 3 & one plus
 2023-12-22 12:52 UTC  (3+ messages)
` [PATCH v5 1/3] phy: handle optional regulator for PHY

[PATCH net-next 0/4] mptcp: add CurrEstab MIB counter
 2023-12-22 12:47 UTC  (5+ messages)
` [PATCH net-next 1/4] mptcp: add CurrEstab MIB counter support
` [PATCH net-next 2/4] mptcp: use mptcp_set_state
` [PATCH net-next 3/4] selftests: mptcp: join: check CURRESTAB counters
` [PATCH net-next 4/4] selftests: mptcp: diag: "

Stop traffic on an established ipsec tunnel
 2023-12-22 12:22 UTC 

[PATCH net-next 00/15][pull request] intel: use bitfield operations
 2023-12-22 12:20 UTC  (2+ messages)

[PATCH net-next v2] net: ctnetlink: support filtering by zone
 2023-12-22 12:01 UTC 

[PATCH net-next 0/8] Netfilter updates for net-next
 2023-12-22 11:57 UTC  (9+ messages)
` [PATCH net-next 1/8] netfilter: nf_tables: Pass const set to nft_get_set_elem
` [PATCH net-next 2/8] netfilter: nf_tables: Introduce nft_set_dump_ctx_init()
` [PATCH net-next 3/8] netfilter: nf_tables: Add locking for NFT_MSG_GETSETELEM_RESET requests
` [PATCH net-next 4/8] netfilter: nft_set_pipapo: prefer gfp_kernel allocation
` [PATCH net-next 5/8] netfilter: flowtable: reorder nf_flowtable struct members
` [PATCH net-next 6/8] netfilter: nf_tables: mark newset as dead on transaction abort
` [PATCH net-next 7/8] netfilter: ctnetlink: support filtering by zone
` [PATCH net-next 8/8] netfilter: nf_tables: validate chain type update if available

[PATCH net v2 0/1] net: ravb: fixes for the ravb driver
 2023-12-22 11:35 UTC  (2+ messages)
` [PATCH net v2 1/1] net: ravb: Wait for operation mode to be applied

[PATCH v5 04/40] netfs, fscache: Combine fscache with netfs
 2023-12-21 13:22 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).