netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-21 20:03:41 to 2023-07-23 17:20:11 UTC [more...]

[PATCH v2 net-next] ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netns
 2023-07-23 17:19 UTC  (2+ messages)

[PATCH 1/2] tc: fix a wrong file name in comment
 2023-07-23 16:42 UTC  (2+ messages)
` [PATCH 2/2] man: (ss) fix wrong margin

[PATCH net-next 00/10] net: stmmac: add new features to xgmac
 2023-07-23 16:10 UTC  (11+ messages)
` [PATCH net-next 01/10] net: stmmac: correct RX COE parsing for xgmac
` [PATCH net-next 02/10] net: stmmac: xgmac: add more feature parsing from hw cap
` [PATCH net-next 03/10] net: stmmac: mdio: enlarge the max XGMAC C22 ADDR to 31
` [PATCH net-next 04/10] net: stmmac: enlarge max rx/tx queues and channels to 16
` [PATCH net-next 05/10] net: stmmac: rename multi_msi_en to perch_irq_en
` [PATCH net-next 06/10] net: stmmac: xgmac: support per-channel irq
` [PATCH net-next 07/10] dt-bindings: net: snps,dwmac: add safety irq support
` [PATCH net-next 08/10] net: stmmac: platform: support parsing safety irqs from DT
` [PATCH net-next 09/10] dt-bindings: net: snps,dwmac: add per channel irq support
` [PATCH net-next 10/10] net: stmmac: platform: support parsing per channel irq from DT

[PATCH] dt-bindings: net: ftgmac100: convert to yaml version from txt
 2023-07-23 16:21 UTC  (2+ messages)

[PATCH] can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock
 2023-07-23 15:41 UTC  (3+ messages)

[net 0/2] rxfh with custom RSS fixes
 2023-07-23 15:06 UTC  (3+ messages)
` [net 1/2] net: ethtool: Unify ETHTOOL_{G,S}RXFH rxnfc copy
` [net 2/2] net/mlx5: Fix flowhash key set/get for custom RSS

Kernel oops with 6.4.4 - flow offloads - NULL pointer deref
 2023-07-23 14:44 UTC 

[PATCH v2 0/1] net: gro: fix misuse of CB in udp socket lookup
 2023-07-23 12:07 UTC  (3+ messages)
` [PATCH v2 1/1] "

[net-next v2] net: add sysctl accept_ra_min_rtr_lft
 2023-07-23 11:00 UTC  (2+ messages)

[PATCH v2] net: dsa: remove deprecated strncpy
 2023-07-23 10:50 UTC  (2+ messages)

[PATCH net v2] net: phy: marvell10g: fix 88x3310 power up
 2023-07-23 10:50 UTC  (2+ messages)

[PATCH net-next v10 0/6] Process connector bug fixes & enhancements
 2023-07-23 10:40 UTC  (2+ messages)

[PATCH v2 0/4] Add support for Allwinner D1 CAN controllers
 2023-07-23  9:18 UTC  (7+ messages)
` [PATCH v2 1/4] dt-bindings: net: can: Add support for Allwinner D1 CAN controller
` [PATCH v2 2/4] riscv: dts: allwinner: d1: Add CAN controller nodes
` [PATCH v2 3/4] can: sun4i_can: Add acceptance register quirk
` [PATCH v2 4/4] can: sun4i_can: Add support for the Allwinner D1

[PATCH v1 01/11] selftests: forwarding: custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout
 2023-07-23  8:25 UTC  (12+ messages)
` [PATCH v1 02/11] selftests: forwarding: gre_custom_multipath_hash.sh: "
` [PATCH v1 03/11] selftests: forwarding: gre_inner_v4_multipath.sh: "
` [PATCH v1 04/11] selftests: forwarding: gre_multipath_nh_res.sh: "
` [PATCH v1 05/11] selftests: forwarding: gre_multipath_nh.sh: "
` [PATCH v1 06/11] selftests: forwarding: ip6gre_custom_multipath_hash.sh: "
` [PATCH v1 07/11] selftests: forwarding: ip6gre_inner_v4_multipath.sh: "
` [PATCH v1 08/11] selftests: forwarding: no_forwarding.sh: "
` [PATCH v1 09/11] selftests: forwarding: router_mpath_nh_res.sh: "
` [PATCH v1 10/11] selftests: forwarding: router_mpath_nh.sh: "
` [PATCH v1 11/11] selftests: forwarding: router_multipath.sh: "

[PATCHv3 net] ipv6: do not match device when remove source route
 2023-07-23  8:13 UTC  (5+ messages)

[PATCH v1] macvlan: add forgotten nla_policy for IFLA_MACVLAN_BC_CUTOFF
 2023-07-23  8:02 UTC 

[PATCH v1] net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64
 2023-07-23  7:56 UTC 

[PATCH v1] bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing
 2023-07-23  7:54 UTC 

[PATCH v1] ice: Add length check for IFLA_AF_SPEC parsing
 2023-07-23  7:52 UTC 

[PATCH v1] i40e: Add length check for IFLA_AF_SPEC parsing
 2023-07-23  7:50 UTC 

[PATCH v1] xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH
 2023-07-23  7:41 UTC 

[PATCH net-next] ipv4/fib: send RTM_DELROUTE notify when flush fib
 2023-07-23  7:38 UTC  (9+ messages)

[PATCH iproute2] bridge/mdb.c: include limits.h
 2023-07-23  7:31 UTC  (2+ messages)

[PATCH net 0/3] net/sched Bind logic fixes for cls_fw, cls_u32 and cls_route
 2023-07-23  7:25 UTC  (8+ messages)
` [PATCH net 1/3] net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-free

[PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
 2023-07-23  6:35 UTC  (12+ messages)
  ` [PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1

Fwd: UBSAN: index 1 is out of range for type 'xen_netif_rx_sring_entry [1]'
 2023-07-23  0:06 UTC  (2+ messages)

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-07-22 21:53 UTC  (10+ messages)
` [PATCH RFC net-next v5 03/14] af_vsock: support multi-transport datagrams
` [PATCH RFC net-next v5 07/14] virtio/vsock: add common datagram send path
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support
` [PATCH RFC net-next v5 13/14] virtio/vsock: "

[PATCH net-next v2 0/4] Remove legacy phylink behaviour
 2023-07-22 20:33 UTC  (5+ messages)
` [PATCH net-next v2 1/4] net: ethernet: mtk_eth_soc: remove incorrect PLL configuration
` [PATCH net-next v2 2/4] net: ethernet: mtk_eth_soc: remove mac_pcs_get_state and modernise
` [PATCH net-next v2 3/4] net: phylink: strip out pre-March 2020 legacy code
` [PATCH net-next v2 4/4] net: phylink: explicitly invalidate link_state members in mac_config

[PATCH net-next 0/4] Remove legacy phylink behaviour
 2023-07-22 20:32 UTC  (9+ messages)
  ` Aw: "
    `  "
      ` Aw: "
        `  "
` [PATCH net-next 1/4] net: ethernet: mtk_eth_soc: remove incorrect PLL configuration
` [PATCH net-next 2/4] net: ethernet: mtk_eth_soc: remove mac_pcs_get_state and modernise

[PATCH net-next 0/7] Add support to PHYLINK and SFP for PCI11x1x chips
 2023-07-22 20:27 UTC  (5+ messages)
` [PATCH net-next 1/7] net: lan743x: Create separate PCS power reset function
` [PATCH net-next 5/7] net: lan743x: Add support to the Phylink framework

[net PATCH V4] octeontx2-af: Fix hash extraction enable configuration
 2023-07-22 19:59 UTC  (2+ messages)

[PATCH iproute2] include: dual license the bpf helper includes
 2023-07-22 16:40 UTC  (3+ messages)

[PATCH iproute2] Add missing SPDX headers
 2023-07-22 16:40 UTC  (3+ messages)

[PATCH v2 0/8] sched/topology: add for_each_numa_cpu() macro
 2023-07-22 15:47 UTC  (3+ messages)
` [PATCH v3 8/8] lib: test for_each_numa_cpus()

shutdown(2) is underdocumented
 2023-07-22 15:30 UTC 

Question about the barrier() in hlist_nulls_for_each_entry_rcu()
 2023-07-22 15:00 UTC  (10+ messages)

[PATCH net-next v2 0/6] net: dsa: microchip: provide Wake on LAN support
 2023-07-22 14:45 UTC  (13+ messages)
` [PATCH net-next v2 3/6] net: dsa: microchip: ksz9477: add "
` [PATCH net-next v2 4/6] net: dsa: microchip: ksz9477: add Wake on PHY event support
` [PATCH net-next v2 5/6] net: dsa: microchip: use wakeup-source DT property to enable PME output
` [PATCH net-next v2 6/6] net: dsa: microchip: ksz9477: make switch MAC address configurable

[PATCH 1/1] ethernet: atheros: fix return value check in atl1_tso()
 2023-07-22 14:25 UTC  (2+ messages)
` [PATCH net v2 1/1] "

[syzbot] Monthly dccp report (Jul 2023)
 2023-07-22 14:10 UTC 

[PATCH net-next 0/5] net/sched: improve class lifetime handling
 2023-07-22 12:41 UTC  (2+ messages)

[PROBLEM] seltests: net/forwarding/sch_ets.sh [HANG]
 2023-07-22 12:29 UTC  (7+ messages)
      ` [PROBLEM] [ADDITIONAL DIAG] "

[PATCH net-next v4 0/9] net: ethernet: mtk_eth_soc: add basic support for MT7988 SoC
 2023-07-22 11:47 UTC  (11+ messages)
` [PATCH net-next v4 1/9] dt-bindings: net: mediatek,net: add missing mediatek,mt7621-eth
` [PATCH net-next v4 2/9] dt-bindings: net: mediatek,net: add mt7988-eth binding
` [PATCH net-next v4 3/9] net: ethernet: mtk_eth_soc: add version in mtk_soc_data
` [PATCH net-next v4 4/9] net: ethernet: mtk_eth_soc: increase MAX_DEVS to 3
` [PATCH net-next v4 5/9] net: ethernet: mtk_eth_soc: rely on MTK_MAX_DEVS and remove MTK_MAC_COUNT
` [PATCH net-next v4 6/9] net: ethernet: mtk_eth_soc: add NETSYS_V3 version support
` [PATCH net-next v4 7/9] net: ethernet: mtk_eth_soc: convert caps in mtk_soc_data struct to u64
` [PATCH v4 8/9] net: ethernet: mtk_eth_soc: convert clock bitmap "
` [PATCH net-next v4 9/9] net: ethernet: mtk_eth_soc: add basic support for MT7988 SoC

[PATCH net-next 0/7] openvswitch: add drop reasons
 2023-07-22  9:42 UTC  (8+ messages)
` [PATCH net-next 1/7] net: openvswitch: add datapath flow drop reason
` [PATCH net-next 2/7] net: openvswitch: add explicit drop action
` [PATCH net-next 3/7] net: openvswitch: add meter drop reason
` [PATCH net-next 4/7] net: openvswitch: add misc error drop reasons
` [PATCH net-next 5/7] selftests: openvswitch: support key masks
` [PATCH net-next 6/7] selftests: openvswitch: add drop reason testcase
` [PATCH net-next 7/7] selftests: openvswitch: add explicit drop testcase

[syzbot] [net?] WARNING: ODEBUG bug in ingress_destroy
 2023-07-22  7:38 UTC  (2+ messages)

[PATCH v12 vfio 0/7] pds-vfio-pci driver
 2023-07-22  7:17 UTC  (13+ messages)
` [PATCH v12 vfio 1/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [PATCH v12 vfio 2/7] vfio/pds: Initial support for pds VFIO driver
` [PATCH v12 vfio 3/7] vfio/pds: register with the pds_core PF
` [PATCH v12 vfio 4/7] vfio/pds: Add VFIO live migration support

[PATCH iwl-next v6 00/12] ice: switchdev bridge offload
 2023-07-22  6:52 UTC  (25+ messages)
` [PATCH iwl-next v6 01/12] ice: Skip adv rules removal upon switchdev release
  ` [Intel-wired-lan] "
` [PATCH iwl-next v6 02/12] ice: Prohibit rx mode change in switchdev mode
  ` [Intel-wired-lan] "
` [PATCH iwl-next v6 03/12] ice: Don't tx before switchdev is fully configured
  ` [Intel-wired-lan] "
` [PATCH iwl-next v6 04/12] ice: Disable vlan pruning for uplink VSI
  ` [Intel-wired-lan] "
` [PATCH iwl-next v6 05/12] ice: Unset src prune on "
  ` [Intel-wired-lan] "
` [PATCH iwl-next v6 06/12] ice: Implement basic eswitch bridge setup
  ` [Intel-wired-lan] "
` [PATCH iwl-next v6 07/12] ice: Switchdev FDB events support
  ` [Intel-wired-lan] "
` [PATCH iwl-next v6 08/12] ice: Add guard rule when creating FDB in switchdev
  ` [Intel-wired-lan] "
` [PATCH iwl-next v6 09/12] ice: Add VLAN FDB support in switchdev mode
  ` [Intel-wired-lan] "
` [PATCH iwl-next v6 10/12] ice: implement bridge port vlan
  ` [Intel-wired-lan] "
` [PATCH iwl-next v6 11/12] ice: implement static version of ageing
  ` [Intel-wired-lan] "
` [PATCH iwl-next v6 12/12] ice: add tracepoints for the switchdev bridge
  ` [Intel-wired-lan] "

[PATCH net-next 00/11] Create common DPLL configuration API
 2023-07-22  6:37 UTC  (12+ messages)
` [PATCH 09/11] ice: implement dpll interface to control cgu

[PATCH] mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC)
 2023-07-22  6:23 UTC  (4+ messages)

[Enable Designware XGMAC VLAN Stripping Feature 1/2] dt-bindings: net: snps,dwmac: Add description for rx-vlan-offload
 2023-07-22  3:32 UTC  (5+ messages)

[PATCH v2 net] tcp: Reduce chance of collisions in inet6_hashfn()
 2023-07-22  3:17 UTC  (4+ messages)

[PATCH net-next 0/4] net: page_pool: remove page_pool_release_page()
 2023-07-22  2:10 UTC  (2+ messages)

[patch net-next] genetlink: add explicit ordering break check for split ops
 2023-07-22  2:10 UTC  (2+ messages)

[PATCH net-next] MAINTAINERS: net: fix sort order
 2023-07-22  2:10 UTC  (2+ messages)

[PATCH net] docs: net: clarify the NAPI rules around XDP Tx
 2023-07-22  2:10 UTC  (2+ messages)

[PATCHv8 0/6] net/tls: fixes for NVMe-over-TLS
 2023-07-22  2:00 UTC  (2+ messages)

[PATCH net-next 0/2] net: store netdevs in an xarray
 2023-07-22  1:47 UTC  (4+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] net: convert some netlink netdev iterators to depend on the xarray

[PATCH net-next] page_pool: add a lockdep check for recycling in hardirq
 2023-07-22  1:45 UTC  (5+ messages)

[PATCH net-next] tcx: Fix splat in ingress_destroy upon tcx_entry_free
 2023-07-22  1:40 UTC  (2+ messages)

[syzbot] [ppp?] possible deadlock in serial8250_handle_irq
 2023-07-22  1:33 UTC 

[PATCH net-next] page_pool: split types and declarations from page_pool.h
 2023-07-22  1:29 UTC  (8+ messages)

[PATCH] tg3: fix array subscript out of bounds compilation error
 2023-07-22  1:17 UTC  (6+ messages)

[PATCH net-next v4 0/2] Remove expired routes with a separated list of routes
 2023-07-22  0:38 UTC  (3+ messages)
` [PATCH net-next v4 1/2] net/ipv6: "
` [PATCH net-next v4 2/2] selftests: fib_tests: Add a test case for IPv6 garbage collection

[PATCH RESEND net-next 1/2] net-memcg: Scopify the indicators of sockmem pressure
 2023-07-22  0:20 UTC  (2+ messages)

[PATCH bpf-next v6 0/8] BPF link support for tc BPF programs
 2023-07-21 23:43 UTC  (4+ messages)
` [PATCH bpf-next v6 2/8] bpf: Add fd-based tcx multi-prog infra with link support

[PATCH net v4 1/1] mlxbf_gige: Fix kernel panic at shutdown
 2023-07-21 23:29 UTC  (6+ messages)

[PATCH v1 0/5] ARM: Add GXP UMAC Support
 2023-07-21 22:29 UTC  (12+ messages)
` [PATCH v1 1/5] dt-bindings: net: Add HPE GXP UMAC MDIO
` [PATCH v1 2/5] net: hpe: Add "
` [PATCH v1 3/5] dt-bindings: net: Add HPE GXP UMAC
` [PATCH v1 4/5] net: hpe: Add GXP UMAC Driver
` [PATCH v1 5/5] MAINTAINERS: HPE: Add GXP UMAC Networking Files

[BUG] sefltests: forwarding: gre_custom_multipath_hash.sh: [FAIL] and syntax errors
 2023-07-21 22:16 UTC 

[PATCH net-next v2 0/2] Remove expired routes with a
 2023-07-21 20:57 UTC  (8+ messages)
` [PATCH net-next v2 2/2] selftests: fib_tests: Add a test case for IPv6 garbage collection

[PATCH v2] riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework
 2023-07-21 20:42 UTC  (2+ messages)

[PROBLEM] selftests: net/forwarding/*.sh: 'Command line is not complete. Try option "help"'
 2023-07-21 20:41 UTC  (6+ messages)

[PATCH net-next v3 2/2] net: stmmac: add support for phy-supply
 2023-07-21 20:31 UTC  (2+ messages)

[PATCH bpf-next v6 0/5] Support defragmenting IPv(4|6) packets in BPF
 2023-07-21 20:22 UTC  (3+ messages)
` [PATCH bpf-next v6 1/5] netfilter: defrag: Add glue hooks for enabling/disabling defrag
` [PATCH bpf-next v6 2/5] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link

[PATCH net-next v4 0/2] virtio-net: don't busy poll for cvq command
 2023-07-21 20:18 UTC  (9+ messages)
` [PATCH net-next v4 2/2] virtio-net: add cond_resched() to the command waiting loop

[PATCH bpf-next v5 0/5] Support defragmenting IPv(4|6) packets in BPF
 2023-07-21 20:03 UTC  (4+ messages)
` [PATCH bpf-next v5 2/5] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link


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).