netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-12 21:09:37 to 2021-06-14 13:01:58 UTC [more...]

[PATCH net-next v2 0/7] Marvell Prestera driver implementation of devlink functionality
 2021-06-14 13:01 UTC  (8+ messages)
` [PATCH net-next v2 1/7] net: core: devlink: add dropped stats traps field
` [PATCH net-next v2 2/7] testing: selftests: net: forwarding: add devlink-required functionality to test (hard) dropped stats field
` [PATCH net-next v2 3/7] drivers: net: netdevsim: add devlink trap_drop_counter_get implementation
` [PATCH net-next v2 4/7] testing: selftests: drivers: net: netdevsim: devlink: add test case for hard drop statistics
` [PATCH net-next v2 5/7] net: marvell: prestera: devlink: add traps/groups implementation
` [PATCH net-next v2 6/7] net: marvell: prestera: devlink: add traps with DROP action
` [PATCH net-next v2 7/7] documentation: networking: devlink: add prestera switched driver Documentation

[PATCH v2 net-next 0/3] Fixes and improvements to TJA1103 PHY driver
 2021-06-14 12:59 UTC  (7+ messages)
` [PATCH v2 net-next 1/3] net: phy: nxp-c45-tja11xx: demote the "no PTP support" message to debug
` [PATCH v2 net-next 2/3] net: phy: nxp-c45-tja11xx: fix potential RX timestamp wraparound
` [PATCH v2 net-next 3/3] net: phy: nxp-c45-tja11xx: enable MDIO write access to the master/slave registers

[PATCH v9 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-06-14 12:49 UTC  (15+ messages)
` [PATCH v9 bpf-next 01/14] net: skbuff: add data_len field to skb_shared_info
` [PATCH v9 bpf-next 02/14] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v9 bpf-next 03/14] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v9 bpf-next 04/14] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v9 bpf-next 05/14] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v9 bpf-next 06/14] net: mvneta: enable jumbo frames for XDP
` [PATCH v9 bpf-next 07/14] net: xdp: add multi-buff support to xdp_build_skb_from_frame
` [PATCH v9 bpf-next 08/14] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v9 bpf-next 09/14] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v9 bpf-next 10/14] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v9 bpf-next 11/14] bpf: move user_size out of bpf_test_init
` [PATCH v9 bpf-next 12/14] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v9 bpf-next 13/14] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v9 bpf-next 14/14] bpf: update xdp_adjust_tail selftest to include multi-buffer

[PATCH] net: usbnet: allow overriding of default USB interface naming
 2021-06-14 12:40 UTC  (9+ messages)

[PATCH v4 0/2] MCAN: Add support for implementing transceiver as a phy
 2021-06-14 12:32 UTC  (2+ messages)

[PATCH net-next 0/3] Fixes and improvements to TJA1103 PHY driver
 2021-06-14 12:29 UTC  (6+ messages)
` [PATCH net-next 1/3] net: phy: nxp-c45-tja11xx: demote the "no PTP support" message to debug
` [PATCH net-next 2/3] net: phy: nxp-c45-tja11xx: fix potential RX timestamp wraparound
` [PATCH net-next 3/3] net: phy: nxp-c45-tja11xx: enable MDIO write access to the master/slave registers

[PATCH net-next 00/11] net: z85230: clean up some code style issues
 2021-06-14 12:28 UTC  (15+ messages)
` [PATCH net-next 01/11] net: z85230: remove redundant blank lines
` [PATCH net-next 02/11] net: z85230: add blank line after declarations
` [PATCH net-next 03/11] net: z85230: fix the code style issue about EXPORT_SYMBOL(foo)
` [PATCH net-next 04/11] net: z85230: remove redundant initialization for statics
` [PATCH net-next 05/11] net: z85230: replace comparison to NULL with "!skb"
` [PATCH net-next 06/11] net: z85230: fix the comments style issue
` [PATCH net-next 07/11] net: z85230: fix the code style issue about "if..else.."
` [PATCH net-next 08/11] net: z85230: remove trailing whitespaces
` [PATCH net-next 09/11] net: z85230: add some required spaces
` [PATCH net-next 10/11] net: z85230: fix the code style issue about open brace {
` [PATCH net-next 11/11] net: z85230: remove unnecessary out of memory message

[PATCH bpf-next 0/3] XDP bonding support
 2021-06-14 12:25 UTC  (14+ messages)
` [PATCH bpf-next 1/3] net: bonding: Add XDP support to the bonding driver
` [PATCH bpf-next 2/3] net: bonding: Use per-cpu rr_tx_counter
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for XDP bonding

[PATCH] net: qrtr: fix OOB Read in qrtr_endpoint_post
 2021-06-14 12:06 UTC 

[PATCH V2 net-next 00/11] net: z85230: clean up some code style issues
 2021-06-14 11:28 UTC  (12+ messages)
` [PATCH V2 net-next 01/11] net: z85230: remove redundant blank lines
` [PATCH V2 net-next 02/11] net: z85230: add blank line after declarations
` [PATCH V2 net-next 03/11] net: z85230: fix the code style issue about EXPORT_SYMBOL(foo)
` [PATCH V2 net-next 04/11] net: z85230: remove redundant initialization for statics
` [PATCH V2 net-next 05/11] net: z85230: replace comparison to NULL with "!skb"
` [PATCH V2 net-next 06/11] net: z85230: fix the comments style issue
` [PATCH V2 net-next 07/11] net: z85230: fix the code style issue about "if..else.."
` [PATCH V2 net-next 08/11] net: z85230: remove trailing whitespaces
` [PATCH V2 net-next 09/11] net: z85230: add some required spaces
` [PATCH V2 net-next 10/11] net: z85230: fix the code style issue about open brace {
` [PATCH V2 net-next 11/11] net: z85230: remove unnecessary out of memory message

[PATCH] net: dsa: b53: Fix dereference of null dev
 2021-06-14 11:28 UTC  (2+ messages)

[PATCH] net: wwan: iosm: Remove DEBUG flag
 2021-06-14 11:05 UTC  (2+ messages)

[PATCH net-next] net/sched: cls_flower: Remove match on n_proto
 2021-06-14 11:13 UTC 

[syzbot] INFO: trying to register non-static key in ath9k_wmi_event_tasklet
 2021-06-14 11:12 UTC 

[PATCH bpf-next 0/3] Fixes for TC-BPF series
 2021-06-14 11:08 UTC  (3+ messages)

[PATCH] ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_others
 2021-06-14 11:06 UTC  (3+ messages)

[PATCH] xfrm: delete xfrm4_output_finish xfrm6_output_finish declarations
 2021-06-14  9:57 UTC  (2+ messages)

[PATCH ipsec-next v2 0/5] xfrm: ipv6: remove hdr_off indirection
 2021-06-14  9:55 UTC  (2+ messages)

[syzbot] BUG: stack guard page was hit in preempt_count_add
 2021-06-14  9:17 UTC  (2+ messages)

[EXTERNAL] Re: [PATCH] net: phy: dp83867: perform soft reset and retain established link
 2021-06-14  8:17 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] can: bcm: fix infoleak in struct bcm_msg_head
 2021-06-14  7:20 UTC  (7+ messages)

[RFC PATCH V3 00/11] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-06-14  7:12 UTC  (9+ messages)
` [RFC PATCH V3 08/11] swiotlb: Add bounce buffer remap address setting function
` [RFC PATCH V3 10/11] HV/Netvsc: Add Isolation VM support for netvsc driver

[PATCH net-next v4 0/9] provide cable test support for the ksz886x switch
 2021-06-14  6:55 UTC  (20+ messages)
` [PATCH net-next v4 4/9] net: phy: micrel: apply resume errata workaround for ksz8873 and ksz8863
` [PATCH net-next v4 5/9] net: phy/dsa micrel/ksz886x add MDI-X support
` [PATCH net-next v4 6/9] net: phy: micrel: ksz8081 "
` [PATCH net-next v4 7/9] net: dsa: microchip: ksz8795: add LINK_MD register support
` [PATCH net-next v4 8/9] net: dsa: dsa_slave_phy_connect(): extend phy's flags with port specific phy flags
` [PATCH net-next v4 9/9] net: phy: micrel: ksz886x/ksz8081: add cabletest support

[RESEND PATCH V3 0/6] PCI: Enable 10-Bit tag support for PCIe devices
 2021-06-14  5:57 UTC  (13+ messages)
` [RESEND PATCH V3 1/6] PCI: Use cached Device Capabilities Register
` [RESEND PATCH V3 2/6] PCI: Use cached Device Capabilities 2 Register
` [RESEND PATCH V3 3/6] PCI: Add 10-Bit Tag register definitions
` [RESEND PATCH V3 4/6] PCI: Enable 10-Bit tag support for PCIe Endpoint devices
` [RESEND PATCH V3 5/6] PCI/IOV: Enable 10-Bit tag support for PCIe VF devices
` [RESEND PATCH V3 6/6] PCI: Enable 10-Bit tag support for PCIe RP devices

[PATCH net-next] ibmvnic: fix send_request_map incompatible argument
 2021-06-14  5:20 UTC 

[PATCH net-next v5 0/8] provide cable test support for the ksz886x switch
 2021-06-14  4:31 UTC  (9+ messages)
` [PATCH net-next v5 1/8] net: phy: micrel: move phy reg offsets to common header
` [PATCH net-next v5 2/8] net: dsa: microchip: ksz8795: add phylink support
` [PATCH net-next v5 3/8] net: phy: micrel: use consistent alignments
` [PATCH net-next v5 4/8] net: phy/dsa micrel/ksz886x add MDI-X support
` [PATCH net-next v5 5/8] net: phy: micrel: ksz8081 "
` [PATCH net-next v5 6/8] net: dsa: microchip: ksz8795: add LINK_MD register support
` [PATCH net-next v5 7/8] net: dsa: dsa_slave_phy_connect(): extend phy's flags with port specific phy flags
` [PATCH net-next v5 8/8] net: phy: micrel: ksz886x/ksz8081: add cabletest support

[PATCH net-next] stmmac: align RX buffers
 2021-06-14  2:25 UTC 

[PATCH] staging: qlge: change msleep to usleep_range
 2021-06-14  2:11 UTC 

[net-next: PATCH 0/3] ACPI MDIO support for Marvell controllers
 2021-06-14  0:08 UTC  (13+ messages)
` [net-next: PATCH 1/3] net: mvmdio: add ACPI support
` [net-next: PATCH 2/3] net: mvpp2: enable using phylink with ACPI
` [net-next: PATCH 3/3] net: mvpp2: remove unused 'has_phy' field

Realtek 8139 problem on 486
 2021-06-13 21:52 UTC  (26+ messages)

[PATCH V5 00/16] net: iosm: PCIe Driver for Intel M.2 Modem
 2021-06-13 21:30 UTC  (19+ messages)
` [PATCH V5 01/16] net: iosm: entry point
` [PATCH V5 02/16] net: iosm: irq handling
` [PATCH V5 03/16] net: iosm: mmio scratchpad
` [PATCH V5 04/16] net: iosm: shared memory IPC interface
` [PATCH V5 05/16] net: iosm: shared memory I/O operations
` [PATCH V5 06/16] net: iosm: channel configuration
` [PATCH V5 07/16] net: iosm: wwan port control device
` [PATCH V5 08/16] net: iosm: bottom half
` [PATCH V5 09/16] net: iosm: multiplex IP sessions
` [PATCH V5 10/16] net: iosm: encode or decode datagram
` [PATCH V5 11/16] net: iosm: power management
` [PATCH V5 12/16] net: iosm: shared memory protocol
` [PATCH V5 13/16] net: iosm: protocol operations
` [PATCH V5 14/16] net: iosm: uevent support
` [PATCH V5 15/16] net: iosm: net driver
` [PATCH V5 16/16] net: iosm: infrastructure

[PATCH RFC bpf-next 0/7] Add bpf_link based TC-BPF API
 2021-06-13 21:10 UTC  (13+ messages)

[PATCH 0/9] riscv: improve self-protection
 2021-06-13 19:50 UTC  (7+ messages)
` [PATCH 7/9] riscv: bpf: Avoid breaking W^X

quic in-kernel implementation?
 2021-06-13 18:08 UTC  (9+ messages)

[PATCH] net: phy: micrel: remove redundant assignment to pointer of_node
 2021-06-13 16:37 UTC  (2+ messages)

[PATCH v2 0/2] Add Ingenic SoCs MAC support
 2021-06-13 16:31 UTC  (10+ messages)
` [PATCH v2 2/2] net: stmmac: "

memory leak in bpf
 2021-06-13 15:17 UTC  (10+ messages)

[PATCH v1 1/2] dt-bindings: net: mediatek: Support custom ifname
 2021-06-13 14:59 UTC  (6+ messages)
` [PATCH v1 2/2] net: ethernet: mtk_eth_soc: "
` [PATCH v2 1/2] dt-bindings: net: mediatek: "
` [PATCH v2 2/2] net: ethernet: mtk_eth_soc: "

[PATCH net-next] mld: avoid unnecessary high order page allocation in mld_newpack()
 2021-06-13 14:43 UTC 

[PATCH v2] bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc
 2021-06-13 14:34 UTC 

[PATCH net-next v2 1/1] net: qualcomm: rmnet: always expose a few functions
 2021-06-13 14:25 UTC 

[PATCH ethtool v3 0/4] Extend module EEPROM API
 2021-06-13 14:20 UTC  (3+ messages)
` [PATCH ethtool v3 3/4] ethtool: Rename QSFP-DD identifiers to use CMIS

[PATCH] rpc: remove redundant initialization of variable status
 2021-06-13 14:06 UTC 

[PATCH] ipv6: fib6: remove redundant initialization of variable err
 2021-06-13 13:46 UTC 

[net-next PATCH] octeontx2-pf: Cleanup flow rule management
 2021-06-13 10:53 UTC 

[PATCH] ath10k: demote chan info without scan request warning
 2021-06-13  9:01 UTC  (4+ messages)

[PATCH net-next 00/11] Marvell Prestera driver implementation of devlink functionality
 2021-06-13  7:34 UTC  (6+ messages)
` [PATCH net-next 10/11] net: marvell: prestera: add storm control (rate limiter) implementation

[PATCH net] ipv4: Fix device used for dst_alloc with local routes
 2021-06-13  0:24 UTC 

[PATCH V2] treewide: Add missing semicolons to __assign_str uses
 2021-06-12 23:11 UTC  (2+ messages)

[PATCH net-next v3 0/4] net: Add WWAN link creation support
 2021-06-12 21:10 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).