netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-30 07:00:40 to 2022-09-30 20:11:44 UTC [more...]

[PATCH net-next v6 0/9] [RFT] net: dpaa: Convert to phylink
 2022-09-30 20:09 UTC  (9+ messages)
` [PATCH net-next v6 1/9] dt-bindings: net: Expand pcs-handle to an array
` [PATCH net-next v6 2/9] dt-bindings: net: Add Lynx PCS binding
` [PATCH net-next v6 3/9] dt-bindings: net: fman: Add additional interface properties
` [PATCH net-next v6 4/9] net: fman: memac: Add serdes support
` [PATCH net-next v6 5/9] net: fman: memac: Use lynx pcs driver
` [PATCH net-next v6 6/9] net: dpaa: Convert to phylink
` [PATCH net-next v6 7/9] powerpc: dts: t208x: Mark MAC1 and MAC2 as 10G
` [PATCH net-next v6 8/9] powerpc: dts: qoriq: Add nodes for QSGMII PCSs

[PATCH 1/1] net: fec: using page pool to manage RX buffers
 2022-09-30 20:08 UTC  (7+ messages)
  ` [EXT] "

[PATCH net-next] gro: add support of (hw)gro packets to gro stack
 2022-09-30 20:00 UTC  (4+ messages)

[PATCH v1] bluetooth: Fix the bluetooth icon status after running hciconfig hci0 up
 2022-09-30 19:57 UTC  (2+ messages)

[PATCH iproute2] devlink: fix man page for linecard
 2022-09-30 19:50 UTC  (2+ messages)

[PATCH] net: mv643xx_eth: support MII/GMII/RGMII modes
 2022-09-30 19:49 UTC 

[RFC PATCH] dt-bindings: net: ethernet-controller: Add ptimer_handle
 2022-09-30 19:22 UTC  (2+ messages)

Re: [PATCH] net: prestera: acl: Add check for kmemdup
 2022-09-30 18:28 UTC  (7+ messages)
`  "

[PATCH net-next] docs: netlink: clarify the historical baggage of Netlink flags
 2022-09-30 18:19 UTC  (9+ messages)

[PATCH] eth: sp7021: fix use after free bug in spl2sw_nvmem_get_mac_address
 2022-09-30 17:57 UTC 

[PATCH] eth: sp7021: fix use after free bug in spl2sw_nvmem_get_mac_address
 2022-09-30 17:55 UTC  (5+ messages)

KASAN: use-after-free in __mutex_lock
 2022-09-30 17:46 UTC  (3+ messages)

[PATCH net-next v4] net: skb: introduce and use a single page frag cache
 2022-09-30 17:45 UTC  (5+ messages)

[PATCH v7 00/29] Rework the trip points creation
 2022-09-30 17:39 UTC  (14+ messages)
` [PATCH v7 01/29] thermal/core: Add a generic thermal_zone_get_trip() function
` [PATCH v7 02/29] thermal/sysfs: Always expose hysteresis attributes
` [PATCH v7 03/29] thermal/core: Add a generic thermal_zone_set_trip() function
` [PATCH v7 04/29] thermal/core/governors: Use thermal_zone_get_trip() instead of ops functions

[PATCH bpf-next] selftests/bpf: make libbpf_probe_prog_types testcase aware of kernel configuration
 2022-09-30 17:37 UTC  (2+ messages)

pull-request: wireless-next-2022-09-30
 2022-09-30 17:30 UTC  (2+ messages)

[PATCH 0/7] cpumask: repair cpumask_check()
 2022-09-30 17:04 UTC  (5+ messages)
` [PATCH 1/7] cpumask: fix checking valid cpu range

[PATCHv5 net-next 0/4] rtnetlink: Honour NLM_F_ECHO flag in rtnl_{new, del}link
 2022-09-30 16:57 UTC  (15+ messages)
` [PATCHv5 net-next 1/4] rtnetlink: add new helper rtnl_configure_link_notify()
` [PATCHv5 net-next 2/4] net: add new helper unregister_netdevice_many_notify
` [PATCHv5 net-next 3/4] rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_create
` [PATCHv5 net-next 4/4] rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_link

PHY firmware update method
 2022-09-30 16:49 UTC  (10+ messages)

[GIT PULL] virtio: fixes
 2022-09-30 16:48 UTC  (2+ messages)

[PATCH net-next 00/16] mlx5 xsk updates part3 2022-09-30
 2022-09-30 16:29 UTC  (17+ messages)
` [PATCH net-next 01/16] net/mlx5e: xsk: Use mlx5e_trigger_napi_icosq for XSK wakeup
` [PATCH net-next 02/16] net/mlx5e: xsk: Drop the check for XSK state in mlx5e_xsk_wakeup
` [PATCH net-next 03/16] net/mlx5e: Introduce wqe_index_mask for legacy RQ
` [PATCH net-next 04/16] net/mlx5e: Make the wqe_index_mask calculation more exact
` [PATCH net-next 05/16] net/mlx5e: Use partial batches in legacy RQ
` [PATCH net-next 06/16] net/mlx5e: xsk: Use partial batches in legacy RQ with XSK
` [PATCH net-next 07/16] net/mlx5e: Remove the outer loop when allocating legacy RQ WQEs
` [PATCH net-next 08/16] net/mlx5e: xsk: Split out WQE allocation for legacy XSK RQ
` [PATCH net-next 09/16] net/mlx5e: xsk: Use xsk_buff_alloc_batch on legacy RQ
` [PATCH net-next 10/16] net/mlx5e: xsk: Use xsk_buff_alloc_batch on striding RQ
` [PATCH net-next 11/16] net/mlx5e: Use non-XSK page allocator in SHAMPO
` [PATCH net-next 12/16] net/mlx5e: Call mlx5e_page_release_dynamic directly where possible
` [PATCH net-next 13/16] net/mlx5e: Optimize RQ page deallocation
` [PATCH net-next 14/16] net/mlx5e: xsk: Support XDP metadata on XSK RQs
` [PATCH net-next 15/16] net/mlx5e: Introduce the mlx5e_flush_rq function
` [PATCH net-next 16/16] net/mlx5e: xsk: Use queue indices starting from 0 for XSK queues

[bpf-next v7 1/3] bpftool: Add auto_attach for bpf prog load|loadall
 2022-09-30 16:27 UTC  (4+ messages)
` [bpf-next v7 2/3] bpftool: Update doc (add autoattach to prog load)

[PATCH 3/4] proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/net
 2022-09-30 16:17 UTC  (12+ messages)
                ` [CFT][PATCH] proc: Update /proc/net to point at the accessing threads network namespace

[PATCH net-next v2 0/6] Add new PCP and APPTRUST attributes to dcbnl
 2022-09-30 15:49 UTC  (8+ messages)
` [PATCH net-next v2 1/6] net: dcb: add new pcp selector to app object
` [PATCH net-next v2 2/6] net: dcb: add new apptrust attribute
` [PATCH net-next v2 4/6] net: microchip: sparx5: add support for apptrust

[PATCH net-next 0/4] mptcp: Fastclose edge cases and error handling
 2022-09-30 15:59 UTC  (5+ messages)
` [PATCH net-next 1/4] mptcp: propagate fastclose error
` [PATCH net-next 2/4] mptcp: use fastclose on more edge scenarios
` [PATCH net-next 3/4] selftests: mptcp: update and extend fastclose test-cases
` [PATCH net-next 4/4] mptcp: update misleading comments

[PATCH] net: ethernet/mellanox: fix dereference before null check
 2022-09-30 15:52 UTC  (3+ messages)

[PATCH -next] net: mvneta: Remove unused variables 'i'
 2022-10-10  3:25 UTC  (2+ messages)

[PATCH net-next 00/16] mlx5 xsk updates part2 2022-09-28
 2022-09-30 15:50 UTC  (2+ messages)

[PATCH v6 net-next 0/9] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-09-30 15:33 UTC  (11+ messages)

[RFC] EADDRINUSE from bind() on application restart after killing
 2022-09-30 15:16 UTC  (3+ messages)

[PATCH net-next 0/1] netfilter fix for net-next
 2022-09-30 15:08 UTC  (5+ messages)
` [PATCH 1/1] netfilter: nft_fib: Fix for rpath check with VRF devices

[PATCH net-next] net: Remove DECnet leftovers from flow.h
 2022-09-30 15:07 UTC  (2+ messages)

[PATCH net-next v4 0/6] tsnep: multi queue support and some other improvements
 2022-09-30 14:42 UTC  (6+ messages)
` [PATCH net-next v4 1/6] dt-bindings: net: tsnep: Allow dma-coherent
` [PATCH net-next v4 2/6] dt-bindings: net: tsnep: Allow additional interrupts

[PATCH v1 0/4] Add support for DMA timestamp for non-PTP packets
 2022-09-30 14:40 UTC  (6+ messages)

[PATCH net-next v5 0/9] [RFT] net: dpaa: Convert to phylink
 2022-09-30 14:37 UTC  (3+ messages)
` [PATCH net-next v5 2/9] dt-bindings: net: Add Lynx PCS binding

[RFC PATCH v2 0/3] Create common DPLL/clock configuration API
 2022-09-30 14:33 UTC  (5+ messages)

[PATCH bpf-next] selftests/xsk: fix double free
 2022-09-30 14:31 UTC  (5+ messages)

[PATCH net-next 00/12] RollBall / Hilink / Turris 10G copper SFP support
 2022-09-30 14:21 UTC  (13+ messages)
` [PATCH net-next 01/12] net: phylink: add ability to validate a set of interface modes
` [PATCH net-next 02/12] net: sfp: augment SFP parsing with phy_interface_t bitmap
` [PATCH net-next 03/12] net: phylink: use phy_interface_t bitmaps for optical modules
` [PATCH net-next 04/12] net: phylink: rename phylink_sfp_config()
` [PATCH net-next 05/12] net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYs
` [PATCH net-next 06/12] net: phy: marvell10g: Use tabs instead of spaces for indentation
` [PATCH net-next 07/12] net: phy: marvell10g: select host interface configuration
` [PATCH net-next 08/12] net: phylink: allow attaching phy for SFP modules on 802.3z mode
` [PATCH net-next 09/12] net: sfp: Add and use macros for SFP quirks definitions
` [PATCH net-next 10/12] net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY release
` [PATCH net-next 11/12] net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modules
` [PATCH net-next 12/12] net: sfp: add support for multigig RollBall transceivers

[PATCH v2 net-next 0/6] sfc: bare bones TC offload
 2022-09-30 14:19 UTC  (11+ messages)
` [PATCH v2 net-next 3/6] sfc: optional logging of TC offload errors

[PATCH] taprio: Set the value of picos_per_byte before fill sched_entry
 2022-09-30 13:58 UTC  (3+ messages)
  ` test

[CFT][PATCH] proc: Update /proc/net to point at the accessing threads network namespace
 2022-09-30 14:01 UTC 

[PATCH V2 net-next] net: wwan: t7xx: Add port for modem logging
 2022-09-30 19:22 UTC 

[PATCH v3 0/3] net: ethernet: renesas: Add Ethernet Switch driver
 2022-09-30 13:45 UTC  (12+ messages)
` [PATCH v3 2/3] "

[PATCH RFC net-next 4/5] net: bridge: handle link-type-specific changes in the bridge module
 2022-09-30 13:11 UTC  (2+ messages)
` [net] f6390526ee: WARNING:at_net/core/dev.c:#unregister_netdevice_many

[PATCH net-next,v2] selftests/tc-testing: update qdisc/cls/action features in config
 2022-09-30 13:12 UTC  (4+ messages)

[PATCH net] hv_netvsc: Fix race between VF offering and VF association message from host
 2022-09-30 13:03 UTC  (3+ messages)

[PATCH] ip6_vti:Remove the space before the comma
 2022-09-30 12:30 UTC  (2+ messages)

[PATCH net] tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
 2022-09-30 12:20 UTC  (2+ messages)

[PATCH 1/3] esp: choose the correct inner protocol for GSO on inter address family tunnels
 2022-09-30 12:20 UTC  (2+ messages)

[PATCH v7 0/4] Mediatek ethernet patches for mt8188
 2022-09-30 12:10 UTC  (2+ messages)

[PATCH] net: bna: Fix spelling mistake "muliple" -> "multiple"
 2022-09-30 12:10 UTC  (2+ messages)

[PATCH] net/mlx5: Fix spelling mistake "syndrom" -> "syndrome"
 2022-09-30 12:10 UTC  (2+ messages)

[PATCH -next] net: ena: Remove unused variable 'tx_bytes'
 2022-10-10  3:19 UTC 

[PATCH -next 0/2] net/rds: Minor cleanup for unused variables
 2022-10-10  3:09 UTC  (3+ messages)
` [PATCH -next 1/2] net/rds: Remove unused variable 'total_copied'
` [PATCH -next 2/2] net/rds: Remove unused variable 'total_payload_len'

[PATCH v2 net-next 1/3] ibmveth: Copy tx skbs into a premapped buffer
 2022-09-30 11:50 UTC  (2+ messages)

[PATCH net-next] net: bridge: assign path_cost for 2.5G and 5G link speed
 2022-09-30 11:40 UTC  (2+ messages)

[PATCH V4] mISDN: fix use-after-free bugs in l1oip timer handlers
 2022-09-30 11:40 UTC  (2+ messages)

[PATCH][next] net: lan966x: Fix spelling mistake "tarffic" -> "traffic"
 2022-09-30 11:40 UTC  (2+ messages)

[PATCH] bnx2: Fix spelling mistake "bufferred" -> "buffered"
 2022-09-30 11:40 UTC  (2+ messages)

[PATCH] net-next: skbuff: refactor pskb_pull
 2022-09-30 11:40 UTC  (2+ messages)

[PATCH net] sctp: handle the error returned from sctp_auth_asoc_init_active_key
 2022-09-30 11:40 UTC  (2+ messages)

[net-next v2] net: bonding: Convert to use sysfs_emit()/sysfs_emit_at() APIs
 2022-09-30 11:40 UTC  (2+ messages)

[PATCH net V5] eth: lan743x: reject extts for non-pci11x1x devices
 2022-09-30 11:36 UTC  (2+ messages)

[net-next 1/2] net: tun: Convert to use sysfs_emit() APIs
 2022-09-30 11:30 UTC  (2+ messages)

[PATCH v2 0/4] dt-bindings: net: Convert qcom,ethqos bindings to YAML (and related fixes)
 2022-09-30 10:26 UTC  (5+ messages)
` [PATCH v2 3/4] dt-bindings: net: qcom,ethqos: Convert bindings to yaml

[PATCH net-next 0/6] bnxt_en: Driver updates
 2022-09-30 10:05 UTC  (6+ messages)
` [PATCH net-next 5/6] bnxt_en: add .get_module_eeprom_by_page() support

[PATCHv4 net-next 2/4] net: add new helper unregister_netdevice_many_notify
 2022-09-30  9:43 UTC  (2+ messages)

[PATCHv4 net-next 0/4] rtnetlink: Honour NLM_F_ECHO flag in rtnl_{new, del}link
 2022-09-30  9:22 UTC  (5+ messages)
` [PATCHv4 net-next 1/4] rtnetlink: add new helper rtnl_configure_link_notify()
` [PATCHv4 net-next 3/4] rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_create
` [PATCHv4 net-next 4/4] rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_link

[PATCH] net: prestera: acl: Add check for kmemdup
 2022-09-30  9:20 UTC  (2+ messages)

[PATCH net-next 0/2] net: lan966x: Add police and mirror using tc-matchall
 2022-09-30  8:35 UTC  (3+ messages)
` [PATCH net-next 1/2] net: lan966x: Add port police support "
` [PATCH net-next 2/2] net: lan966x: Add port mirroring "

[PATCH ipsec-next 0/6] xfrm: add netlink extack to all the ->init_state
 2022-09-30  7:52 UTC  (2+ messages)

[tun] 195624d9c2: ltp.ioctl03.fail
 2022-09-30  7:51 UTC 

[PATCH v2 ipsec 0/2] xfrm: Fix bugs in stacked XFRM-I tunnels
 2022-09-30  7:47 UTC  (7+ messages)
` [PATCH v2 ipsec 2/2] xfrm: Ensure policy checked for nested ESP tunnels

[REGRESSION] Unable to NAT own TCP packets from another VRF with tcp_l3mdev_accept = 1
 2022-09-30  7:36 UTC  (2+ messages)

[PATCH net-next] can: j1939: j1939_session_tx_eoma(): fix debug info
 2022-09-30  7:30 UTC  (2+ messages)

[PATCH] net: lan966x: Fix return type of lan966x_port_xmit
 2022-09-30  7:20 UTC  (2+ messages)

[PATCH] dt-bindings: nfc: marvell,nci: fix reset line polarity in examples
 2022-09-30  7:08 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).