messages from 2023-12-07 07:55:20 to 2023-12-07 19:07:50 UTC [more...]
[PATCH net-next v3 5/8] net: qualcomm: ipqess: add bridge offloading features to the IPQESS driver
2023-12-07 19:06 UTC (2+ messages)
[PATCH for-next v5 3/7] RDMA/rxe: Register IP mcast address
2023-12-07 19:07 UTC (4+ messages)
[PATCH net-next] ipv6: add debug checks in fib6_info_release()
2023-12-07 19:05 UTC (16+ messages)
[pull request][net V3 00/15] mlx5 fixes 2023-12-05
2023-12-07 19:03 UTC (5+ messages)
[PATCH bpf-next 0/8] BPF token support in libbpf's BPF object
2023-12-07 18:54 UTC (9+ messages)
` [PATCH bpf-next 1/8] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH bpf-next 2/8] libbpf: split feature detectors definitions from cached results
` [PATCH bpf-next 3/8] libbpf: further decouple feature checking logic from bpf_object
` [PATCH bpf-next 4/8] libbpf: move feature detection code into its own file
` [PATCH bpf-next 5/8] libbpf: wire up token_fd into feature probing logic
` [PATCH bpf-next 6/8] libbpf: wire up BPF token support at BPF object level
` [PATCH bpf-next 7/8] selftests/bpf: add BPF object loading tests with explicit token passing
` [PATCH bpf-next 8/8] selftests/bpf: add tests for BPF object load with implicit token
[PATCH] net: phy: Only resume phy if it is suspended
2023-12-07 18:50 UTC (6+ messages)
[PATCH net v2 0/4] bnxt_en: Misc. fixes
2023-12-07 18:41 UTC (12+ messages)
` [PATCH net v2 1/4] bnxt_en: Clear resource reservation during resume
` [PATCH net v2 2/4] bnxt_en: Fix skb recycling logic in bnxt_deliver_skb()
` [PATCH net v2 3/4] bnxt_en: Fix wrong return value check in bnxt_close_nic()
[PATCH net-next 00/15] MT7530 DSA subdriver improvements
2023-12-07 18:40 UTC (16+ messages)
` [PATCH net-next 01/15] net: dsa: mt7530: always trap frames to active CPU port on MT7530
` [PATCH net-next 05/15] net: dsa: mt7530: improve code path for setting up port 5
` [PATCH net-next 06/15] net: dsa: mt7530: do not set priv->p5_interface on mt7530_setup_port5()
` [PATCH net-next 07/15] net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabled
[PATCH net-next] i40e: remove fake support of rx-frames-irq
2023-12-07 18:36 UTC
[PATCH net] vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warning
2023-12-07 18:20 UTC (2+ messages)
[PATCH net] net/smc: fix missing byte order conversion in CLC handshake
2023-12-07 18:20 UTC (4+ messages)
[PATCH iwl-next] ice: alter feature support check for SRIOV and LAG
2023-12-07 18:21 UTC
[syzbot] [net?] WARNING in ip6_route_info_create
2023-12-07 18:19 UTC (2+ messages)
[PATCH net] tcp: fix tcp_disordered_ack() vs usec TS resolution
2023-12-07 18:13 UTC
[PATCH net] net: wangxun: fix changing mac failed when running
2023-12-07 18:10 UTC (3+ messages)
[PATCH v2 net] net: dsa: microchip: provide a list of valid protocols for xmit handler
2023-12-07 18:10 UTC (7+ messages)
Is xt_owner's owner_mt() racy with sock_orphan()? [worse with new TYPESAFE_BY_RCU file lifetime?]
2023-12-07 18:09 UTC (7+ messages)
[PATCH net 1/6] netfilter: bpf: fix bad registration on nf_defrag
2023-12-07 18:00 UTC (2+ messages)
[PATCH net 0/2] Generic netlink multicast fixes
2023-12-07 18:00 UTC (8+ messages)
` [PATCH net 1/2] psample: Require 'CAP_NET_ADMIN' when joining "packets" group
` [PATCH net 2/2] drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group
[PATCH net 0/2] fixes for ktls
2023-12-07 18:00 UTC (4+ messages)
` [PATCH net 1/2] net: tls, update curr on splice as well
[PATCH] ethernet: atheros: fix a memleak in atl1e_setup_ring_resources
2023-12-07 17:54 UTC (4+ messages)
` [EXT] "
pull-request: bpf 2023-12-06
2023-12-07 17:50 UTC (2+ messages)
[PATCH v4] net: usb: ax88179_178a: avoid failed operations when device is disconnected
2023-12-07 17:50 UTC (4+ messages)
` [PATCH v5] "
` [PATCH v6] "
[PATCH net v3] net: ethtool: do runtime PM outside RTNL
2023-12-07 17:40 UTC (5+ messages)
[PATCH net-next v9 0/4] Rust abstractions for network PHY drivers
2023-12-07 17:25 UTC (3+ messages)
` [PATCH net-next v9 1/4] rust: core "
[PATCH v3 1/4] dt-bindings: clock: mediatek: add MT7988 clock IDs
2023-12-07 17:23 UTC (7+ messages)
` [PATCH v3 2/4] dt-bindings: clock: mediatek: add clock controllers of MT7988
[PATCH net-next v6 00/12] net: intel: start The Great Code Dedup + Page Pool for iavf
2023-12-07 17:20 UTC (13+ messages)
` [PATCH net-next v6 01/12] page_pool: make sure frag API fields don't span between cachelines
` [PATCH net-next v6 02/12] page_pool: don't use driver-set flags field directly
` [PATCH net-next v6 03/12] net: intel: introduce Intel Ethernet common library
` [PATCH net-next v6 04/12] iavf: kill "legacy-rx" for good
` [PATCH net-next v6 05/12] iavf: drop page splitting and recycling
` [PATCH net-next v6 06/12] page_pool: constify some read-only function arguments
` [PATCH net-next v6 07/12] page_pool: add DMA-sync-for-CPU inline helper
` [PATCH net-next v6 08/12] libie: add Rx buffer management (via Page Pool)
` [PATCH net-next v6 09/12] iavf: pack iavf_ring more efficiently
` [PATCH net-next v6 10/12] iavf: switch to Page Pool
` [PATCH net-next v6 11/12] libie: add common queue stats
` [PATCH net-next v6 12/12] iavf: switch queue stats to libie
[PATCH net-next 0/3] netdevsim: link and forward skbs between
2023-12-07 17:21 UTC (4+ messages)
` [PATCH net-next 1/3] netdevsim: allow two netdevsim ports to be
` [PATCH net-next 2/3] netdevsim: forward skbs from one connected
` [PATCH net-next 3/3] selftest: netdevsim: add selftest for
[net-next 2/2] net: dsa: realtek: load switch variants on demand
2023-12-07 17:19 UTC (12+ messages)
[PATCH v2 6/6] x86/vmware: Add TDX hypercall support
2023-12-07 17:12 UTC (3+ messages)
` [PATCH] "
[PATCH iwl-next v4 0/7] Add PFCP filter support
2023-12-07 16:49 UTC (8+ messages)
` [PATCH iwl-next v4 1/7] ip_tunnel: use a separate struct to store tunnel params in the kernel
` [PATCH iwl-next v4 2/7] ip_tunnel: convert __be16 tunnel flags to bitmaps
` [PATCH iwl-next v4 3/7] lib/bitmap: add tests for IP tunnel flags conversion helpers
` [PATCH iwl-next v4 4/7] pfcp: add PFCP module
` [PATCH iwl-next v4 5/7] pfcp: always set pfcp metadata
` [PATCH iwl-next v4 6/7] ice: refactor ICE_TC_FLWR_FIELD_ENC_OPTS
` [PATCH iwl-next v4 7/7] ice: Add support for PFCP hardware offload in switchdev
[PATCH v4 net-next 0/7] ethtool: track custom RSS contexts in the core
2023-12-07 16:45 UTC (5+ messages)
` [PATCH v4 net-next 6/7] net: ethtool: add a mutex protecting RSS contexts
[PATCH net v4] net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIX
2023-12-07 16:18 UTC (2+ messages)
[PATCH for-next v5 0/7] RDMA/rxe: Make multicast work
2023-12-07 16:15 UTC (2+ messages)
[PATCH net-next v5 0/3] ethtool: Add ethtool_puts()
2023-12-07 15:28 UTC (5+ messages)
` [PATCH net-next v5 1/3] ethtool: Implement ethtool_puts()
` [PATCH net-next v5 3/3] net: Convert some ethtool_sprintf() to ethtool_puts()
[PATCHv3 net-next 00/14] Conver net selftests to run in unique namespace (Part 1)
2023-12-07 15:26 UTC (7+ messages)
` [PATCHv3 net-next 01/14] selftests/net: add lib.sh
[PATCH v7 net-next 0/8] net: ethernet: am65-cpsw: Add mqprio, frame pre-emption & coalescing
2023-12-07 15:24 UTC (3+ messages)
` [PATCH v7 net-next 6/8] net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge support
[patch net-next] dpll: remove leftover mode_supported() op and use mode_get() instead
2023-12-07 15:12 UTC
[PATCH net-next 00/16] net: pcs: xpcs: Add memory-based management iface support
2023-12-07 14:54 UTC (8+ messages)
` [PATCH net-next 09/16] net: mdio: Add Synopsys DW XPCS management interface support
[PATCH iwl-next v4 00/12] Add E800 live migration driver
2023-12-07 14:48 UTC (7+ messages)
` [PATCH iwl-next v4 08/12] ice: Save and load RX Queue head
` [PATCH iwl-next v4 09/12] ice: Save and load TX "
[PATCH net-next 13/16] net: stmmac: intel: Register generic MDIO device
2023-12-07 14:47 UTC (3+ messages)
[PATCH net-next 11/16] net: pcs: xpcs: Change xpcs_create_mdiodev() suffix to "byaddr"
2023-12-07 14:37 UTC (3+ messages)
[PATCH net-next] r8169: add support for LED's on RTL8168/RTL8101
2023-12-07 14:34 UTC
[PATCH net-next v2 2/2] ptp: add FemtoClock3 Wireless as ptp hardware clock
2023-12-07 14:29 UTC (2+ messages)
[PATCH iwl] idpf: fix corrupted frames and skb leaks in singleq mode
2023-12-07 14:27 UTC (4+ messages)
KMSAN: uninit-value in ip_tunnel_xmit
2023-12-07 14:27 UTC (3+ messages)
KMSAN: uninit-value in ip_route_output_key_hash_rcu (4)
2023-12-07 14:20 UTC (2+ messages)
[PATCH net-next 0/2] net/sched: use the backlog for nested mirred ingress
2023-12-07 14:10 UTC (6+ messages)
` [PATCH net-next 2/2] act_mirred: use the backlog for nested calls to "
` Mirred broken WAS(Re: "
[PATCH 04/27] tty: make tty_operations::send_xchar accept u8 char
2023-12-07 14:09 UTC (2+ messages)
[PATCH] cfg80211: Add my certificate
2023-12-07 14:06 UTC (2+ messages)
[PATCH net-next v1 1/3] net: dsa: microchip: ksz8: move BMCR specific code to separate function
2023-12-07 14:00 UTC (5+ messages)
` [PATCH net-next v1 3/3] net: dsa: microchip: Fix PHY loopback configuration for KSZ8794 and KSZ8873
[PATCH net-next v2] net: stmmac: don't create a MDIO bus if unnecessary
2023-12-07 13:55 UTC (4+ messages)
Bug report connect to VM with Vagrant
2023-12-07 13:03 UTC (3+ messages)
[PATCH v4] net: 9p: avoid freeing uninit memory in p9pdu_vreadf
2023-12-07 12:54 UTC (2+ messages)
[patch iproute2] mnl_utils: sanitize incoming netlink payload size in callbacks
2023-12-07 12:53 UTC
[PATCH v4 0/3] net/ethernet/intel: PCI cleanups
2023-12-07 12:53 UTC (3+ messages)
` [PATCH v4 3/3] e1000e: Use pcie_capability_read_word() for reading LNKSTA
` [Intel-wired-lan] "
[PATCH iwl-next v2 0/2] ice: Support flow director ether type filters
2023-12-07 12:48 UTC (3+ messages)
` [PATCH iwl-next v2 1/2] ice: Remove unnecessary argument from ice_fdir_comp_rules()
` [PATCH iwl-next v2 2/2] ice: Implement 'flow-type ether' rules
[PATCH 00/22] -Wmissing-prototype warning fixes
2023-12-07 12:38 UTC (2+ messages)
` (subset) "
[syzbot] [net?] KMSAN: uninit-value in ipgre_xmit
2023-12-07 12:38 UTC (2+ messages)
[PATCH v2 1/2] atm: solos-pci: Fix potential deadlock on &cli_queue_lock
2023-12-07 12:37 UTC (5+ messages)
[PATCH v3 2/2] atm: solos-pci: Fix potential deadlock on &tx_queue_lock
2023-12-07 12:34 UTC
[PATCH v3 1/2] atm: solos-pci: Fix potential deadlock on &cli_queue_lock
2023-12-07 12:34 UTC
[PATCH v3 1/2] atm: solos-pci: Fix potential deadlock on &cli_queue_lock
2023-12-07 12:28 UTC
[PATCH bpf-next v7 1/3] bpf: make common crypto API for TC/XDP programs
2023-12-07 12:14 UTC (2+ messages)
[PATCH net-next 1/2] net: dsa: microchip: properly support platform_data probing
2023-12-07 12:10 UTC (2+ messages)
[PATCH v15 1/9] Documentation/driver-api: Add document about WBRF mechanism
2023-12-07 12:01 UTC (2+ messages)
[PATCH bpf-next v4 00/10] Add bpf_xdp_get_xfrm_state() kfunc
2023-12-07 11:54 UTC (7+ messages)
` [PATCH bpf-next v4 01/10] xfrm: bpf: Move xfrm_interface_bpf.c to xfrm_bpf.c
` [PATCH bpf-next v4 02/10] bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfunc
` [PATCH bpf-next v4 03/10] bpf: xfrm: Add bpf_xdp_xfrm_state_release() kfunc
[PATCH net-next 0/6] remove page frag implementation in vhost_net
2023-12-07 11:28 UTC (7+ messages)
` [PATCH net-next 2/6] page_frag: unify gfp bit for order 3 page allocation
` [PATCH net-next 6/6] tools: virtio: introduce vhost_net_test
[PATCH net-next] net: mvpp2: add support for mii
2023-12-07 11:27 UTC (4+ messages)
[PATCH net-next v6 1/6] ptp: clockmatrix: support 32-bit address space
2023-12-07 11:10 UTC (5+ messages)
[PATCH net v2] octeon_ep: explicitly test for firmware ready value
2023-12-07 10:55 UTC (3+ messages)
[PATCH v4 0/7] TCP-AO fixes
2023-12-07 10:52 UTC (5+ messages)
` [PATCH v4 6/7] net/tcp: Store SNEs + SEQs on ao_info
[PATCH bpf-next v6 00/13] xsk: TX metadata
2023-12-07 10:47 UTC (5+ messages)
` [PATCH bpf-next v6 06/13] xsk: Document tx_metadata_len layout
[net-next PATCH v3 00/13] net: phy: at803x: cleanup
2023-12-07 10:47 UTC (3+ messages)
` [net-next PATCH v3 02/13] net: phy: at803x: move disable WOL to specific at8031 probe
[PATCH net-next v7 0/2] net: dsa: microchip: enable setting rmii reference
2023-12-07 10:30 UTC (2+ messages)
[PATCH net] nfp: flower: fix for take a mutex lock in soft irq context and rcu lock
2023-12-07 10:20 UTC (2+ messages)
[PATCH] octeontx2-af: fix a use-after-free in rvu_nix_register_reporters
2023-12-07 9:49 UTC
[PATCH bpf-next] netkit: Add some ethtool ops to provide information to user
2023-12-07 9:56 UTC (9+ messages)
` [External] "
` "
[PATCH] [v2] qed: Fix a potential use-after-free in qed_cxt_tables_alloc
2023-12-07 9:55 UTC (2+ messages)
[PATCH v2 net-next 0/6] net: dsa: mv88e6xxx: Add "eth-mac" and "rmon" counter group support
2023-12-07 9:47 UTC (6+ messages)
` [PATCH v2 net-next 6/6] net: dsa: mv88e6xxx: Add "
[PATCH iwl-net v3] i40e: Restore VF MSI-X state during PCI reset
2023-12-07 9:34 UTC (2+ messages)
[PATCH v2 2/2] x86/cfi,bpf: Fix BPF JIT call
2023-12-07 9:31 UTC (11+ messages)
[PATCH] net: atlantic: fixed double free when constrained memory conditions
2023-12-07 9:29 UTC (3+ messages)
` [EXT] "
[PATCH net-next v4 0/3] Ethernet DWMAC5 fault IRQ support
2023-12-07 9:21 UTC (4+ messages)
` [PATCH net-next v4 1/3] dt-bindings: net: qcom,ethqos: add binding doc for safety IRQ for sa8775p
` [PATCH net-next v4 2/3] arm64: dts: qcom: sa8775p: enable safety IRQ
` [PATCH net-next v4 3/3] net: stmmac: Add driver support for DWMAC5 safety IRQ Support
[PATCH V4 net-next] net: mana: Assigning IRQ affinity on HT cores
2023-12-07 9:22 UTC (5+ messages)
[PATCH iwl-next v1 0/3] ice: add E825C device family support
2023-12-07 9:11 UTC (2+ messages)
[PATCH v2 00/35] bitops: add atomic find_bit() operations
2023-12-07 9:10 UTC (4+ messages)
[PATCH net-next v4 0/9] net: rswitch: Add jumbo frames support
2023-12-07 9:09 UTC (11+ messages)
` [PATCH net-next v4 1/9] net: rswitch: Drop unused argument/return value
` [PATCH net-next v4 2/9] net: rswitch: Use unsigned int for desc related array index
` [PATCH net-next v4 3/9] net: rswitch: Use build_skb() for RX
` [PATCH net-next v4 4/9] net: rswitch: Add unmap_addrs instead of dma address in each desc
` [PATCH net-next v4 5/9] net: rswitch: Add a setting ext descriptor function
` [PATCH net-next v4 6/9] net: rswitch: Set GWMDNC register
` [PATCH net-next v4 7/9] net: rswitch: Add jumbo frames handling for RX
` [PATCH net-next v4 8/9] net: rswitch: Add jumbo frames handling for TX
` [PATCH net-next v4 9/9] net: rswitch: Allow jumbo frames
[PATCH net] net: fec: correct queue selection
2023-12-07 8:38 UTC
[PATCH] net: rfkill: gpio: set GPIO direction
2023-12-07 7:58 UTC (2+ messages)
` [PATCH v2] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).