netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-13 11:32:50 to 2020-07-13 19:55:17 UTC [more...]

[PATCH] amd8111e: switch from 'pci_' to 'dma_' API
 2020-07-13 19:55 UTC 

[PATCH v2 00/11] Fix PM hibernation in Xen guests
 2020-07-13 19:43 UTC  (5+ messages)
` [PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode

[PATCH V2 net-next 0/7] ENA driver new features
 2020-07-13 19:39 UTC  (4+ messages)
` [PATCH V2 net-next 1/7] net: ena: avoid unnecessary rearming of interrupt vector when busy-polling

[PATCH bpf-next 00/13] bpf: implement bpf iterator for map elements
 2020-07-13 18:49 UTC  (15+ messages)
` [PATCH bpf-next 01/13] bpf: refactor bpf_iter_reg to have separate seq_info member
` [PATCH bpf-next 02/13] bpf: refactor to provide aux info to bpf_iter_init_seq_priv_t
` [PATCH bpf-next 03/13] bpf: support readonly buffer in verifier
` [PATCH bpf-next 04/13] bpf: implement bpf iterator for map elements
` [PATCH bpf-next 05/13] bpf: implement bpf iterator for hash maps
` [PATCH bpf-next 06/13] bpf: implement bpf iterator for array maps
` [PATCH bpf-next 07/13] bpf: implement bpf iterator for sock local storage map
` [PATCH bpf-next 08/13] tools/libbpf: add support for bpf map element iterator
` [PATCH bpf-next 09/13] tools/bpftool: add bpftool "
` [PATCH bpf-next 10/13] selftests/bpf: add test for bpf hash map iterators
` [PATCH bpf-next 11/13] selftests/bpf: add test for bpf array "
` [PATCH bpf-next 12/13] selftests/bpf: add a test for bpf sk_storage_map iterator
` [PATCH bpf-next 13/13] selftests/bpf: add a test for out of bound rdonly buf access

[PATCH] [NET] AX.25 Kconfig: Replace HTTP links with HTTPS ones
 2020-07-13 19:34 UTC  (2+ messages)

KASAN: slab-out-of-bounds Read in hci_inquiry_result_with_rssi_evt
 2020-07-13 19:24 UTC 

[PATCH] tls: add zerocopy device sendpage
 2020-07-13 19:05 UTC  (2+ messages)

[PATCH net-next] rtnetlink: Fix memory(net_device) leak when ->newlink fails
 2020-07-13 19:02 UTC  (2+ messages)

[PATCH net] net: dsa: link interfaces with the DSA master to get rid of lockdep warnings
 2020-07-13 18:59 UTC  (7+ messages)

[PATCH] [DCCP]: Replace HTTP links with HTTPS ones
 2020-07-13 18:55 UTC  (2+ messages)

[PATCH net-next v3 00/12] bridge: mrp: Add support for interconnect ring
 2020-07-13 18:54 UTC  (3+ messages)
` [PATCH net-next v3 08/12] bridge: mrp: Implement the MRP Interconnect API

[RFC] bonding driver terminology change proposal
 2020-07-13 18:51 UTC 

[PATCH] net: fddi: skfp: Remove addr_to_string()
 2020-07-13 18:50 UTC  (2+ messages)

[PATCH 0/5] RFC: connector: Add network namespace awareness
 2020-07-13 18:39 UTC  (8+ messages)

[PATCH net-next 0/3] chtls: fix inline tls bugs
 2020-07-13 18:35 UTC  (4+ messages)
` [PATCH net-next 1/3] crypto/chtls: correct net_device reference count
` [PATCH net-next 2/3] crypto/chtls: fix tls alert messages
` [PATCH net-next 3/3] crypto/chtls: Enable tcp window scaling option

[RFC PATCH bpf-next 0/3] bpf, riscv: Add compressed instructions to rv64 JIT
 2020-07-13 18:37 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/3] bpf, riscv: Modify JIT ctx to support compressed instructions
` [RFC PATCH bpf-next 2/3] bpf, riscv: Add encodings for "
` [RFC PATCH bpf-next 3/3] bpf, riscv: Use compressed instructions in the rv64 JIT

[PATCH net-next v6 0/4] net: enetc: remove bootloader dependency
 2020-07-13 18:37 UTC  (14+ messages)
` [PATCH net-next v6 1/4] net: phy: add USXGMII link partner ability constants
` [PATCH net-next v6 2/4] net: dsa: felix: (re)use already existing constants
` [PATCH net-next v6 3/4] net: enetc: Initialize SerDes for SGMII and USXGMII protocols
` [PATCH net-next v6 4/4] net: enetc: Use DT protocol information to set up the ports

[PATCH bpf-next 0/4] bpf: cgroup skb improvements for bpf_prog_test_run
 2020-07-13 18:25 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf: setup socket family and addresses in bpf_prog_test_run_skb
` [PATCH bpf-next 2/4] bpf: allow to specify ifindex for skb "
` [PATCH bpf-next 3/4] bpf: export some cgroup storages allocation helpers for reusing
` [PATCH bpf-next 4/4] bpf: try to use existing cgroup storage in bpf_prog_test_run_skb

[PATCH net-next] net: bridge: fix undefined br_vlan_can_enter_range in tunnel code
 2020-07-13 18:23 UTC  (2+ messages)

[PATCH bpf-next v4 00/16] Run a BPF program on socket lookup
 2020-07-13 17:46 UTC  (17+ messages)
` [PATCH bpf-next v4 01/16] bpf, netns: Handle multiple link attachments
` [PATCH bpf-next v4 02/16] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next v4 03/16] inet: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v4 04/16] inet: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v4 05/16] inet6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v4 06/16] inet6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v4 07/16] udp: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v4 08/16] udp: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v4 09/16] udp6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v4 10/16] udp6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v4 11/16] bpf: Sync linux/bpf.h to tools/
` [PATCH bpf-next v4 12/16] libbpf: Add support for SK_LOOKUP program type
` [PATCH bpf-next v4 13/16] tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
` [PATCH bpf-next v4 14/16] selftests/bpf: Add verifier tests for bpf_sk_lookup context access
` [PATCH bpf-next v4 15/16] selftests/bpf: Rename test_sk_lookup_kern.c to test_ref_track_kern.c
` [PATCH bpf-next v4 16/16] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

[net-next 0/5][pull request] 100GbE Intel Wired LAN Driver Updates 2020-07-13
 2020-07-13 17:43 UTC  (6+ messages)
` [net-next 1/5] ice: add the virtchnl handler for AdminQ command
` [net-next 2/5] ice: add DCF cap negotiation and state machine
` [net-next 3/5] ice: support to get the VSI mapping
` [net-next 4/5] ice: enable DDP package info querying
` [net-next 5/5] ice: add switch rule management for DCF

[PATCH] net: wan: cosa: Replace HTTP links with HTTPS ones
 2020-07-13 17:34 UTC 

[PATCH] net: jme: Replace HTTP links with HTTPS ones
 2020-07-13 17:24 UTC 

pull-request: wireless-drivers-2020-07-13
 2020-07-13 17:21 UTC 

[PATCH] net: ethernet: Replace HTTP links with HTTPS ones
 2020-07-13 17:14 UTC 

[PATCH net-next v3 0/4] ] TC datapath hash api
 2020-07-13 17:11 UTC  (3+ messages)
` [PATCH net-next v3 1/4] net/sched: Add skb->hash field editing via act_skbedit

[PATCH v4 net-next 00/11] New DSA driver for VSC9953 Seville switch
 2020-07-13 16:57 UTC  (12+ messages)
` [PATCH v4 net-next 01/11] net: mscc: ocelot: convert port registers to regmap
` [PATCH v4 net-next 02/11] soc: mscc: ocelot: add MII registers description
` [PATCH v4 net-next 03/11] net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfields
` [PATCH v4 net-next 04/11] net: dsa: felix: create a template for the DSA tags on xmit
` [PATCH v4 net-next 05/11] net: mscc: ocelot: split writes to pause frame enable bit and to thresholds
` [PATCH v4 net-next 06/11] net: mscc: ocelot: disable flow control on NPI interface
` [PATCH v4 net-next 07/11] net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfield
` [PATCH v4 net-next 08/11] net: mscc: ocelot: extend watermark encoding function
` [PATCH v4 net-next 09/11] net: dsa: felix: move probing to felix_vsc9959.c
` [PATCH v4 net-next 10/11] net: dsa: felix: introduce support for Seville VSC9953 switch
` [PATCH v4 net-next 11/11] docs: devicetree: add bindings for Seville DSA switch inside Felix driver

[PATCH 3/14 v3] ath9k: Check the return value of pcie_capability_read_*()
 2020-07-13 17:55 UTC  (2+ messages)
` [PATCH 4/14 v3] iwlegacy: "

[PATCH bpf v2] xsk: fix memory leak and packet loss in Tx skb path
 2020-07-13 16:53 UTC  (4+ messages)

amplifying qdisc
 2020-07-13 16:52 UTC  (4+ messages)

[Linux-kernel-mentees] [PATCH 1/2] net/bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()
 2020-07-13 16:42 UTC  (4+ messages)
` [Linux-kernel-mentees] [PATCH 2/2] net/bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()

[PATCH net-next 00/20] net simple kerneldoc fixes
 2020-07-13 16:40 UTC  (7+ messages)
` [PATCH net-next 06/20] net: ipv4: "
` [PATCH net-next 11/20] net: netlabel: "
` [PATCH net-next 18/20] net: tipc: "

[PATCH 0/3] arm64: allwinner: a64: add bluetooth support for Pinebook
 2020-07-13 16:32 UTC  (7+ messages)
` [PATCH 1/3] Bluetooth: Add new quirk for broken local ext features max_page

[PATCH] ip6_gre: fix null-ptr-deref in ip6gre_init_net()
 2020-07-13 16:31 UTC  (2+ messages)

[PATCH net-next 0/3] vxlan, geneve: allow to turn off PMTU updates on encap socket
 2020-07-13 16:22 UTC  (10+ messages)
` [PATCH net-next 1/3] udp_tunnel: allow to turn off path mtu discovery on encap sockets

WARNING in submit_bio_checks
 2020-07-13 16:16 UTC  (3+ messages)

[PATCH iproute2,v2 0/2] ip xfrm: policy: support policies with IF_ID in get/delete/deleteall
 2020-07-13 15:52 UTC  (2+ messages)

[PATCH net-next v2 0/2] DP83822 Fiber enablement
 2020-07-13 15:51 UTC  (8+ messages)
` [PATCH net-next v2 1/2] dt-bindings: net: dp83822: Add TI dp83822 phy
` [PATCH net-next v2 2/2] net: phy: DP83822: Add ability to advertise Fiber connection

[PATCH v3 net-next 0/3] Add PTP support for Octeontx2
 2020-07-13 15:50 UTC  (6+ messages)
` [PATCH v3 net-next 3/3] octeontx2-pf: Add support for PTP clock

[PATCH v6 0/2] net: macb: Wake-on-Lan magic packet GEM and MACB handling
 2020-07-13 15:45 UTC  (3+ messages)
` [PATCH v6 1/2] net: macb: WoL support for GEM type of Ethernet controller

[PATCH v1 0/8] Hirschmann Hellcreek DSA driver
 2020-07-13 15:38 UTC  (11+ messages)
` [PATCH v1 4/8] net: dsa: hellcreek: Add support for hardware timestamping
` [PATCH v1 8/8] dt-bindings: net: dsa: Add documentation for Hellcreek switches

[PATCH net-next] devlink: Fix use-after-free when destroying health reporters
 2020-07-13 15:20 UTC 

[PATCH] net: phy: fix mdio-mscc-miim build
 2020-07-13 15:18 UTC  (2+ messages)

[PATCH net-next v1 0/5] add cable test support for ksz8081 and ksz8873
 2020-07-13 15:17 UTC  (5+ messages)
` [PATCH net-next v1 5/5] net: phy: micrel: ksz886x/ksz8081: add cabletest support

[PATCH iproute2-next master] bridge: fdb show: fix fdb entry state output for json context
 2020-07-13 14:54 UTC  (2+ messages)

[PATCH v1 0/2] ipw2x00: use generic power management
 2020-07-13 14:41 UTC  (2+ messages)

[PATCH bpf-next 2/7] bpf, xdp: add bpf_link-based XDP attachment API
 2020-07-13 14:32 UTC  (2+ messages)
  ` [PATCH bpf-next 4/7] bpf: implement BPF XDP link-specific introspection APIs

[PATCH] isdn/capi: Replace HTTP links with HTTPS ones
 2020-07-13 14:30 UTC 

[PATCH 0/5] ath9k: bug fixes
 2020-07-13 14:26 UTC  (8+ messages)
` [PATCH 5/5] ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb
  ` [BISECTED REGRESSION] "
      ` [PATCH] Revert "ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb"

[PATCH net-next 00/10] net: atlantic: various features
 2020-07-13 14:25 UTC  (12+ messages)
` [PATCH net-next 01/10] net: atlantic: media detect
` [PATCH net-next 02/10] net: atlantic: move FRAC_PER_NS to aq_hw.h
` [PATCH net-next 03/10] net: atlantic: additional per-queue stats
` [PATCH net-next 04/10] net: atlantic: PTP statistics
` [PATCH net-next 05/10] net: atlantic: enable ipv6 support for TCP LSO and UDP GSO
` [PATCH net-next 06/10] net: atlantic: add support for 64-bit reads/writes
` [PATCH net-next 07/10] net: atlantic: use U32_MAX in aq_hw_utils.c
` [PATCH net-next 08/10] net: atlantic: use intermediate variable to improve readability a bit
` [PATCH net-next 09/10] net: atlantic: A0 ntuple filters
` [PATCH net-next 10/10] net: atlantic: add hwmon getter for MAC temperature

[PATCH net-next v2] net: make symbol 'flush_works' static
 2020-07-13 14:23 UTC 

[PATCH net-next v1] hinic: add firmware update support
 2020-07-13 14:05 UTC 

[PATCH 0/6] staging: qlge: General cleanup and refactor
 2020-07-13 14:17 UTC  (10+ messages)
` [PATCH 1/6] staging: qlge: qlge.h: Function definition arguments should have names
` [PATCH 2/6] staging: qlge: qlge.h: Insert line after declaration
` [PATCH 3/6] staging: qlge: qlge_dbg: Simplify while statements
` [PATCH 4/6] staging: qlge: qlge_main: "
` [PATCH 5/6] staging: qlge: qlge_mpi: "
` [PATCH 6/6] staging: qlge: qlge_ethtool: Remove one byte memset

[RFC PATCH 11/35] r8169: Change PCIBIOS_SUCCESSFUL to 0
 2020-07-13 13:45 UTC  (7+ messages)
` [RFC PATCH 12/35] r8169: Tidy Success/Failure checks
` [RFC PATCH 19/35] atm: Change PCIBIOS_SUCCESSFUL to 0
` [RFC PATCH 20/35] atm: Tidy Success/Failure checks
` [RFC PATCH 21/35] atm: Fix Style ERROR- assignment in if condition

[PATCH net-next v3 0/7] Add devlink-health support for devlink ports
 2020-07-13 14:07 UTC  (4+ messages)
` [PATCH net-next v3 5/7] devlink: Add devlink health port reporters API

[PATCH net-next 0/6] enetc: Add adaptive interrupt coalescing
 2020-07-13 12:56 UTC  (7+ messages)
` [PATCH net-next 1/6] enetc: Refine buffer descriptor ring sizes
` [PATCH net-next 2/6] enetc: Factor out the traffic start/stop procedures
` [PATCH net-next 3/6] enetc: Fix interrupt coalescing register naming
` [PATCH net-next 4/6] enetc: Add interrupt coalescing support
` [PATCH net-next 5/6] enetc: Drop redundant ____cacheline_aligned_in_smp
` [PATCH net-next 6/6] enetc: Add adaptive interrupt coalescing

[PATCH net-next] net: ipa: fix kerneldoc comments
 2020-07-13 12:24 UTC 

[PATCH 1/1] ax88172a: fix ax88172a_unbind() failures
 2020-07-13 11:58 UTC 

[PATCH v3 bpf-next 0/2] bpf: fix use of trace_printk() in BPF
 2020-07-13 11:52 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/2] bpf: use dedicated bpf_trace_printk event instead of trace_printk()
` [PATCH v3 bpf-next 2/2] selftests/bpf: add selftests verifying bpf_trace_printk() behaviour

88E6176 dsa switch on ls1021a (GIANFAR)
 2020-07-13 11:52 UTC  (3+ messages)

[PATCH net-next v2 00/13] mlxsw: Add support for buffer drops mirroring
 2020-07-13 11:46 UTC  (4+ messages)
` [PATCH net-next v2 01/13] net: sched: Pass qdisc reference in struct flow_block_offload

[PATCH v2 net-next 00/16] sfc_ef100: driver for EF100 family NICs, part 1
 2020-07-13 11:37 UTC  (13+ messages)
` [PATCH v2 net-next 05/16] sfc_ef100: reset-handling stub
` [PATCH v2 net-next 06/16] sfc_ef100: PHY probe stub
` [PATCH v2 net-next 07/16] sfc_ef100: don't call efx_reset_down()/up() on EF100
` [PATCH v2 net-next 08/16] sfc_ef100: implement MCDI transport
` [PATCH v2 net-next 09/16] sfc_ef100: implement ndo_open/close and EVQ probing
` [PATCH v2 net-next 10/16] sfc_ef100: process events for MCDI completions
` [PATCH v2 net-next 11/16] sfc_ef100: read datapath caps, implement check_caps
` [PATCH v2 net-next 12/16] sfc_ef100: extend ef100_check_caps to cover datapath_caps3
` [PATCH v2 net-next 13/16] sfc_ef100: actually perform resets
` [PATCH v2 net-next 14/16] sfc_ef100: probe the PHY and configure the MAC
` [PATCH v2 net-next 15/16] sfc_ef100: read device MAC address at probe time
` [PATCH v2 net-next 16/16] sfc_ef100: implement ndo_get_phys_port_{id,name}


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