netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-28 13:59:11 to 2020-05-28 22:54:06 UTC [more...]

[PATCH] Fix typo in the comment
 2020-05-28 22:53 UTC  (2+ messages)

[PATCH v3 bpf-next 0/5] BPF ring buffer
 2020-05-28 22:49 UTC  (4+ messages)
` [PATCH v3 bpf-next 1/5] bpf: implement BPF ring buffer and verifier support for it

[PATCH v2 bpf-next 0/5] bpf: Add support for XDP programs in DEVMAP entries
 2020-05-28 22:49 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/5] devmap: Formalize map value as a named struct
` [PATCH v2 bpf-next 2/5] bpf: Add support to attach bpf program to a devmap entry
` [PATCH v2 bpf-next 4/5] libbpf: Add SEC name for xdp programs attached to device map

[PATCH V7 00/19] net: ks8851: Unify KS8851 SPI and MLL drivers
 2020-05-28 22:35 UTC  (26+ messages)
` [PATCH V7 01/19] net: ks8851: Factor out spi->dev in probe()/remove()
` [PATCH V7 02/19] net: ks8851: Rename ndev to netdev in probe
` [PATCH V7 03/19] net: ks8851: Replace dev_err() with netdev_err() in IRQ handler
` [PATCH V7 04/19] net: ks8851: Pass device node into ks8851_init_mac()
` [PATCH V7 05/19] net: ks8851: Use devm_alloc_etherdev()
` [PATCH V7 06/19] net: ks8851: Use dev_{get,set}_drvdata()
` [PATCH V7 07/19] net: ks8851: Remove ks8851_rdreg32()
` [PATCH V7 08/19] net: ks8851: Use 16-bit writes to program MAC address
` [PATCH V7 09/19] net: ks8851: Use 16-bit read of RXFC register
` [PATCH V7 10/19] net: ks8851: Factor out bus lock handling
` [PATCH V7 11/19] net: ks8851: Factor out SKB receive function
` [PATCH V7 12/19] net: ks8851: Split out SPI specific entries in struct ks8851_net
` [PATCH V7 13/19] net: ks8851: Split out SPI specific code from probe() and remove()
` [PATCH V7 14/19] net: ks8851: Factor out TX work flush function
` [PATCH V7 15/19] net: ks8851: Permit overridding interrupt enable register
` [PATCH V7 16/19] net: ks8851: Implement register, FIFO, lock accessor callbacks
` [PATCH V7 17/19] net: ks8851: Separate SPI operations into separate file
` [PATCH V7 18/19] net: ks8851: Implement Parallel bus operations
` [PATCH V7 19/19] net: ks8851: Remove ks8851_mll.c

Usage of mdelay() inside Interrupt
 2020-05-28 22:24 UTC  (2+ messages)

[PATCH net-next] tcp: tcp_init_buffer_space can be static
 2020-05-28 22:16 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpf: Introduce minimal support for sleepable progs
 2020-05-28 22:15 UTC  (7+ messages)
` [PATCH bpf-next 1/3] bpf: Introduce sleepable BPF programs
` [PATCH bpf-next 2/3] libbpf: support sleepable progs
` [PATCH bpf-next 3/3] selftests/bpf: basic sleepable tests

[PATCH net] net: be more gentle about silly gso requests coming from user
 2020-05-28 22:08 UTC  (2+ messages)

[PATCH net-next 00/11] New DSA driver for VSC9953 Seville switch
 2020-05-28 22:09 UTC  (11+ messages)
` [PATCH net-next 02/11] net: mscc: ocelot: unexport ocelot_probe_port
` [PATCH net-next 06/11] net: dsa: ocelot: create a template for the DSA tags on xmit
` [PATCH net-next 11/11] net: dsa: ocelot: introduce driver for Seville VSC9953 switch

[PATCH net-next] net/sched: fix a couple of splats in the error path of tfc_gate_init()
 2020-05-28 22:05 UTC 

[PATCH net] net: mvpp2: Enable autoneg bypass for 1000BaseX/2500BaseX ports
 2020-05-28 22:04 UTC  (11+ messages)

[PATCH v2 net-next 0/4] vmxnet3: upgrade to version 4
 2020-05-28 21:57 UTC  (13+ messages)
` [PATCH v2 net-next 1/4] vmxnet3: prepare for version 4 changes
` [PATCH v2 net-next 2/4] vmxnet3: add support to get/set rx flow hash
` [PATCH v2 net-next 3/4] vmxnet3: add geneve and vxlan tunnel offload support
` [PATCH v2 net-next 4/4] vmxnet3: update to version 4

[PATCH v4 net-next 0/4] vmxnet3: upgrade to version 4
 2020-05-28 21:53 UTC  (5+ messages)
` [PATCH v4 net-next 1/4] vmxnet3: prepare for version 4 changes
` [PATCH v4 net-next 2/4] vmxnet3: add support to get/set rx flow hash
` [PATCH v4 net-next 3/4] vmxnet3: add geneve and vxlan tunnel offload support
` [PATCH v4 net-next 4/4] vmxnet3: update to version 4

[PATCH v3 net-next 0/4] vmxnet3: upgrade to version 4
 2020-05-28 21:43 UTC  (6+ messages)
` [PATCH v3 net-next 1/4] vmxnet3: prepare for version 4 changes
` [PATCH v3 net-next 2/4] vmxnet3: add support to get/set rx flow hash
` [PATCH v3 net-next 3/4] vmxnet3: add geneve and vxlan tunnel offload support
` [PATCH v3 net-next 4/4] vmxnet3: update to version 4

[PATCH] net: ethtool: cabletest: Make ethnl_act_cable_test_tdr_cfg static
 2020-05-28 21:43 UTC 

general protection fault in inet_unhash
 2020-05-28 21:27 UTC  (3+ messages)

[PATCH v3 bpf-next 0/2] introduce xdp_convert_frame_to_buff routine
 2020-05-28 21:12 UTC  (4+ messages)
` [PATCH v3 bpf-next 1/2] xdp: introduce xdp_convert_frame_to_buff utility routine
` [PATCH v3 bpf-next 2/2] xdp: rename convert_to_xdp_frame in xdp_convert_buff_to_frame

linux-next: Signed-off-by missing for commit in the net-next tree
 2020-05-28 21:00 UTC 

[PATCH net-next] net/mlx5e: Uninitialized variable in mlx5e_attach_decap()
 2020-05-28 20:56 UTC  (2+ messages)

[PATCH net] tun: correct header offsets in napi frags mode
 2020-05-28 20:34 UTC  (2+ messages)

[PATCH v3 00/13] Remove FMR support from RDMA drivers
 2020-05-28 20:21 UTC  (15+ messages)
` [PATCH v3 01/13] RDMA/iser: Remove support for FMR memory registration
` [PATCH v3 02/13] RDMA/srp: "
` [PATCH v3 03/13] RDMA/rds: Remove FMR support for "
` [PATCH v3 04/13] RDMA/core: Remove FMR pool API
` [PATCH v3 05/13] RDMA/mlx5: Remove FMR leftovers
` [PATCH v3 06/13] RDMA/bnxt_re: "
` [PATCH v3 07/13] RDMA/i40iw: "
` [PATCH v3 08/13] RDMA/mlx4: Remove FMR support for memory registration
` [PATCH v3 09/13] RDMA/mthca: "
` [PATCH v3 10/13] RDMA/rdmavt: Remove FMR "
` [PATCH v3 11/13] RDMA/core: Remove FMR device ops
` [PATCH v3 12/13] RDMA: Remove 'max_fmr'
` [PATCH v3 13/13] RDMA: Remove 'max_map_per_fmr'

[PATCH 00/17] RZ/G1H describe I2C, IIC, MMC0, SATA, AVB, RWDT and APMU nodes
 2020-05-28 20:05 UTC  (13+ messages)
` [PATCH 01/17] dt-bindings: i2c: renesas,i2c: Document r8a7742 support
` [PATCH 02/17] dt-bindings: i2c: renesas,iic: "
` [PATCH 08/17] dt-bindings: ata: renesas,rcar-sata: Add "
` [PATCH 10/17] dt-bindings: net: renesas,ravb: Add support for r8a7742 SoC
` [PATCH 11/17] dt-bindings: net: renesas,ether: Document R8A7742 SoC
` [PATCH 14/17] dt-bindings: power: renesas,apmu: Document r8a7742 support

[PATCH] [net-next] sfc: avoid an unused-variable warning
 2020-05-28 19:49 UTC  (2+ messages)

[PATCH v2] sctp: check assoc before SCTP_ADDR_{MADE_PRIM,ADDED} event
 2020-05-28 19:47 UTC  (2+ messages)

[PATCH net-next] nfp: flower: fix incorrect flag assignment
 2020-05-28 19:24 UTC  (2+ messages)

[PATCH] ath10k: Remove ath10k_qmi_register_service_notifier() declaration
 2020-05-28 19:21 UTC 

[PATCH v4 00/11] Stop monitoring disabled devices
 2020-05-28 19:20 UTC  (12+ messages)
  ` [PATCH v4 01/11] acpi: thermal: Fix error handling in the register function
  ` [PATCH v4 02/11] thermal: Store thermal mode in a dedicated enum
  ` [PATCH v4 03/11] thermal: Add current mode to thermal zone device
  ` [PATCH v4 04/11] thermal: Store device mode in struct thermal_zone_device
  ` [PATCH v4 05/11] thermal: remove get_mode() operation of drivers
  ` [PATCH v4 06/11] thermal: Add mode helpers
  ` [PATCH v4 07/11] thermal: Use mode helpers in drivers
  ` [PATCH v4 08/11] thermal: Explicitly enable non-changing thermal zone devices
  ` [PATCH v4 09/11] thermal: core: Stop polling DISABLED thermal devices
  ` [PATCH v4 10/11] thermal: Simplify or eliminate unnecessary set_mode() methods
  ` [PATCH v4 11/11] thermal: Rename set_mode() to change_mode()

[PATCH net v2] cxgb4/chcr: Enable ktls settings at run time
 2020-05-28 19:12 UTC  (6+ messages)

[PATCH v2 net-next 0/4] bnxt_en: Add new "allow_fw_live_reset" generic devlink parameter
 2020-05-28 19:05 UTC  (16+ messages)
` [PATCH v2 net-next 1/4] devlink: Add new "allow_fw_live_reset" generic device parameter

[PATCH bpf-next 0/8] Link-based program attachment to network namespaces
 2020-05-28 18:48 UTC  (13+ messages)
` [PATCH bpf-next 5/8] bpf: Add link-based BPF program attachment to network namespace
` [PATCH bpf-next 8/8] selftests/bpf: Add tests for attaching bpf_link to netns

[PATCH 02/12] net: hns3: Destroy a mutex after initialisation failure in hclge_init_ad_dev()
 2020-05-28 18:42 UTC 

Link down reasons
 2020-05-28 18:37 UTC  (7+ messages)

[RFC PATCH] samples:bpf: introduce task detector
 2020-05-28 18:34 UTC  (4+ messages)

[net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2020-05-27
 2020-05-28 18:17 UTC  (2+ messages)

remove most callers of kernel_setsockopt v3
 2020-05-28 18:12 UTC  (2+ messages)

[PATCH net-next 0/4] vmxnet3: upgrade to version 4
 2020-05-28 18:11 UTC  (3+ messages)

[PATCH] bonding: Fix reference count leak in bond_sysfs_slave_add
 2020-05-28 18:08 UTC  (3+ messages)

[pull request][net-next V3 00/15] mlx5 updates 2020-05-26
 2020-05-28 18:04 UTC  (2+ messages)

BUG: stack guard page was hit in mark_lock
 2020-05-28 18:03 UTC 

[PATCH net-next] tcp: ipv6: support RFC 6069 (TCP-LD)
 2020-05-28 18:02 UTC  (2+ messages)

[PATCH v3 net-next] net: dsa: sja1105: offload the Credit-Based Shaper qdisc
 2020-05-28 18:01 UTC  (2+ messages)

[PATCH net-next] selftests: Add torture tests to nexthop tests
 2020-05-28 18:00 UTC  (2+ messages)

[PATCH 00/12] Fix PM hibernation in Xen guests
 2020-05-28 17:59 UTC  (2+ messages)

[PATCH 0/3] Netfilter fixes for net
 2020-05-28 17:54 UTC  (2+ messages)

[PATCH net-next 0/2] DP83822 Fiber enablement
 2020-05-28 17:48 UTC  (3+ messages)
` [PATCH net-next 1/2] dt-bindings: net: dp83822: Add TI dp83822 phy

[PATCH net] net/tls: Fix driver request resync
 2020-05-28 17:29 UTC  (4+ messages)

[RFCv2 0/9] bpf: Add d_path helper
 2020-05-28 17:23 UTC  (6+ messages)
` [PATCH 7/9] bpf: Compile the BTF id whitelist data in vmlinux

clean up and streamline probe_kernel_* and friends v4
 2020-05-28 17:06 UTC  (6+ messages)
` [PATCH 12/23] bpf: handle the compat string in bpf_trace_copy_string better

[RFC PATCH v12 0/11] Enable ptp_kvm for arm64
 2020-05-28 16:36 UTC  (3+ messages)
` [RFC PATCH v12 05/11] time: Add mechanism to recognize clocksource in time_get_snapshot

[PATCH v3 0/8] kernel: taint when the driver firmware crashes
 2020-05-28 16:33 UTC  (9+ messages)

[PATCH net] drivers/net/ibmvnic: Update VNIC protocol version reporting
 2020-05-28 16:19 UTC 

[PATCH net-next v3] net: phy: micrel: add phy-mode support for the KSZ9031 PHY
 2020-05-28 16:08 UTC  (10+ messages)

Self-XORing BPF registers is undefined behavior
 2020-05-28 16:00 UTC  (13+ messages)

[PATCH][net-next] nexthop: fix incorrect allocation failure on nhg->spare
 2020-05-28 15:56 UTC  (7+ messages)

[PATCH v3 0/2] regmap: provide simple bitops and use them in a driver
 2020-05-28 15:45 UTC  (3+ messages)
` [PATCH v3 1/2] regmap: provide helpers for simple bit operations
` [PATCH v3 2/2] net: ethernet: mtk-star-emac: use regmap bitops

[PATCH] can: mcp251x: add support for half duplex controllers
 2020-05-28 15:27 UTC 

[PATCH net-next 0/8] net: phy: mscc: PHC and timestamping support
 2020-05-28 15:23 UTC  (4+ messages)
` [PATCH net-next 6/8] net: phy: mscc: timestamping and PHC support

[net-next 0/6] net: marvell: prestera: Add Switchdev driver for Prestera family ASIC device 98DX326x (AC3x)
 2020-05-28 15:12 UTC  (7+ messages)
` [net-next 1/6] net: marvell: prestera: Add driver for Prestera family ASIC devices
` [net-next 2/6] net: marvell: prestera: Add PCI interface support
` [net-next 3/6] net: marvell: prestera: Add basic devlink support
` [net-next 4/6] net: marvell: prestera: Add ethtool interface support
` [net-next 5/6] net: marvell: prestera: Add Switchdev driver implementation
` [net-next 6/6] dt-bindings: marvell,prestera: Add description for device-tree bindings

[net-next 0/6] net: marvell: prestera: Add Switchdev driver for Prestera family ASIC device 98DX326x (AC3x)
 2020-05-28 15:06 UTC 

[PATCH v2 0/2] regmap: provide simple bitops and use them in a driver
 2020-05-28 15:05 UTC  (6+ messages)
` [PATCH v2 1/2] regmap: provide helpers for simple bit operations
` [PATCH v2 2/2] net: ethernet: mtk-star-emac: use regmap bitops

pull: mrvl: add firmware for Prestera ASIC devices
 2020-05-28 15:04 UTC 

[PATCH bpf 0/5] bpf: fix map permissions check and cleanup code around
 2020-05-28 14:39 UTC  (2+ messages)

[PATCH net-next] tipc: Fix NULL pointer dereference in __tipc_sendstream()
 2020-05-28 14:34 UTC 

[PATCH RFC net-next 00/13] RX filtering for DSA switches
 2020-05-28 14:37 UTC  (8+ messages)

[PATCH v2 bpf-next] xdp: introduce convert_to_xdp_buff utility routine
 2020-05-28 14:24 UTC  (3+ messages)

[PATCH net-next v2] dt-bindings: net: rename the bindings document for MediaTek STAR EMAC
 2020-05-28 13:59 UTC 


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