netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-20 05:52:06 to 2020-10-20 18:43:01 UTC [more...]

[RFC] treewide: cleanup unreachable breaks
 2020-10-20 18:42 UTC  (8+ messages)
    ` [Ocfs2-devel] "

[PATCH iproute2-next 00/15] Add a tool for configuration of DCB
 2020-10-20 18:41 UTC  (5+ messages)
` [PATCH iproute2-next 11/15] lib: Extract from iplink_vlan a helper to parse key:value arrays
` [PATCH iproute2-next 15/15] dcb: Add a subtool for the DCB ETS object

[PATCH bpf v2 0/3] bpf: Rework bpf_redirect_neigh() to allow supplying nexthop from caller
 2020-10-20 18:14 UTC  (15+ messages)
` [PATCH bpf v2 1/3] bpf_redirect_neigh: Support supplying the nexthop as a helper parameter
` [PATCH bpf v2 2/3] bpf_fib_lookup: optionally skip neighbour lookup
` [PATCH bpf v2 3/3] selftests: Update test_tc_redirect.sh to use the modified bpf_redirect_neigh()

[PATCH net-next v5 0/4] GVE Raw Addressing
 2020-10-20 18:12 UTC  (5+ messages)
` [PATCH net-next v5 1/4] gve: Add support for raw addressing device option
` [PATCH net-next v5 2/4] gve: Add support for raw addressing to the rx path
` [PATCH net-next v5 3/4] gve: Rx Buffer Recycling
` [PATCH net-next v5 4/4] gve: Add support for raw addressing in the tx path

[PATCH v4 0/4] isolation: limit msix vectors to housekeeping CPUs
 2020-10-20 18:07 UTC  (13+ messages)
` [PATCH v4 4/4] PCI: Limit pci_alloc_irq_vectors() "

BUG: unable to handle page fault for address - PF: supervisor read access in kernel mode
 2020-10-20 18:05 UTC 

[PATCH] nfc: remove unneeded break
 2020-10-20 17:41 UTC  (2+ messages)

PROBLEM: Crash when timestamping outgoing PTP packets under heavy network load (ppc, gianfar)
 2020-10-20 17:36 UTC  (2+ messages)
` [PATCH net] gianfar: Account for Tx PTP timestamp in the skb headroom

[PATCH] net: remove unneeded break
 2020-10-20 17:34 UTC  (2+ messages)

[PATCH] net: ftgmac100: Fix missing TX-poll issue
 2020-10-20 17:24 UTC  (9+ messages)

[PATCH net-next v2 0/3] DP83TD510 Single Pair 10Mbps Ethernet PHY
 2020-10-20 17:12 UTC  (4+ messages)
` [PATCH net-next v2 1/3] ethtool: Add 10base-T1L link mode entries
` [PATCH net-next v2 2/3] dt-bindings: dp83td510: Add binding for DP83TD510 Ethernet PHY
` [PATCH net-next v2 3/3] net: phy: dp83td510: Add support for the "

[PATCH russell-kings-net-queue 0/2] net: dsa: mv88e6xxx: fill phylink's supported interfaces to make SFP modules work under DSA ports
 2020-10-20 17:09 UTC  (3+ messages)
` [PATCH russell-kings-net-queue 1/2] net: dsa: fill phylink's config supported_interfaces member
` [PATCH russell-kings-net-queue 2/2] net: dsa: mv88e6xxx: implement .phylink_get_interfaces operation

[PATCH v2] rtnetlink: fix data overflow in rtnl_calcit()
 2020-10-20 17:02 UTC  (2+ messages)

[RFC][PATCH v3 0/3] Fix inefficiences and rename nla_strlcpy
 2020-10-20 16:47 UTC  (4+ messages)
` [RFC][PATCH v3 1/3] Fix unefficient call to memset before memcpu in nla_strlcpy
` [RFC][PATCH v3 2/3] Modify return value of nla_strlcpy to match that of strscpy
` [RFC][PATCH v3 3/3] Rename nla_strlcpy to nla_strscpy

[PATCH] net: dsa: bcm_sf2: make const array static, makes object smaller
 2020-10-20 16:51 UTC  (2+ messages)

[PATCH linux-5.9 1/1] net: netfilter: fix KASAN: slab-out-of-bounds Read in nft_flow_rule_create
 2020-10-20 16:45 UTC  (3+ messages)

[PATCH russell-kings-net-queue v2 0/3] Support for RollBall 10G copper SFP modules
 2020-10-20 16:15 UTC  (8+ messages)
` [PATCH russell-kings-net-queue v2 1/3] net: phy: mdio-i2c: support I2C MDIO protocol for RollBall "
` [PATCH russell-kings-net-queue v2 2/3] net: phy: sfp: add support for multigig RollBall modules
` [PATCH russell-kings-net-queue v2 3/3] net: phylink: don't fail attaching phy on 1000base-x/2500base-x mode

[PATCH] can: isotp: make const array static, makes object smaller
 2020-10-20 15:52 UTC  (2+ messages)

[PATCH V3 00/10] can: flexcan: add stop mode support for i.MX8QM
 2020-10-20 15:54 UTC  (16+ messages)
` [PATCH V3 01/10] firmware: imx: always export SCU symbols
` [PATCH V3 02/10] dt-bindings: can: flexcan: fix fsl,clk-source property
` [PATCH V3 03/10] can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
` [PATCH V3 04/10] can: flexcan: add ECC initialization for LX2160A
` [PATCH V3 05/10] can: flexcan: add ECC initialization for VF610
` [PATCH V3 06/10] can: flexcan: disable wakeup in flexcan_remove()
` [PATCH V3 07/10] dt-bindings: can: flexcan: add fsl,scu-index property to indicate a resource
` [PATCH V3 08/10] can: flexcan: rename macro FLEXCAN_QUIRK_SETUP_STOP_MODE -> FLEXCAN_QUIRK_SETUP_STOP_MODE_GPR
` [PATCH V3 09/10] dt-bindings: firmware: add IMX_SC_R_CAN(x) macro for CAN
` [PATCH V3 10/10] can: flexcan: add CAN wakeup function for i.MX8QM

russell's net-queue question
 2020-10-20 15:45 UTC  (2+ messages)

[PATCH net] net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()
 2020-10-20 15:34 UTC 

[PATCH v4] ipvs: adjust the debug info in function set_tcp_state
 2020-10-20 15:22 UTC  (4+ messages)
` [PATCH v5] "

[PATCH nf v2] netfilter: conntrack: connection timeout after re-register
 2020-10-20 15:21 UTC  (2+ messages)

[PATCH net V2] netfilter: Drop fragmented ndisc packets assembled in netfilter
 2020-10-20 15:20 UTC  (2+ messages)

[PATCH v2 00/24] wfx: get out from the staging area
 2020-10-20 15:07 UTC  (26+ messages)
` [PATCH v2 01/24] mmc: sdio: add SDIO IDs for Silabs WF200 chip
` [PATCH v2 02/24] dt-bindings: introduce silabs,wfx.yaml
` [PATCH v2 03/24] wfx: add Makefile/Kconfig
` [PATCH v2 04/24] wfx: add wfx.h
` [PATCH v2 05/24] wfx: add main.c/main.h
` [PATCH v2 06/24] wfx: add bus.h
` [PATCH v2 07/24] wfx: add bus_spi.c
` [PATCH v2 08/24] wfx: add bus_sdio.c
` [PATCH v2 09/24] wfx: add hwio.c/hwio.h
` [PATCH v2 10/24] wfx: add fwio.c/fwio.h
` [PATCH v2 11/24] wfx: add bh.c/bh.h
` [PATCH v2 12/24] wfx: add hif_api_*.h
` [PATCH v2 13/24] wfx: add hif_tx*.c/hif_tx*.h
` [PATCH v2 14/24] wfx: add key.c/key.h
` [PATCH v2 15/24] wfx: add hif_rx.c/hif_rx.h
` [PATCH v2 16/24] wfx: add data_rx.c/data_rx.h
` [PATCH v2 17/24] wfx: add queue.c/queue.h
` [PATCH v2 18/24] wfx: add data_tx.c/data_tx.h
` [PATCH v2 19/24] wfx: add sta.c/sta.h
` [PATCH v2 20/24] wfx: add scan.c/scan.h
` [PATCH v2 21/24] wfx: add debug.c/debug.h
` [PATCH v2 22/24] wfx: add traces.h
` [PATCH v2 23/24] wfx: remove from the staging area
` [PATCH v2 24/24] wfx: get out "

[iproute2-next 0/2] tipc: add new options for TIPC encryption
 2020-10-20 15:06 UTC  (2+ messages)

[PATCH v2 iproute2-next 0/2] tc: support for new MPLS L2 VPN actions
 2020-10-20 14:59 UTC  (2+ messages)

[PATCH v3 0/3] net: dsa: mv88e6xxx: serdes link without phy
 2020-10-20 14:58 UTC  (10+ messages)
` [PATCH v3 1/3] net: dsa: mv88e6xxx: Don't force link when using in-band-status
` [PATCH v3 3/3] net: dsa: mv88e6xxx: Support serdes ports on MV88E6123/6131

Fw: [Bug 209767] New: Bonding 802.3ad layer2+3 transmits on both slaves within single connection
 2020-10-20 14:54 UTC 

[PATCH net] sfc: move initialisation of efx->filter_sem to efx_init_struct()
 2020-10-20 14:35 UTC 

[iproute2-next v3] devlink: display elapsed time during flash update
 2020-10-20 14:32 UTC  (5+ messages)

[PATCH] Revert "virtio-net: ethtool configurable RXCSUM"
 2020-10-20 11:45 UTC  (5+ messages)
` [PATCH net v2] "

[PATCH] net: ethernet: fec: Replace interrupt driven MDIO with polled IO
 2020-10-20 13:52 UTC  (6+ messages)
  ` [EXT] "

[PATCH net-next 0/2] DP83TD510 Single Pair 10Mbps Ethernet PHY
 2020-10-20 13:46 UTC  (8+ messages)
` [PATCH net-next 2/2] net: phy: dp83td510: Add support for the DP83TD510 "

[PATCH bpf 0/2] bpf: Rework bpf_redirect_neigh() to allow supplying nexthop from caller
 2020-10-20 13:45 UTC  (6+ messages)
` [PATCH bpf 1/2] bpf_redirect_neigh: Support supplying the nexthop as a helper parameter

[PATCH net] netsec: ignore 'phy-mode' device property on ACPI systems
 2020-10-20 13:23 UTC  (8+ messages)

[MPTCP][PATCH net-next 0/2] init ahmac and port of mptcp_options_received
 2020-10-20 13:18 UTC  (4+ messages)

[PATCH v2] wireless: remove unneeded break
 2020-10-20 12:58 UTC 

[PATCH v2] IPv6: sr: Fix End.X nexthop to use oif
 2020-10-20 12:35 UTC  (8+ messages)

[PATCH iproute2-next v3 0/2] Implement filter terse dump mode support
 2020-10-20 12:29 UTC  (9+ messages)
` [PATCH iproute2-next v3 2/2] tc: implement support for terse dump

[PATCH] Net/Usb:Fix realtek wireless NIC non-canonical address access issues
 2020-10-20 11:38 UTC 

[PATCH net v2] mpls: load mpls_gso after mpls_iptunnel
 2020-10-20 11:43 UTC 

[PATCH rdma-rc] RDMA/mlx5: Fix devlink deadlock on net namespace deletion
 2020-10-20 11:41 UTC  (6+ messages)

[RFC, net-next 0/3] net: dsa: felix: frame preemption support
 2020-10-20 11:04 UTC  (2+ messages)

[PATCH net] mpls: load mpls_gso after mpls_iptunnel
 2020-10-20 11:02 UTC 

[PATCH] can: j1939: fix syntax and spelling
 2020-10-20 10:59 UTC  (2+ messages)

[PATCH v3 2/8] staging: qlge: Initialize devlink health dump framework
 2020-10-20 10:46 UTC  (4+ messages)

[RFC 0/2] xdp: introduce bulking for page_pool tx return path
 2020-10-20 10:34 UTC  (5+ messages)
` [RFC 1/2] net: xdp: introduce bulking for xdp "
` [RFC 2/2] net: page_pool: add bulk support for ptr_ring

[PATCH 1/2] KVM: not register a IRQ bypass producer if unsupported or disabled
 2020-10-20 10:12 UTC  (6+ messages)
` [PATCH 2/2] KVM: not link irqfd with a fake IRQ bypass producer

[PATCH] mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting it
 2020-10-20  9:27 UTC  (5+ messages)

[PATCH] mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting it
 2020-10-20  9:26 UTC  (2+ messages)

[PATCHv4 net-next 00/16] sctp: Implement RFC6951: UDP Encapsulation of SCTP
 2020-10-20  9:12 UTC  (4+ messages)
` [PATCHv4 net-next 16/16] sctp: enable udp tunneling socks

[PATCH] can: j1939: rename jacd tool
 2020-10-20  9:09 UTC  (2+ messages)

[PATCH v2 2/7] staging: qlge: Initialize devlink health dump framework
 2020-10-20  8:55 UTC  (3+ messages)

[RFC PATCH 0/9] net: dsa: microchip: PTP support for KSZ956x
 2020-10-20  8:39 UTC  (7+ messages)
` [RFC PATCH net-next 7/9] net: dsa: microchip: ksz9477: add hardware time stamping support
` [RFC PATCH net-next 8/9] net: dsa: microchip: ksz9477: add Pulse Per Second (PPS) support

[PATCH] net: xfrm: fix a race condition during allocing spi
 2020-10-20  8:18 UTC 

KMSAN: uninit-value in radix_tree_lookup
 2020-10-20  7:53 UTC 

[PATCH net] vdpa/mlx5: Fix miss to set VIRTIO_NET_S_LINK_UP for virtio_net_config
 2020-10-20  7:50 UTC  (3+ messages)

[PATCH net-next 0/6] Support setting lanes via ethtool
 2020-10-20  7:39 UTC  (12+ messages)
` [PATCH net-next 1/6] ethtool: Extend link modes settings uAPI with lanes

[PATCH] net: ethernet: mtk-star-emac: select REGMAP_MMIO
 2020-10-20  7:35 UTC 

[PATCH v1 net-next 0/5] net: dsa: felix: psfp support on
 2020-10-20  7:23 UTC  (6+ messages)
` [PATCH v1 net-next 1/5] net: mscc: ocelot: add and export MAC table lookup operations
` [PATCH v1 net-next 2/5] net: mscc: ocelot: set vcap IS2 chain to goto PSFP chain
` [PATCH v1 net-next 3/5] net: dsa: felix: add gate action offload based on tc flower
` [PATCH v1 net-next 4/5] net: mscc: ocelot: use index to set vcap policer
` [PATCH v1 net-next 5/5] net: dsa: felix: add police action for tc flower offload

[PATCH] rt2x00: save survey for every channel visited
 2020-10-20  7:12 UTC 

[PATCH] SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()
 2020-10-20  7:16 UTC  (5+ messages)

[PATCH 0/4] fix ftgmac100 issues on aspeed soc
 2020-10-20  7:13 UTC  (6+ messages)
` [PATCH 1/4] ftgmac100: Fix race issue on TX descriptor[0]

[PATCH] can: mcp251xfd: fix semicolon.cocci warnings
 2020-10-19 18:11 UTC  (2+ messages)

[PATCH v4 0/4] can: add support for ETAS ES58X CAN USB
 2020-10-19 18:49 UTC  (2+ messages)

[PATCH net] net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setup
 2020-10-20  6:34 UTC 

[PATCH net-next v1] net: evaluate net.conf.ipvX.all.ignore_routes_with_linkdown
 2020-10-20  6:20 UTC  (3+ 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).