netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-15 16:14:06 to 2021-02-16 13:18:48 UTC [more...]

[PATCH] vdpa/mlx5: Extract correct pointer from driver data
 2021-02-16 13:17 UTC  (7+ messages)

Phylink flow control support on ports with MLO_AN_FIXED auto negotiation
 2021-02-16 13:08 UTC  (9+ messages)
  ` [EXT] "

[PATCH] of: of_mdio: Handle properties for non-phy mdio devices
 2021-02-16 13:06 UTC  (2+ messages)

[PATCH v4 0/4] net: stmmac: Add Toshiba Visconti SoCs glue driver
 2021-02-16 12:34 UTC  (4+ messages)
` [PATCH v4 4/4] arm: dts: visconti: Add DT support for Toshiba Visconti5 ethernet controller

linux-next: manual merge of the net-next tree with the arm-soc tree
 2021-02-16 12:28 UTC  (5+ messages)

[net-next v2] octeontx2-af: cn10k: Fixes CN10K RPM reference issue
 2021-02-16 12:20 UTC  (2+ messages)

[PATCH RESEND net-next 0/2] Fix buggy brport flags offload for SJA1105 DSA
 2021-02-16 11:41 UTC  (3+ messages)
` [PATCH RESEND net-next 1/2] net: dsa: sja1105: fix configuration of source address learning
` [PATCH RESEND net-next 2/2] net: dsa: sja1105: fix leakage of flooded frames outside bridging domain

[PATCH v4 bpf-next 0/6] xsk: build skb by page (aka generic zerocopy xmit)
 2021-02-16 11:39 UTC  (7+ messages)
` [PATCH v4 bpf-next 1/6] netdev_priv_flags: add missing IFF_PHONY_HEADROOM self-definition
` [PATCH v4 bpf-next 2/6] netdevice: check for net_device::priv_flags bitfield overflow
` [PATCH v4 bpf-next 3/6] net: add priv_flags for allow tx skb without linear
` [PATCH v4 bpf-next 4/6] virtio-net: support IFF_TX_SKB_NO_LINEAR
` [PATCH v4 bpf-next 5/6] xsk: respect device's headroom and tailroom on generic xmit path
` [PATCH v4 bpf-next 6/6] xsk: build skb by page (aka generic zerocopy xmit)

[PATCH net-next] net: dsa: felix: perform teardown on error in felix_setup
 2021-02-16 11:32 UTC 

[PATCH v4 net-next 0/9] Cleanup in brport flags switchdev offload for DSA
 2021-02-16 11:22 UTC  (5+ messages)

[PATCH net] net: dsa: felix: don't deinitialize unused ports
 2021-02-16 11:14 UTC 

[PATCH net-next v2 1/3] net: phy: mscc: adding LCPLL reset to VSC8514
 2021-02-16 11:04 UTC  (10+ messages)
` [PATCH net-next v2 2/3] net: phy: mscc: improved serdes calibration applied "
` [PATCH net-next v2 3/3] net: phy: mscc: coma mode disabled for VSC8514

[PATCH bpf-next 0/8] PROG_TEST_RUN support for sk_lookup programs
 2021-02-16 10:57 UTC  (9+ messages)
` [PATCH bpf-next 1/8] bpf: consolidate shared test timing code
` [PATCH bpf-next 2/8] bpf: add for_each_bpf_prog helper
` [PATCH bpf-next 3/8] bpf: allow multiple programs in BPF_PROG_TEST_RUN
` [PATCH bpf-next 4/8] bpf: add PROG_TEST_RUN support for sk_lookup programs
` [PATCH bpf-next 5/8] tools: libbpf: allow testing program types with multi-prog semantics
` [PATCH bpf-next 6/8] selftests: bpf: convert sk_lookup multi prog tests to PROG_TEST_RUN
` [PATCH bpf-next 7/8] selftests: bpf: convert sk_lookup ctx access "
` [PATCH bpf-next 8/8] selftests: bpf: check that PROG_TEST_RUN repeats as requested

[PATCH bpf-next 0/3] Introduce bpf_link in libbpf's xsk
 2021-02-16 10:39 UTC  (26+ messages)
` [PATCH bpf-next 1/3] libbpf: xsk: use bpf_link
` [PATCH bpf-next 2/3] libbpf: clear map_info before each bpf_obj_get_info_by_fd
` [PATCH bpf-next 3/3] samples: bpf: do not unload prog within xdpsock

[PATCH v14 0/4] Adding the Sparx5 Serdes driver
 2021-02-16 10:24 UTC  (8+ messages)
` [PATCH v14 2/4] phy: Add media type and speed serdes configuration interfaces

[PATCH v5] staging: qlge: fix comment style in qlge_main.c
 2021-02-16 10:19 UTC 

[PATCH net] net: enetc: fix destroyed phylink dereference during unbind
 2021-02-16 10:16 UTC 

[PATCH v4] staging: qlge: fix comment style in qlge_main.c
 2021-02-16 10:01 UTC  (2+ messages)

[net-next PATCH v5 00/15] ACPI support for dpaa2 driver
 2021-02-16  9:59 UTC  (7+ messages)
` [net-next PATCH v5 15/15] net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver

[PATCH v3] staging: fix coding style in driver/staging/qlge/qlge_main.c
 2021-02-16  9:35 UTC  (4+ messages)

[PATCH net-next v2 0/2] net: mvneta: implement basic MQPrio support
 2021-02-16  9:25 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: mvneta: Remove per-cpu queue mapping for Armada 3700
` [PATCH net-next v2 2/2] net: mvneta: Implement mqprio support

[Patch bpf-next v3 0/5] sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
 2021-02-16  8:56 UTC  (21+ messages)
` [Patch bpf-next v3 1/5] bpf: clean up sockmap related Kconfigs
` [Patch bpf-next v3 2/5] skmsg: get rid of struct sk_psock_parser
` [Patch bpf-next v3 3/5] bpf: compute data_end dynamically with JIT code
` [Patch bpf-next v3 4/5] skmsg: use skb ext instead of TCP_SKB_CB
` [Patch bpf-next v3 5/5] sock_map: rename skb_parser and skb_verdict

[PATCH] net: dsa: mv88e6xxx: prevent 2500BASEX mode override
 2021-02-16  8:00 UTC  (7+ messages)

[PATCH 2/2] ath9k: fix ath_tx_process_buffer() potential null ptr dereference
 2021-02-16  7:53 UTC  (3+ messages)

[PATCH v2] fix coding style in driver/staging/qlge/qlge_main.c
 2021-02-16  7:51 UTC  (2+ messages)

[PATCH net-next RFC v3] net: hdlc_x25: Queue outgoing LAPB frames
 2021-02-16  7:39 UTC  (8+ messages)

[PATCH mlx5-next v6 1/4] PCI: Add sysfs callback to allow MSI-X table size change of SR-IOV VFs
 2021-02-16  7:33 UTC  (3+ messages)

[PATCH] fix coding style in driver/staging/qlge/qlge_main.c
 2021-02-16  7:26 UTC  (2+ messages)

linux-next: manual merge of the gpio-brgl tree with the arm-soc, net-next trees
 2021-02-16  7:23 UTC 

linux-next: manual merge of the gpio-brgl tree with the net-next tree
 2021-02-16  7:19 UTC 

[PATCH][next] ath11k: debugfs: Fix spelling mistake "Opportunies" -> "Opportunities"
 2021-02-16  7:04 UTC  (2+ messages)

[RFC PATCH v4 00/17] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-02-16  6:58 UTC  (4+ messages)
` [RFC PATCH v4 02/17] af_vsock: separate wait data loop

[Patch bpf-next v4 0/5] sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
 2021-02-16  6:42 UTC  (6+ messages)
` [Patch bpf-next v4 1/5] bpf: clean up sockmap related Kconfigs
` [Patch bpf-next v4 2/5] skmsg: get rid of struct sk_psock_parser
` [Patch bpf-next v4 3/5] bpf: compute data_end dynamically with JIT code
` [Patch bpf-next v4 4/5] skmsg: move sk_redir from TCP_SKB_CB to skb
` [Patch bpf-next v4 5/5] sock_map: rename skb_parser and skb_verdict

[PATCH iproute2-rc] rdma: Fix statistics bind/unbing argument handling
 2021-02-16  6:16 UTC  (5+ messages)

[PATCH] ionic: Remove unused function pointer typedef ionic_reset_cb
 2021-02-16  4:05 UTC 

[PATCH] cw1200: Remove unused function pointer typedef wsm_*
 2021-02-16  4:30 UTC 

[PATCH] cw1200: Remove unused function pointer typedef cw1200_wsm_handler
 2021-02-16  3:41 UTC 

[PATCH net-next v3 0/5] lan743x speed boost
 2021-02-16  1:08 UTC  (6+ messages)
` [PATCH net-next v3 1/5] lan743x: boost performance on cpu archs w/o dma cache snooping
` [PATCH net-next v3 2/5] lan743x: sync only the received area of an rx ring buffer
` [PATCH net-next v3 3/5] TEST ONLY: lan743x: limit rx ring buffer size to 500 bytes
` [PATCH net-next v3 4/5] TEST ONLY: lan743x: skb_alloc failure test
` [PATCH net-next v3 5/5] TEST ONLY: lan743x: skb_trim "

pull-request: bpf-next 2021-02-16
 2021-02-16  0:15 UTC 

KASAN: null-ptr-deref Read in tcf_idrinfo_destroy
 2021-02-15 23:22 UTC  (3+ messages)

[PATCH net-next] ibmvnic: simplify reset_long_term_buff function
 2021-02-15 23:20 UTC  (2+ messages)

[PATCH 5.12] net: broadcom: bcm4908_enet: set MTU on open & on request
 2021-02-15 23:20 UTC  (2+ messages)

[PATCH] i40e: Fix incorrect use of ip6src due to copy-paste coding error
 2021-02-15 23:20 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: phy: broadcom: Cleanups and APD
 2021-02-15 23:20 UTC  (2+ messages)

[PATCH net-next] ibmvnic: substitute mb() with dma_wmb() for send_*crq* functions
 2021-02-15 23:20 UTC  (2+ messages)

[PATCH net] ibmvnic: add memory barrier to protect long term buffer
 2021-02-15 23:20 UTC  (2+ messages)

[PATCH net] ibmvnic: skip send_request_unmap for timeout reset
 2021-02-15 23:20 UTC  (2+ messages)

[PATCH net 1/1] ibmvnic: serialize access to work queue on remove
 2021-02-15 23:20 UTC  (2+ messages)

[PATCHv19 bpf-next 0/6] xdp: add a new helper for dev map multicast support
 2021-02-15 22:03 UTC  (3+ messages)
` [PATCHv19 bpf-next 2/6] bpf: add a new bpf argument type ARG_CONST_MAP_PTR_OR_NULL

[PATCH net] net: ipa: initialize all resources
 2021-02-15 21:54 UTC 

[PATCH net-next 0/2] Fixing build breakage after "Merge branch 'Propagate-extack-for-switchdev-LANs-from-DSA'"
 2021-02-15 21:48 UTC  (5+ messages)
` [PATCH net-next 1/2] net: bridge: fix switchdev_port_attr_set stub when CONFIG_SWITCHDEV=n
` [PATCH net-next 2/2] net: bridge: fix br_vlan_filter_toggle stub when CONFIG_BRIDGE_VLAN_FILTERING=n

[net-next] net: mvpp2: Add TX flow control support for jumbo frames
 2021-02-15 21:40 UTC  (2+ messages)

[net-next] net: mvpp2: reduce tx-fifo for loopback port
 2021-02-15 21:40 UTC  (2+ messages)

[PATCH net-next 0/2] net: phy: at803x: paging support
 2021-02-15 21:32 UTC  (7+ messages)
` [PATCH net-next 2/2] net: phy: at803x: use proper locking in at803x_aneg_done()

[PATCH net-next] tcp: tcp_data_ready() must look at SOCK_DONE
 2021-02-15 21:30 UTC  (2+ messages)

[PATCH net-next] net: caif: Use netif_rx_any_context()
 2021-02-15 21:30 UTC  (2+ messages)

[PATCH net-next] net: dsa: sja1105: make devlink property best_effort_vlan_filtering true by default
 2021-02-15 21:30 UTC  (2+ messages)

[PATCH] net: wan/lmc: unregister device when no matching device is found
 2021-02-15 21:10 UTC  (2+ messages)

[PATCH net-next] octeontx2-pf: fix an off by one bug in otx2_get_fecparam()
 2021-02-15 20:57 UTC  (2+ messages)

[PATCH net] cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 and ulds
 2021-02-15 20:50 UTC  (3+ messages)

[PATCH] b43: N-PHY: Fix the update of coef for the PHY revision >= 3case
 2021-02-15 20:50 UTC  (3+ messages)

[PATCH net-next] net: mscc: ocelot: avoid type promotion when calling ocelot_ifh_set_dest
 2021-02-15 20:50 UTC  (2+ messages)

[PATCH v1] atm: idt77252: fix build broken on amd64
 2021-02-15 20:50 UTC  (2+ messages)

[PATCH net-next 0/5] Propagate extack for switchdev VLANs from DSA
 2021-02-15 20:49 UTC  (3+ messages)

[net-next 0/4] net: mvpp2: Minor non functional driver code improvements
 2021-02-15 20:40 UTC  (2+ messages)

[PATCH net-next] r8169: fix resuming from suspend on RTL8105e if machine runs on battery
 2021-02-15 20:40 UTC  (2+ messages)

[PATCH v2 net-next 0/3] ptp: ptp_clockmatrix: Fix output 1 PPS alignment
 2021-02-15 19:48 UTC  (3+ messages)
` [PATCH v2 net-next 1/3] ptp: ptp_clockmatrix: Add wait_for_sys_apll_dpll_lock

[PATCH] net: wan/lmc: dont print format string when not available
 2021-02-15 19:23 UTC 

[PATCH AUTOSEL 4.9 1/3] NET: usb: qmi_wwan: Adding support for Cinterion MV31
 2021-02-15 18:37 UTC 

[PATCH AUTOSEL 4.14 1/3] NET: usb: qmi_wwan: Adding support for Cinterion MV31
 2021-02-15 18:37 UTC 

[PATCH AUTOSEL 4.19 1/3] NET: usb: qmi_wwan: Adding support for Cinterion MV31
 2021-02-15 18:37 UTC 

[PATCH AUTOSEL 5.4 1/4] NET: usb: qmi_wwan: Adding support for Cinterion MV31
 2021-02-15 18:36 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 2/4] cxgb4: Add new T6 PCI device id 0x6092

[PATCH AUTOSEL 5.10 2/6] NET: usb: qmi_wwan: Adding support for Cinterion MV31
 2021-02-15 18:36 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 3/6] cxgb4: Add new T6 PCI device id 0x6092

commit 0f0aefd733f7 to linux-firmware effectively broke all of the setups with old kernels
 2021-02-15 18:25 UTC  (3+ messages)

[net-next PATCH] octeontx2-af: cn10k: Fixes CN10K RPM reference issue
 2021-02-15 18:15 UTC  (2+ messages)

[PATCH net-next v2 1/7] mld: convert from timer to delayed work
 2021-02-15 18:04 UTC  (4+ messages)

octeontx2-af: cn10k: MAC internal loopback support
 2021-02-15 18:01 UTC  (2+ messages)
` [EXT] "

[PATCH net-next 0/4] Software fallback for bridging in DSA
 2021-02-15 17:19 UTC  (4+ messages)
` [PATCH net-next 4/4] net: dsa: don't set skb->offload_fwd_mark when not offloading the bridge

HSR/PRP sequence counter issue with Cisco Redbox
 2021-02-15 16:48 UTC  (4+ messages)
  ` AW: "

[PATCH][next] i40e: Fix uninitialized variable mfs_max
 2021-02-15 16:11 UTC 

[PATCH 0/2] Add lockdep_assert_not_held()
 2021-02-15 16:10 UTC  (7+ messages)
` [PATCH 1/2] lockdep: add lockdep_assert_not_held()


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