netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-13 20:00:26 to 2020-05-14 10:49:47 UTC [more...]

[PATCH net-next v4 00/33] XDP extend with knowledge of frame size
 2020-05-14 10:49 UTC  (8+ messages)
` [PATCH net-next v4 01/33] xdp: add frame size to xdp_buff
` [PATCH net-next v4 02/33] bnxt: add XDP frame size to driver
` [PATCH net-next v4 03/33] sfc: add XDP frame size
` [PATCH net-next v4 04/33] mvneta: add XDP frame size to driver
` [PATCH net-next v4 05/33] net: netsec: Add support for XDP frame size
` [PATCH net-next v4 06/33] net: XDP-generic determining "
` [PATCH net-next v4 07/33] xdp: xdp_frame add member frame_sz and handle in convert_to_xdp_frame

[PATCH 21/33] ipv4: add ip_sock_set_mtu_discover
 2020-05-14 10:40 UTC  (23+ messages)
` remove kernel_setsockopt and kernel_getsockopt
  ` [PATCH 20/33] ipv4: add ip_sock_set_recverr
  ` [PATCH 27/33] sctp: export sctp_setsockopt_bindx
      ` is it ok to always pull in sctp for dlm, was: "
  ` [PATCH 32/33] sctp: add sctp_sock_get_primary_addr
  ` [PATCH 29/33] rxrpc_sock_set_min_security_level

[PATCH 0/3] Patch series for a PTP Grandmaster use case using stmmac/gmac3 ptp clock
 2020-05-14 10:28 UTC  (4+ messages)
` [PATCH 1/3] net: stmmac: gmac3: add auxiliary snapshot support
` [PATCH 2/3] net: uapi: Add HWTSTAMP_FLAGS_ADJ_FINE/ADJ_COARSE
` [PATCH 3/3] net: stmmac: Support coarse mode through ioctl

[PATCH stable-5.4.y] net: dsa: Do not make user port errors fatal
 2020-05-14  9:46 UTC  (3+ messages)

clean up and streamline probe_kernel_* and friends v2
 2020-05-14 10:27 UTC  (21+ messages)
` [PATCH 10/18] maccess: unify the probe kernel arch hooks
` [PATCH 11/18] maccess: remove strncpy_from_unsafe

[PATCH net] pppoe: only process PADT targeted at local interfaces
 2020-05-14 10:15 UTC 

[PATCH v2 net-next 00/11] net: qed/qede: critical hw error handling
 2020-05-14  9:57 UTC  (12+ messages)
` [PATCH v2 net-next 01/11] net: qed: adding hw_err states and handling
` [PATCH v2 net-next 02/11] net: qede: add hw err scheduled handler
` [PATCH v2 net-next 03/11] net: qed: invoke err notify on critical areas
` [PATCH v2 net-next 04/11] net: qed: critical err reporting to management firmware
` [PATCH v2 net-next 05/11] net: qed: cleanup debug related declarations
` [PATCH v2 net-next 06/11] net: qed: attention clearing properties
` [PATCH v2 net-next 07/11] net: qede: optional hw recovery procedure
` [PATCH v2 net-next 08/11] net: qede: Implement ndo_tx_timeout
` [PATCH v2 net-next 09/11] net: qed: introduce critical fan failure handler
` [PATCH v2 net-next 10/11] net: qed: introduce critical hardware error handler
` [PATCH v2 net-next 11/11] net: qed: fix bad formatting

signal quality and cable diagnostic
 2020-05-14  8:42 UTC 

[PATCH bpf-next v2 00/14] Introduce AF_XDP buffer allocation API
 2020-05-14  8:37 UTC  (15+ messages)
` [PATCH bpf-next v2 01/14] xsk: move xskmap.c to net/xdp/
` [PATCH bpf-next v2 02/14] xsk: move driver interface to xdp_sock_drv.h
` [PATCH bpf-next v2 03/14] xsk: move defines only used by AF_XDP internals to xsk.h
` [PATCH bpf-next v2 04/14] xsk: introduce AF_XDP buffer allocation API
` [PATCH bpf-next v2 05/14] i40e: refactor rx_bi accesses
` [PATCH bpf-next v2 06/14] i40e: separate kernel allocated rx_bi rings from AF_XDP rings
` [PATCH bpf-next v2 07/14] i40e, xsk: migrate to new MEM_TYPE_XSK_BUFF_POOL
` [PATCH bpf-next v2 08/14] ice, "
` [PATCH bpf-next v2 09/14] ixgbe, "
` [PATCH bpf-next v2 10/14] mlx5, "
` [PATCH bpf-next v2 11/14] xsk: remove MEM_TYPE_ZERO_COPY and corresponding code
` [PATCH bpf-next v2 12/14] xdp: simplify xdp_return_{frame,frame_rx_napi,buff}
` [PATCH bpf-next v2 13/14] xsk: explicitly inline functions and move definitions
` [PATCH bpf-next v2 14/14] MAINTAINERS, xsk: update AF_XDP section after moves/adds

signal quality and cable diagnostic
 2020-05-14  8:28 UTC  (5+ messages)
    ` [EXT] "

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

[bpf-next PATCH 0/3] bpf: Add sk_msg helpers
 2020-05-14  8:02 UTC  (8+ messages)
` [bpf-next PATCH 1/3] bpf: sk_msg add some generic helpers that may be useful from sk_msg
` [bpf-next PATCH 2/3] bpf: sk_msg helpers for probe_* and *current_task*
` [bpf-next PATCH 3/3] bpf: sk_msg add get socket storage helpers

[PATCH v3 00/15] mediatek: add support for MediaTek Ethernet MAC
 2020-05-14  7:59 UTC  (16+ messages)
` [PATCH v3 01/15] dt-bindings: convert the binding document for mediatek PERICFG to yaml
` [PATCH v3 02/15] dt-bindings: add new compatible to mediatek,pericfg
` [PATCH v3 03/15] dt-bindings: net: add a binding document for MediaTek Ethernet MAC
` [PATCH v3 04/15] net: ethernet: mediatek: rename Kconfig prompt
` [PATCH v3 05/15] net: ethernet: mediatek: remove unnecessary spaces from Makefile
` [PATCH v3 06/15] Documentation: devres: add a missing section for networking helpers
` [PATCH v3 07/15] net: move devres helpers into a separate source file
` [PATCH v3 08/15] net: devres: define a separate devres structure for devm_alloc_etherdev()
` [PATCH v3 09/15] net: devres: provide devm_register_netdev()
` [PATCH v3 10/15] net: ethernet: mtk-eth-mac: new driver
` [PATCH v3 11/15] ARM64: dts: mediatek: add pericfg syscon to mt8516.dtsi
` [PATCH v3 12/15] ARM64: dts: mediatek: add the ethernet node "
` [PATCH v3 13/15] ARM64: dts: mediatek: add an alias for ethernet0 for pumpkin boards
` [PATCH v3 14/15] ARM64: dts: mediatek: add ethernet pins "
` [PATCH v3 15/15] ARM64: dts: mediatek: enable ethernet on "

[PATCH] KVM: MIPS/TLB: Remove Unneeded semicolon in tlb.c
 2020-05-14  7:43 UTC  (2+ messages)

[PATCH net-next 0/2] Fixing compilation warnings and errors
 2020-05-14  7:53 UTC  (3+ messages)
` [PATCH net-next 1/2] Crypto/chcr: Fixes compilations warnings
` [PATCH net-next 2/2] Crypto/chcr: Fixes a cocci check error

[PATCH] Fix suspicious RCU usage warning
 2020-05-14  7:04 UTC  (3+ messages)

[PATCH net] ipv6: Fix suspicious RCU usage warning in ip6mr
 2020-05-14  7:02 UTC 

[PATCH] net: stmmac: fix num_por initialization
 2020-05-14  6:52 UTC  (2+ messages)

[PATCH RESEND net-next] selftests: fix flower parent qdisc
 2020-05-14  6:35 UTC 

[PATCH net-next] hinic: update huawei ethernet driver maintainer
 2020-05-13 22:50 UTC 

[PATCH] net: phy: realtek: clear interrupt during init for rtl8211f
 2020-05-14  6:25 UTC  (5+ messages)

[PATCH net-next] hinic: add set_ringparam ethtool_ops support
 2020-05-13 22:37 UTC 

[PATCH bpf-next 0/6] BPF ring buffer
 2020-05-14  6:08 UTC  (8+ messages)
` [PATCH bpf-next 1/6] bpf: implement BPF ring buffer and verifier support for it

[RFC v2] current devlink extension plan for NICs
 2020-05-14  6:07 UTC  (3+ messages)
` [oss-drivers] "

[PATCH v2 bpf-next] bpf: fix bpf_iter's task iterator logic
 2020-05-14  5:51 UTC 

[PATCH bpf-next] bpf: fix bpf_iter's task iterator logic
 2020-05-14  5:45 UTC  (4+ messages)

[PATCH] drivers: ipa: use devm_kzalloc for simplicity
 2020-05-14  3:55 UTC 

[PATCH iproute2-next v2 1/3] ss: introduce cgroup2 cache and helper functions
 2020-05-14  3:28 UTC  (4+ messages)

[PATCH net-next] net: phy: broadcom: fix BCM54XX_SHD_SCR3_TRDDAPD value for BCM54810
 2020-05-14  1:54 UTC  (3+ messages)

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

[PATCH net-next] net: phy: realtek: add loopback support for RTL8211F
 2020-05-14  1:32 UTC  (3+ messages)

[PATCH -next] sfc: Make siena_check_caps static
 2020-05-14  1:20 UTC 

[PATCH v2 bpf-next 0/7] bpf, printk: add BTF-based type printing
 2020-05-14  0:53 UTC  (14+ messages)
` [PATCH v2 bpf-next 2/7] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v2 bpf-next 4/7] printk: add type-printing %pT format specifier which uses BTF
` [PATCH v2 bpf-next 6/7] bpf: add support for %pT format specifier for bpf_trace_printk() helper

[PATCH iproute2-next] tc: mqprio: reject queues count/offset pair count higher than num_tc
 2020-05-14  0:47 UTC  (2+ messages)

[PATCH] net/sonic: Fix some resource leaks in error handling paths
 2020-05-13 23:16 UTC  (12+ messages)
      `  "
                  ` net/sonic: Software evolution around the application of coding standards

[PATCH v7 bpf-next 0/3] Introduce CAP_BPF
 2020-05-13 23:03 UTC  (4+ messages)
` [PATCH v7 bpf-next 1/3] bpf, capability: "
` [PATCH v7 bpf-next 2/3] bpf: implement CAP_BPF
` [PATCH v7 bpf-next 3/3] selftests/bpf: use CAP_BPF and CAP_PERFMON in tests

[PATCH net-next] net: dsa: mt7530: set CPU port to fallback mode
 2020-05-13 22:25 UTC  (2+ messages)

[PATCH net] net: phy: fix aneg restart in phy_ethtool_set_eee
 2020-05-13 22:23 UTC  (2+ messages)

[PATCH] net: mvneta: speed down the PHY, if WoL used, to save energy
 2020-05-13 22:21 UTC  (2+ messages)

[PATCH][next] sfc: fix dereference of table before it is null checked
 2020-05-13 22:20 UTC  (2+ messages)

[PATCH net-next 0/4] Extend phylib implementation of pause support
 2020-05-13 22:09 UTC  (18+ messages)
` [PATCH net-next 1/4] net: ethernet: validate pause autoneg setting
` [PATCH net-next 3/4] net: ethernet: introduce phy_set_pause
` [PATCH net-next 4/4] net: bcmgenet: add support for ethtool flow control

[PATCH] sctp: check assoc before SCTP_ADDR_{MADE_PRIM,ADDED} event
 2020-05-13 21:32 UTC  (4+ messages)

[PATCH] ath11k: Fix some resource leaks in error path in 'ath11k_thermal_register()'
 2020-05-13 21:22 UTC  (2+ messages)

"Forwarding" from TC classifier
 2020-05-13 21:23 UTC  (2+ messages)

[PATCH net-next] devlink: refactor end checks in devlink_nl_cmd_region_read_dumpit
 2020-05-13 21:19 UTC  (3+ messages)

[PATCH v6 bpf-next 0/3] Introduce CAP_BPF
 2020-05-13 21:14 UTC  (6+ messages)

[PATCH net-next v3] net: phy: at803x: add cable diagnostics support
 2020-05-13 20:52 UTC  (3+ messages)

[PATCH net-next] ipv6: set msg_control_is_user in do_ipv6_getsockopt
 2020-05-13 20:12 UTC  (2+ messages)

[PATCH] ethtool.c: Report transceiver correctly
 2020-05-13 19:57 UTC  (2+ messages)

[PATCH 29/33] rxrpc_sock_set_min_security_level
 2020-05-13  6:26 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).