netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-09 19:33:20 to 2020-01-10 11:55:40 UTC [more...]

[PATCH 00/14] net: axienet: Error handling, SGMII and 64-bit DMA fixes
 2020-01-10 11:54 UTC  (14+ messages)
` [PATCH 02/14] net: axienet: Propagate failure of DMA descriptor setup
` [PATCH 03/14] net: axienet: Fix DMA descriptor cleanup path
` [PATCH 04/14] net: axienet: Improve DMA error handling
` [PATCH 05/14] net: axienet: Factor out TX descriptor chain cleanup
` [PATCH 06/14] net: axienet: Check for DMA mapping errors
` [PATCH 07/14] net: axienet: Fix SGMII support
` [PATCH 08/14] net: axienet: Drop MDIO interrupt registers from ethtools dump
` [PATCH 09/14] net: axienet: Add mii-tool support
` [PATCH 10/14] net: axienet: Wrap DMA pointer writes to prepare for 64 bit
` [PATCH 11/14] net: axienet: Upgrade descriptors to hold 64-bit addresses
` [PATCH 12/14] net: axienet: Autodetect 64-bit DMA capability
` [PATCH 13/14] net: axienet: Allow DMA to beyond 4GB
` [PATCH 14/14] net: axienet: Update devicetree binding documentation

[PATCH net] net: macb: fix for fixed-link mode
 2020-01-10 11:53 UTC  (2+ messages)

[drivers/net/phy/sfp] intermittent failure in state machine checks
 2020-01-10 11:46 UTC  (21+ messages)

[PATCH 00/17] octeontx2-pf: Add network driver for physical function
 2020-01-10 11:42 UTC  (18+ messages)
` [PATCH 01/17] octeontx2-pf: Add Marvell OcteonTX2 NIC driver
` [PATCH 02/17] octeontx2-pf: Mailbox communication with AF
` [PATCH 03/17] octeontx2-pf: Attach NIX and NPA block LFs
` [PATCH 04/17] octeontx2-pf: Initialize and config queues
` [PATCH 05/17] octeontx2-pf: Setup interrupts and NAPI handler
` [PATCH 06/17] octeontx2-pf: Receive packet handling support
` [PATCH 07/17] octeontx2-pf: Add packet transmission support
` [PATCH 08/17] octeontx2-pf: Register and handle link notifications
` [PATCH 09/17] octeontx2-pf: MTU, MAC and RX mode config support
` [PATCH 10/17] octeontx2-pf: Error handling support
` [PATCH 11/17] octeontx2-pf: Receive side scaling support
` [PATCH 12/17] octeontx2-pf: TCP segmentation offload support
` [PATCH 13/17] octeontx2-pf: Add ndo_get_stats64
` [PATCH 14/17] octeontx2-pf: Add basic ethtool support
` [PATCH 15/17] octeontx2-pf: ethtool RSS config support
` [PATCH 16/17] Documentation: net: octeontx2: Add RVU HW and drivers overview
` [PATCH 17/17] MAINTAINERS: Add entry for Marvell OcteonTX2 Physical Function driver

[RFC PATCH v9 0/8] Enable ptp_kvm for arm64
 2020-01-10 10:56 UTC  (15+ messages)
` [RFC PATCH v9 6/8] psci: Add hvc call service for ptp_kvm
` [RFC PATCH v9 7/8] ptp: arm64: Enable ptp_kvm for arm64

[PATCH bpf-next v2 00/11] Extend SOCKMAP to store listening sockets
 2020-01-10 10:50 UTC  (12+ messages)
` [PATCH bpf-next v2 01/11] bpf, sk_msg: Don't reset saved sock proto on restore
` [PATCH bpf-next v2 02/11] net, sk_msg: Annotate lockless access to sk_prot on clone
` [PATCH bpf-next v2 03/11] net, sk_msg: Clear sk_user_data pointer on clone if tagged
` [PATCH bpf-next v2 04/11] tcp_bpf: Don't let child socket inherit parent protocol ops on copy
` [PATCH bpf-next v2 05/11] bpf, sockmap: Allow inserting listening TCP sockets into sockmap
` [PATCH bpf-next v2 06/11] bpf, sockmap: Don't set up sockmap progs for listening sockets
` [PATCH bpf-next v2 07/11] bpf, sockmap: Return socket cookie on lookup from syscall
` [PATCH bpf-next v2 08/11] bpf, sockmap: Let all kernel-land lookup values in SOCKMAP
` [PATCH bpf-next v2 09/11] bpf: Allow selecting reuseport socket from a SOCKMAP
` [PATCH bpf-next v2 10/11] selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP
` [PATCH bpf-next v2 11/11] selftests/bpf: Tests for SOCKMAP holding listening sockets

[PATCH] pktgen: create packet use IPv6 source address between src6_min and src6_max
 2020-01-10 10:28 UTC 

[PATCH bpf-next 0/6] bpf: Introduce global functions
 2020-01-10 10:08 UTC  (7+ messages)
` [PATCH bpf-next 3/6] bpf: Introduce function-by-function verification

[PATCH v2 0/3] devlink region trigger support
 2020-01-10  9:40 UTC  (6+ messages)
` [PATCH v2 1/3] devlink: add callback to trigger region snapshots
` [PATCH v2 3/3] netdevsim: support triggering snapshot through devlink

[PATCH 1/2] devlink: correct misspelling of snapshot
 2020-01-10  9:36 UTC  (7+ messages)
` [PATCH 2/2] doc: fix typo of snapshot in documentation

[RFC net-next Patch 0/3] net: bridge: mrp: Add support for Media Redundancy Protocol(MRP)
 2020-01-10  9:02 UTC  (3+ messages)

[PATCH net-next] mlx4: Bump up MAX_MSIX from 64 to 128
 2020-01-10  8:51 UTC  (2+ messages)

[PATCH net-next 0/9 v4] IXP4xx networking cleanups
 2020-01-10  8:28 UTC  (10+ messages)
` [PATCH net-next 1/9 v4] wan: ixp4xx_hss: fix compile-testing on 64-bit
` [PATCH net-next 2/9 v4] wan: ixp4xx_hss: prepare compile testing
` [PATCH net-next 3/9 v4] ptp: ixp46x: move adjacent to ethernet driver
` [PATCH net-next 4/9 v4] ixp4xx_eth: move platform_data definition
` [PATCH net-next 5/9 v4] net: ethernet: ixp4xx: Standard module init
` [PATCH net-next 6/9 v4] net: ethernet: ixp4xx: Use distinct local variable
` [PATCH net-next 7/9 v4] net: ehernet: ixp4xx: Use netdev_* messages
` [PATCH net-next 8/9 v4] ARM/net: ixp4xx: Pass ethernet physical base as resource
` [PATCH net-next 9/9 v4] net: ethernet: ixp4xx: Use parent dev for DMA pool

[PATCH net] net/route: remove ip route rtm_src_len, rtm_dst_len valid check
 2020-01-10  8:24 UTC 

linux-next: Fixes tag needs some work in the net tree
 2020-01-10  8:15 UTC 

[PATCH v3 0/6] CTU CAN FD open-source IP core SocketCAN driver, PCI, platform integration and documentation
 2020-01-10  7:29 UTC  (4+ messages)
` [PATCH v3 2/6] dt-bindings: net: can: binding for CTU CAN FD open-source IP core

[PATCH 1/2] igb: Use device_lock() insead of rtnl_lock()
 2020-01-10  7:41 UTC  (2+ messages)
` [PATCH 2/2] ethtool: Call begin() and complete() in __ethtool_get_link_ksettings()

[PATCH 0/2] ath10k: Enable QDSS clock on sm8150
 2020-01-10  7:16 UTC  (2+ messages)

WARNING in add_event_to_ctx
 2020-01-10  6:50 UTC  (2+ messages)

[PATCH v3 bpf-next 0/6] bpf: Introduce global functions
 2020-01-10  6:41 UTC  (7+ messages)
` [PATCH v3 bpf-next 1/6] libbpf: Sanitize "
` [PATCH v3 bpf-next 2/6] bpf: Introduce function-by-function verification
` [PATCH v3 bpf-next 3/6] selftests/bpf: Add fexit-to-skb test for global funcs
` [PATCH v3 bpf-next 4/6] selftests/bpf: Add a test for a large global function
` [PATCH v3 bpf-next 5/6] selftests/bpf: Modify a test to check global functions
` [PATCH v3 bpf-next 6/6] selftests/bpf: Add unit tests for "

[PATCH bpf-next 0/3] Fix usage of bpf_helper_defs.h in selftests/bpf
 2020-01-10  6:29 UTC  (6+ messages)
` [PATCH bpf-next 1/3] libbpf,selftests/bpf: fix clean targets
` [PATCH bpf-next 2/3] selftests/bpf: ensure bpf_helper_defs.h are taken from selftests dir
` [PATCH bpf-next 3/3] selftests/bpf: further clean up Makefile output

[PATCH net-next v3 0/2] net: sched: add Flow Queue PIE packet scheduler
 2020-01-10  6:26 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net: sched: pie: refactor code
` [PATCH net-next v3 2/2] net: sched: add Flow Queue PIE packet scheduler

[PATCH net-next] sfc: remove set but not used variable 'nic_data'
 2020-01-10  6:09 UTC 

[PATCH v2] virtio_net: CTRL_GUEST_OFFLOADS depends on CTRL_VQ
 2020-01-10  6:12 UTC  (3+ messages)

[PATCH v2 bpf-next] selftests/bpf: add BPF_HANDLER, BPF_KPROBE, and BPF_KRETPROBE macros
 2020-01-10  6:12 UTC 

WARNING: bad unlock balance in sch_direct_xmit
 2020-01-10  6:02 UTC  (10+ messages)

[PATCH bpf-next] libbpf: make bpf_map order and indices stable
 2020-01-10  5:21 UTC  (2+ messages)

[PATCH v3 0/5] QRTR flow control improvements
 2020-01-10  3:07 UTC  (3+ messages)
` [PATCH v3 2/5] net: qrtr: Implement outgoing flow control

[net 0/7][pull request] Intel Wired LAN Driver Updates 2020-01-09
 2020-01-10  2:46 UTC  (2+ messages)

[PATCH net-next v7 00/11] Multipath TCP: Prerequisites
 2020-01-10  2:44 UTC  (6+ messages)
` [PATCH net-next v7 02/11] sock: Make sk_protocol a 16-bit value
    ` [MPTCP] "

KASAN: null-ptr-deref Write in x25_connect
 2020-01-10  2:40 UTC  (3+ messages)
` [PATCH] net/x25: fix nonblocking connect

[PATCH][net-next] flow_dissector: fix document for skb_flow_get_icmp_tci
 2020-01-10  2:37 UTC  (2+ messages)

[net-next PATCH] net/ncsi: Support for multi host mellanox card
 2020-01-10  2:36 UTC  (2+ messages)

[PATCH net] sh_eth: check sh_eth_cpu_data::dual_port when dumping registers
 2020-01-10  2:35 UTC  (2+ messages)

[PATCH v3] net: stmmac: pci: remove the duplicate code of set phy_mask
 2020-01-10  2:35 UTC  (2+ messages)

linux-next: build failure after merge of the net-next tree
 2020-01-10  2:30 UTC  (2+ messages)

[PATCH net-next] bnxt: Detach page from page pool before sending up the stack
 2020-01-10  2:19 UTC  (2+ messages)

[PATCH 0/3] tracing: perf: Rename ring_buffer to perf_buffer and trace_buffer
 2020-01-10  2:03 UTC  (4+ messages)
` [PATCH 1/3] perf: Make struct ring_buffer less ambiguous
` [PATCH 2/3] tracing: Rename trace_buffer to array_buffer
` [PATCH 3/3] tracing: Make struct ring_buffer less ambiguous

[PATCH v16 0/5] BPF: New helper to obtain namespace data from current task
 2020-01-10  1:46 UTC  (2+ messages)

[PATCH net-next] sfc: remove duplicated include from ef10.c
 2020-01-10  1:35 UTC 

[PATCH][bpf-next][v2] bpf: return -EBADRQC for invalid map type in __bpf_tx_xdp_map
 2020-01-10  1:04 UTC 

[RFC PATCH V2 01/11] xen/manage: keep track of the on-going suspend mode
 2020-01-10  0:54 UTC  (4+ messages)

ethtool option to force interpretation of diagnostics?
 2020-01-10  0:25 UTC 

[RFC PATCH V2 09/11] xen: Clear IRQD_IRQ_STARTED flag during shutdown PIRQs
 2020-01-09 23:40 UTC  (5+ messages)

[bpf PATCH 0/9] Fixes for sockmap/tls from more complex BPF progs
 2020-01-09 23:28 UTC  (13+ messages)
` [bpf PATCH 3/9] bpf: sockmap/tls, push write_space updates through ulp updates
` [bpf PATCH 6/9] bpf: sockmap/tls, tls_sw can create a plaintext buf > encrypt buf
` [bpf PATCH 7/9] bpf: sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining
` [bpf PATCH 8/9] bpf: sockmap/tls, tls_push_record can not handle zero length skmsg
` [bpf PATCH 9/9] bpf: sockmap/tls, fix pop data with SK_DROP return code

[PATCH 00/17] devlink documentation refactor
 2020-01-09 22:57 UTC  (19+ messages)
` [PATCH 01/17] devlink: add macro for "fw.psid"
` [PATCH 02/17] devlink: move devlink documentation to subfolder
` [PATCH 03/17] devlink: convert devlink-health.txt to rst format
` [PATCH 04/17] devlink: rename devlink-info-versions.rst and add a header
` [PATCH 05/17] devlink: convert devlink-params.txt to reStructuredText
` [PATCH 06/17] devlink: add documentation for generic devlink parameters
` [PATCH 07/17] devlink: mention reloading in devlink-params.rst
` [PATCH 08/17] devlink: convert driver-specific files to reStructuredText
` [PATCH 09/17] devlink: document info versions for each driver
` [PATCH 10/17] devlink: add parameter documentation for the mlx4 driver
` [PATCH 11/17] devlink: add a driver-specific file for the qed driver
` [PATCH 12/17] devlink: add a file documenting devlink regions
` [PATCH 13/17] devlink: add documentation for ionic device driver
` [PATCH 14/17] devlink: rename and expand devlink-trap-netdevsim.rst
` [PATCH 15/17] devlink: add a devlink-resource.rst documentation file
` [PATCH 16/17] devlink: introduce devlink-dpipe.rst "
` [PATCH 17/17] devlink: document region snapshot triggering from userspace

[PATCH bpf-next v4 00/11] Introduce BPF STRUCT_OPS
 2020-01-09 22:36 UTC  (3+ messages)

[PATCH v2 bpf-next 0/7] bpf: Introduce global functions
 2020-01-09 22:35 UTC  (8+ messages)
` [PATCH v2 bpf-next 3/7] bpf: Introduce function-by-function verification
` [PATCH v2 bpf-next 7/7] selftests/bpf: Add unit tests for global functions

[PATCH bpf-next] selftests/bpf: add BPF_HANDLER, BPF_KPROBE, and BPF_KRETPROBE macros
 2020-01-09 22:35 UTC  (3+ messages)

[PATCH] bpf/sockmap: read psock ingress_msg before sk_receive_queue
 2020-01-09 22:16 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-09 22:07 UTC  (2+ messages)

[PATCH 0/2] Convert stm32 dwmac to DT schema
 2020-01-09 21:34 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: net: dwmac: increase 'maxItems' for 'clocks', 'clock-names' properties

[PATCH 12/16] dt-bindings: spi_atmel: add microchip,sam9x60-spi
 2020-01-09 21:31 UTC  (2+ messages)
` Applied "dt-bindings: spi_atmel: add microchip,sam9x60-spi" to the spi tree

[PATCH net-next 0/2] mlxsw: Firmware version updates
 2020-01-09 20:36 UTC  (2+ messages)

[question] About triggering a region snapshot through the devlink cmd
 2020-01-09 20:05 UTC  (4+ messages)
    ` FW: "

[PATCH net-next 00/15] r8169: factor out chip-specific PHY configuration to a separate source file
 2020-01-09 19:34 UTC  (16+ messages)
` [PATCH net-next 01/15] r8169: prepare for exporting rtl_hw_phy_config
` [PATCH net-next 02/15] r8169: remove not needed debug print in rtl8169_init_phy
` [PATCH net-next 03/15] r8169: move RTL8169scd Gigabyte PHY quirk
` [PATCH net-next 04/15] r8169: change argument type of EEE PHY functions
` [PATCH net-next 05/15] r8169: change argument type of RTL8168g-specific PHY config functions
` [PATCH net-next 06/15] r8169: switch to phylib functions in rtl_writephy_batch
` [PATCH net-next 07/15] r8169: move setting ERI register 0x1d0 for RTL8106
` [PATCH net-next 08/15] r8169: move disabling MAC EEE for RTL8402/RTL8106e
` [PATCH net-next 09/15] r8169: replace rtl_patchphy
` [PATCH net-next 10/15] r8169: replace rtl_w0w1_phy
` [PATCH net-next 11/15] r8169: use phy_read/write instead of rtl_readphy/writephy
` [PATCH net-next 12/15] r8169: add phydev argument to rtl8168d_apply_firmware_cond
` [PATCH net-next 13/15] r8169: rename rtl_apply_firmware
` [PATCH net-next 14/15] r8169: add r8169.h
` [PATCH net-next 15/15] r8169: factor out PHY configuration to r8169_phy_config.c


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