netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-14 05:12:08 to 2020-04-14 18:43:02 UTC [more...]

[PATCH bpf-next] libbpf: always specify expected_attach_type on program load if supported
 2020-04-14 18:42 UTC  (7+ messages)

[PATCH net-next 0/4] Remove vermagic header from global include folder
 2020-04-14 18:41 UTC  (12+ messages)
` [PATCH net-next 1/4] drivers: Remove inclusion of vermagic header
` [PATCH net-next 2/4] net/hns: Remove custom driver version in favour of global one
` [PATCH net-next 3/4] net/nfp: Update driver to use global kernel version
    ` [PATCH net-next 4/4] kernel/module: Hide vermagic header file from general use

[PATCH 1/3] net: phy: mdio: add IPQ40xx MDIO driver
 2020-04-14 18:36 UTC  (6+ messages)

[PATCH net 0/2] Fix 88x3310 leaving power save mode
 2020-04-14 18:30 UTC  (3+ messages)
` [PATCH net 1/2] net: marvell10g: report firmware version
` [PATCH net 2/2] net: marvell10g: soft-reset the PHY when coming out of low power

[PATCH v2 bpf 1/2] bpf: prevent re-mmap()'ing BPF map as writable for initially r/o mapping
 2020-04-14 18:28 UTC  (3+ messages)

[PATCH v3 bpf-next] libbpf: always specify expected_attach_type on program load if supported
 2020-04-14 18:26 UTC 

[PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-04-14 18:26 UTC  (10+ messages)
` [PATCH 1/2] "
` [PATCH v2 2/2] crypto: Remove unnecessary memzero_explicit()

[PATCH v2 bpf-next] libbpf: always specify expected_attach_type on program load if supported
 2020-04-14 18:24 UTC  (5+ messages)

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

[PATCH v2 1/3] net: phy: mdio: add IPQ40xx MDIO driver
 2020-04-14 18:10 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings: add Qualcomm IPQ4019 MDIO bindings
` [PATCH v2 3/3] dts: ipq4019: add MDIO node

[PATCH v8 0/4] perf tools: add support for libpfm4
 2020-04-14 18:14 UTC  (6+ messages)
` [PATCH v8 2/4] tools feature: add support for detecting libpfm4
` [PATCH v8 4/4] perf tools: add support for libpfm4

[PATCH v9 0/4] perf tools: add support for libpfm4
 2020-04-14 18:10 UTC  (5+ messages)
` [PATCH v9 1/4] perf doc: allow ASCIIDOC_EXTRA to be an argument
` [PATCH v9 2/4] tools feature: add support for detecting libpfm4
` [PATCH v9 3/4] perf pmu: add perf_pmu__find_by_type helper
` [PATCH v9 4/4] perf tools: add support for libpfm4

[PATCH v9 0/4] perf tools: add support for libpfm4
 2020-04-14 18:04 UTC  (5+ messages)
` [PATCH v9 1/4] perf doc: allow ASCIIDOC_EXTRA to be an argument
` [PATCH v9 2/4] tools feature: add support for detecting libpfm4
` [PATCH v9 3/4] perf pmu: add perf_pmu__find_by_type helper
` [PATCH v9 4/4] perf tools: add support for libpfm4

[PATCH V2 0/2] Convert stm32 dwmac to DT schema
 2020-04-14 18:05 UTC  (9+ messages)
` [PATCH V2 1/2] dt-bindings: net: dwmac: increase 'maxItems' for 'clocks', 'clock-names' properties
` [PATCH V2 2/2] dt-bindings: net: dwmac: Convert stm32 dwmac to DT schema

[RFC 0/8] Stop monitoring disabled devices
 2020-04-14 18:01 UTC  (11+ messages)
` [RFC v2 0/9] "
  ` [RFC v2 1/9] thermal: int3400_thermal: Statically initialize .get_mode()/.set_mode() ops
  ` [RFC v2 2/9] thermal: Eliminate an always-false condition
  ` [RFC v2 3/9] thermal: Properly handle mode values in .set_mode()
  ` [RFC v2 4/9] thermal: core: Let thermal zone device's mode be stored in its struct
  ` [RFC v2 5/9] thermal: Store mode in thermal_zone_device
  ` [RFC v2 6/9] thermal: Remove get_mode() method
  ` [RFC v2 7/9] thermal: core: Monitor thermal zone after mode change
  ` [RFC v2 8/9] thermal: of: Monitor thermal zone after enabling it
  ` [RFC v2 9/9] thermal: core: Stop polling DISABLED thermal devices

[RFC 0/6] Regressions for "imply" behavior change
 2020-04-14 17:49 UTC  (17+ messages)
  ` [RFC 4/6] drm/bridge/sii8620: fix extcon dependency

[PATCH AUTOSEL 4.9 01/26] net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding firmware
 2020-04-14 17:37 UTC  (12+ messages)
` [PATCH AUTOSEL 4.9 09/26] net/mlx5e: Init ethtool steering for representors

[PATCH] dt-bindings: Fix dtc warnings on reg and ranges in examples
 2020-04-14 17:06 UTC  (4+ messages)

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-14 16:48 UTC  (2+ messages)
` [PATCH v2 24/33] docs: dt: fix a broken reference for a file converted to json

[PATCH-next] bpf: Verifier, remove unneeded conversion to bool
 2020-04-14 16:50 UTC  (2+ messages)

[RFC,net-next,v2, 0/1] Enable SERDES power up/down
 2020-04-14 16:44 UTC  (4+ messages)
` [RFC,net-next,v2, 1/1] net: stmmac: Enable SERDES power up/down sequence

[GIT PULL] vhost: cleanups and fixes
 2020-04-14 16:36 UTC 

[PATCH net-next v2 0/3] marvell10g tunable and power saving support
 2020-04-14 16:30 UTC  (4+ messages)
` [PATCH net-next v2 3/3] net: phy: marvell10g: place in powersave mode at probe

RFC: Handle hard module dependencies that are not symbol-based (r8169 + realtek)
 2020-04-14 16:20 UTC  (5+ messages)

BUG: e1000: infinitely loop at e1000_set_link_ksettings
 2020-04-14 15:50 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH net 0/4] net: dsa: b53: Various ARL fixes
 2020-04-14 15:47 UTC  (10+ messages)
` [PATCH net 1/4] net: dsa: b53: Lookup VID in ARL searches when VLAN is enabled
` [PATCH net 2/4] net: dsa: b53: Fix valid setting for MDB entries
` [PATCH net 3/4] net: dsa: b53: Fix ARL register definitions
` [PATCH net 4/4] net: dsa: b53: Rework ARL bin logic

pull-request: wireless-drivers-2020-04-14
 2020-04-14 15:35 UTC 

[PATCH] net/cxgb4: Check the return from t4_query_params properly
 2020-04-14 15:27 UTC 

[PATCHv2 1/1] net: ethernet: stmmac: simplify phy modes management for stm32
 2020-04-14 15:14 UTC  (4+ messages)

[PATCH] brcmsmac: make brcms_c_set_mac() void
 2020-04-14 15:10 UTC  (2+ messages)

[PATCH] qtnfmac: Simplify code in _attach functions
 2020-04-14 15:09 UTC  (2+ messages)

[PATCH AUTOSEL 5.5 27/35] netfilter: nf_tables: Allow set back-ends to report partial overlaps on insertion
 2020-04-14 15:08 UTC  (5+ messages)

[PATCH v2] rtw88: Add delay on polling h2c command status bit
 2020-04-14 15:07 UTC  (2+ messages)

[PATCH] brcm80211: remove redundant pointer 'address'
 2020-04-14 15:05 UTC  (2+ messages)

[PATCH] rsi: fix a typo "throld" -> "threshold"
 2020-04-14 15:04 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8723ae: fix spelling mistake "chang" -> "change"
 2020-04-14 15:04 UTC  (2+ messages)

[PATCH] rtw88: Make two functions static
 2020-04-14 15:01 UTC  (2+ messages)

[PATCH bpf 1/2] libbpf: Fix type of old_fd in bpf_xdp_set_link_opts
 2020-04-14 14:50 UTC  (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: Check for correct program attach/detach in xdp_attach test

[PATCH] iommu: spapr_tce: Disable compile testing to fix build on book3s_32 config
 2020-04-14 14:26 UTC 

What's a good default TTL for DNS keys in the kernel
 2020-04-14 14:20 UTC 

[PATCH RFC v2 01/33] xdp: add frame size to xdp_buff
 2020-04-14 14:16 UTC  (23+ messages)
` [PATCH RFC v2 05/33] net: netsec: Add support for XDP frame size
` [PATCH RFC v2 16/33] mlx4: add XDP frame size and adjust max XDP MTU
` [PATCH RFC v2 19/33] nfp: add XDP frame size to netronome driver
` [PATCH RFC v2 26/33] i40e: add XDP frame size to driver
` [PATCH RFC v2 29/33] xdp: allow bpf_xdp_adjust_tail() to grow packet size
` [PATCH RFC v2 30/33] xdp: clear grow memory in bpf_xdp_adjust_tail()

[PATCH net-next] net/packet: fix TPACKET_V3 performance issue in case of TSO
 2020-04-14 14:03 UTC  (13+ messages)
  ` 答复: [vger.kernel.org代发]Re: "
    `  "
      ` 答复: [vger.kernel.org代发]Re: [vger.kernel.org代发]Re: [PATCH net-next] net/ packet: "
        `  "
                      ` 答复: [vger.kernel.org代发]Re: [vger.kernel.org代发]Re: [vger.kernel.org代 发]Re: [PATCH net-next] net/ packet: fix TPACKET_V3 perform ance "
                        `  "

[PATCH] libertas: make lbs_init_mesh() void
 2020-04-14 13:41 UTC  (2+ messages)

[PATCH 1/2] net: stmmac: fix enabling socfpga's ptp_ref_clock
 2020-04-14 13:33 UTC  (6+ messages)
` [PATCH 2/2] net: stmmac: Fix sub-second increment

[PATCH v3 1/3] dt-bindings: net: bluetooth: Add rtl8723bs-bluetooth
 2020-04-14 13:26 UTC  (2+ messages)

WARNING in hwsim_new_radio_nl
 2020-04-14 12:55 UTC  (5+ messages)

[PATCH] net: ethernet: fec: Replace interrupt driven MDIO with polled IO
 2020-04-14 12:55 UTC  (5+ messages)
` [EXT] "

[PATCH] rtw88: avoid unused function warnings
 2020-04-14 12:49 UTC  (2+ messages)

[PATCH] net/3com/3c515: Fix MODULE_ARCH_VERMAGIC redefinition
 2020-04-14 12:23 UTC  (7+ messages)

[PATCH] iwlwifi: actually check allocated conf_tlv pointer
 2020-04-14 12:14 UTC  (5+ messages)

[PATCH] vhost: do not enable VHOST_MENU by default
 2020-04-14 11:52 UTC  (5+ messages)

[PATCH] ipw2x00: make ipw_setup_deferred_work() void
 2020-04-14 12:02 UTC 

[RFC net-next v5 0/9] net: bridge: mrp: Add support for Media Redundancy Protocol(MRP)
 2020-04-14 11:26 UTC  (10+ messages)
` [RFC net-next v5 1/9] bridge: uapi: mrp: Add mrp attributes
` [RFC net-next v5 2/9] bridge: mrp: Update Kconfig and Makefile
` [RFC net-next v5 3/9] bridge: mrp: Expose function br_mrp_port_open
` [RFC net-next v5 4/9] bridge: mrp: Add MRP interface
` [RFC net-next v5 5/9] switchdev: mrp: Extend switchdev API to offload MRP
` [RFC net-next v5 6/9] bridge: switchdev: mrp: Implement MRP API for switchdev
` [RFC net-next v5 7/9] bridge: mrp: Connect MRP API with the switchev API
` [RFC net-next v5 8/9] bridge: mrp: Implement netlink interface to configure MRP
` [RFC net-next v5 9/9] bridge: mrp: Integrate MRP into the bridge

Build regressions/improvements in v5.7-rc1
 2020-04-14 11:19 UTC  (4+ messages)

WARNING in hwsim_new_radio_nl
 2020-04-14 10:38 UTC  (2+ messages)

[RFC PATCH bpf-next 0/8] bpf_link observability APIs
 2020-04-14 10:32 UTC  (9+ messages)
` [RFC PATCH bpf-next 4/8] bpf: support GET_FD_BY_ID and GET_NEXT_ID for bpf_link

[PATCH 0/8] loopfs
 2020-04-14 10:39 UTC  (8+ messages)
` [PATCH 5/8] kernfs: let objects opt-in to propagating from the initial namespace

[PATCH net-next] net: dsa: mt7530: enable jumbo frame
 2020-04-14  9:38 UTC  (8+ messages)

[PATCH net v2 0/2] mv88e6xxx fixed link fixes
 2020-04-14  9:31 UTC  (3+ messages)
` [PATCH net v2 2/2] net: dsa: Down cpu/dsa ports phylink will control

[PATCH v3] net: UDP repair mode for retrieving the send queue of corked UDP socket
 2020-04-14  9:27 UTC  (2+ messages)

[PATCH v1] Bluetooth: L2CAP: add support for waiting disconnection resp
 2020-04-14  8:08 UTC 

[PATCH bpf] xsk: add missing check on user supplied headroom size
 2020-04-14  7:35 UTC 

[PATCH rdma-next v2 0/6] Set flow_label and RoCEv2 UDP source port for datagram QP
 2020-04-14  7:23 UTC  (4+ messages)
` [PATCH mlx5-next v2 1/6] net/mlx5: Refactor HCA capability set flow

[PATCH v2] net: UDP repair mode for retrieving the send queue of corked UDP socket
 2020-04-14  7:21 UTC  (2+ messages)

[PATCH bpf] xdp: Reset prog in dev_change_xdp_fd when fd is negative
 2020-04-14  7:17 UTC  (2+ messages)

[PATCH iproute2-next] devlink: Add devlink health auto_dump command support
 2020-04-14  6:57 UTC 

[PATCH net-next v2] net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware mode
 2020-04-14  6:34 UTC 

[v1,iproute2 2/2] iproute2: add gate action man page
 2020-04-14  5:40 UTC  (6+ messages)
` [v2,net-next 0/4] Introduce a flow gate control action and apply IEEE
  ` [ v2,net-next 1/4] net: qos: introduce a gate control flow action
  ` [ v2,net-next 2/4] net: schedule: add action gate offloading
  ` [ v2,net-next 3/4] net: enetc: add hw tc hw offload features for PSPF capability
  ` [ v2,net-next 4/4] net: enetc: add tc flower psfp offload driver

[RFC PATCH bpf-next 00/16] bpf: implement bpf based dumping of kernel data structures
 2020-04-14  5:56 UTC  (7+ messages)
` [RFC PATCH bpf-next 05/16] bpf: create file or anonymous dumpers
` [RFC PATCH bpf-next 09/16] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [RFC PATCH bpf-next 14/16] tools/bpf: selftests: add dumper programs for ipv6_route and netlink

[PATCH v2] net: qrtr: send msgs from local of same id as broadcast
 2020-04-14  5:14 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).