netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-06 14:20:21 to 2021-10-07 08:27:16 UTC [more...]

[PATCH v7 00/24] wfx: get out from the staging area
 2021-10-07  8:26 UTC  (15+ messages)
` [PATCH v7 10/24] wfx: add fwio.c/fwio.h
` [PATCH v7 08/24] wfx: add bus_sdio.c

[PATCH v8 00/24] wfx: get out from the staging area
 2021-10-07  8:22 UTC  (4+ messages)

[PATCH bpf-next 0/2] bpf: keep track of verifier insn_processed
 2021-10-07  8:09 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: add insn_processed to bpf_prog_info and fdinfo
` [PATCH bpf-next 2/2] selftests/bpf: add verif_stats test

pull-request: wireless-drivers-next-2021-10-07
 2021-10-07  8:00 UTC 

[PATCH net-next 0/2] net: enetc: add support for software TSO
 2021-10-07  7:59 UTC  (8+ messages)
` [PATCH net-next 1/2] net: enetc: declare NETIF_F_IP_CSUM and do it in software
` [PATCH net-next 2/2] net: enetc: add support for software TSO

[PATCH v4 0/6] CAN: Add support for CAN in AM65,J721e and AM64
 2021-10-07  7:31 UTC  (3+ messages)
` [PATCH v4 2/6] arm64: dts: ti: am654-base-board/am65-iot2050-common: Disable mcan nodes

[PATCH net-next v3 0/5] devlink reload simplification
 2021-10-07  6:55 UTC  (6+ messages)
` [PATCH net-next v3 1/5] devlink: Reduce struct devlink exposure
` [PATCH net-next v3 2/5] devlink: Annotate devlink API calls
` [PATCH net-next v3 3/5] devlink: Allow set reload ops callbacks separately
` [PATCH net-next v3 4/5] net/mlx5: Separate reload devlink ops for multiport device
` [PATCH net-next v3 5/5] devlink: Delete reload enable/disable interface

[RFC] store function address in BTF
 2021-10-07  6:55 UTC  (10+ messages)

[PATCH] tcp: md5: Fix overlap between vrf and non-vrf keys
 2021-10-07  6:41 UTC  (3+ messages)

INFO: task hung in default_device_exit_batch
 2021-10-07  6:30 UTC 

strace build error static assertion failed: "XFRM_MSG_MAPPING != 0x26"
 2021-10-07  5:57 UTC  (4+ messages)

pull request (net): ipsec 2021-10-07
 2021-10-07  5:55 UTC  (6+ messages)
` [PATCH 1/5] net: xfrm: fix shift-out-of-bounds in xfrm_get_default
` [PATCH 2/5] include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakage
` [PATCH 3/5] xfrm: make user policy API complete
` [PATCH 4/5] xfrm: notify default policy on update
` [PATCH 5/5] xfrm: fix rcu lock in xfrm_notify_userpolicy()

[RFC 00/12] Add functional support for Gigabit Ethernet driver
 2021-10-07  5:49 UTC  (13+ messages)
` [RFC 07/12] ravb: Fillup ravb_rx_gbeth() stub
` [RFC 08/12] ravb: Add carrier_counters to struct ravb_hw_info
` [RFC 09/12] ravb: Add support to retrieve stats for GbEthernet

[PATCH v1 00/15] create power sequencing subsystem
 2021-10-07  5:31 UTC  (4+ messages)
` [PATCH v1 10/15] ath10k: add support for pwrseq sequencing

[PATCH][next][RFC] qed: Initialize debug string array
 2021-10-07  5:11 UTC  (2+ messages)
` [EXT] "

[PATCH bpf-next v2] selftests/bpf: skip the second half of get_branch_snapshot in vm
 2021-10-07  5:02 UTC 

[PATCH 00/11] selftests: Improve nettest and net/fcnal-test.sh
 2021-10-07  1:22 UTC  (26+ messages)
` [PATCH 01/11] selftests: net/fcnal: Fix {ipv4,ipv6}_bind not run by default
` [PATCH 02/11] selftests: net/fcnal: Mark unknown -t or TESTS value as error
` [PATCH 03/11] selftests: net/fcnal: Non-zero exit on failures
` [PATCH 04/11] selftests: net/fcnal: Use accept_dad=0 to avoid setup sleep
` [PATCH 05/11] selftests: net/fcnal: kill_procs via spin instead of sleep
` [PATCH 06/11] selftests: net/fcnal: Do not capture do_run_cmd in verbose mode
` [PATCH 08/11] selftests: net/fcnal: Replace sleep after server start with -k
` [PATCH 09/11] selftests: nettest: Convert timeout to miliseconds
` [PATCH 10/11] selftests: nettest: Add NETTEST_CLIENT,SERVER}_TIMEOUT envvars
` [PATCH 11/11] selftests: net/fcnal: Reduce client timeout

[PATCH net-next v2 0/6] ethtool: Add ability to control transceiver modules' power mode
 2021-10-07  1:10 UTC  (2+ messages)

[PATCH net-next 0/2] Add mdiobus_modify_changed() helper
 2021-10-07  1:10 UTC  (4+ messages)
` [PATCH v2 net-next 2/2] net: phylink: use "

DSA: some questions regarding TX forwarding offload
 2021-10-07  1:08 UTC  (10+ messages)

[PATCH net-next v3 0/9] net: add a helpers for loading netdev->dev_addr from FW
 2021-10-07  1:07 UTC  (10+ messages)
` [PATCH net-next v3 1/9] of: net: move of_net under net/
` [PATCH net-next v3 2/9] of: net: add a helper for loading netdev->dev_addr
` [PATCH net-next v3 3/9] ethernet: use of_get_ethdev_address()
` [PATCH net-next v3 4/9] device property: move mac addr helpers to eth.c
` [PATCH net-next v3 5/9] eth: fwnode: change the return type of mac address helpers
` [PATCH net-next v3 6/9] eth: fwnode: remove the addr len from mac helpers
` [PATCH net-next v3 7/9] eth: fwnode: add a helper for loading netdev->dev_addr
` [PATCH net-next v3 8/9] ethernet: use device_get_ethdev_address()
` [PATCH net-next v3 9/9] ethernet: make more use of device_get_ethdev_address()

[net-next PATCH 00/13] Multiple improvement for qca8337 switch
 2021-10-07  0:41 UTC  (24+ messages)
` [net-next PATCH 01/13] drivers: net: phy: at803x: fix resume for QCA8327 phy
` [net-next PATCH 02/13] drivers: net: phy: at803x: add DAC amplitude fix for 8327 phy
` [net-next PATCH 03/13] drivers: net: phy: at803x: enable prefer master for 83xx internal phy
` [net-next PATCH 04/13] drivers: net: phy: at803x: better describe debug regs
` [net-next PATCH 05/13] net: dsa: qca8k: add mac_power_sel support
` [net-next PATCH 06/13] Documentation: devicetree: net: dsa: qca8k: document rgmii_1_8v bindings
` [net-next PATCH 07/13] net: dsa: qca8k: add support for mac6_exchange, sgmii falling edge
` [net-next PATCH 08/13] dt-bindings: net: dsa: qca8k: Add MAC swap and clock phase properties
` [net-next PATCH 09/13] net: dsa: qca8k: check rgmii also on port 6 if exchanged
` [net-next PATCH 10/13] net: dsa: qca8k: add explicit SGMII PLL enable
` [net-next PATCH 11/13] devicetree: net: dsa: qca8k: Document qca,sgmii-enable-pll
` [net-next PATCH 12/13] drivers: net: dsa: qca8k: add support for pws config reg
` [net-next PATCH 13/13] Documentation: devicetree: net: dsa: qca8k: document open drain binding

[PATCH net-next] flow_offload: add l4 port range match
 2021-10-07  0:38 UTC  (2+ messages)

[PATCH] selftests/bpf: skip get_branch_snapshot in vm
 2021-10-07  0:35 UTC  (4+ messages)

[BUG RESEND] net: stmmac: dwmac-rk: Ethernet broken on rockpro64 by commit 2d26f6e39afb ("net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warnings")
 2021-10-07  0:33 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] Add XDP support for bpf_load_hdr_opt
 2021-10-06 23:52 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] bpf/xdp: Add bpf_load_hdr_opt support for xdp
` [PATCH bpf-next v2 2/3] bpf/selftests: Rename test_tcp_hdr_options to test_sockops_tcp_hdr_options
` [PATCH bpf-next v2 3/3] bpf/selftests: Add xdp bpf_load_tcp_hdr_options tests

[PATCH 0/2] nfc: pn533: Constify ops-structs
 2021-10-06 22:47 UTC  (3+ messages)
` [PATCH 1/2] nfc: pn533: Constify serdev_device_ops
` [PATCH 2/2] nfc: pn533: Constify pn533_phy_ops

[PATCH] net: phy: micrel: ksz9131 led errata workaround
 2021-10-06 21:57 UTC  (2+ messages)

[PATCH v2 0/3] ARM: prepare and add netgear gs110emx support
 2021-10-06 21:36 UTC  (3+ messages)
` [PATCH v2 3/3] ARM: dts: mvebu: add device tree for netgear gs110emx switch

[RFC PATCH v2 00/13] Introduce BPF map tracing capability
 2021-10-06 21:05 UTC  (5+ messages)

[PATCH 00/10] Add Gigabit Ethernet driver support
 2021-10-06 20:12 UTC  (6+ messages)
` [PATCH 03/10] ravb: Add nc_queue to struct ravb_hw_info

[PATCH net-next v2 0/9] net: add a helpers for loading netdev->dev_addr from FW
 2021-10-06 19:49 UTC  (18+ messages)
` [PATCH net-next v2 1/9] of: net: move of_net under net/
` [PATCH net-next v2 2/9] of: net: add a helper for loading netdev->dev_addr
` [PATCH net-next v2 3/9] ethernet: use of_get_ethdev_address()
` [PATCH net-next v2 4/9] device property: move mac addr helpers to eth.c
` [PATCH net-next v2 5/9] eth: fwnode: change the return type of mac address helpers
` [PATCH net-next v2 6/9] eth: fwnode: remove the addr len from mac helpers
` [PATCH net-next v2 7/9] eth: fwnode: add a helper for loading netdev->dev_addr
` [PATCH net-next v2 8/9] ethernet: use device_get_ethdev_address()
` [PATCH net-next v2 9/9] ethernet: make more use of device_get_ethdev_address()

[PATCH bpf-next v1 0/6] Typeless/weak ksym for gen_loader + misc fixups
 2021-10-06 19:38 UTC  (7+ messages)
` [PATCH bpf-next v1 3/6] libbpf: Ensure that module BTF fd is never 0

[PATCH bpf-next v3 00/10] install libbpf headers when using the library
 2021-10-06 18:28 UTC  (11+ messages)
` [PATCH bpf-next v3 04/10] tools: runqslower: install libbpf headers when building
` [PATCH bpf-next v3 05/10] bpf: preload: "
` [PATCH bpf-next v3 07/10] samples/bpf: "
` [PATCH bpf-next v3 08/10] samples/bpf: update .gitignore

[PATCH][next] net: mana: Use kcalloc() instead of kzalloc()
 2021-10-06 18:24 UTC  (2+ messages)

atlantic: Warning: need_resched with CONFIG_SCHED_DEBUG=y
 2021-10-06 18:12 UTC 

[RFC] fwnode: change the return type of mac address helpers
 2021-10-06 18:13 UTC  (7+ messages)

[PATCH][next] ath11k: Use kcalloc() instead of kzalloc()
 2021-10-06 18:12 UTC 

[PATCH][next] ethernet: ti: cpts: Use devm_kcalloc() instead of devm_kzalloc()
 2021-10-06 18:11 UTC 

[PATCH][next] net: stmmac: selftests: Use kcalloc() instead of kzalloc()
 2021-10-06 18:09 UTC 

[PATCH][next] ice: use devm_kcalloc() instead of devm_kzalloc()
 2021-10-06 18:09 UTC 

[PATCH][next] net: broadcom: bcm4908_enet: use kcalloc() instead of kzalloc()
 2021-10-06 18:08 UTC 

[PATCH bpf-next v2 0/9] install libbpf headers when using the library
 2021-10-06 17:44 UTC  (9+ messages)
` [PATCH bpf-next v2 6/9] bpf: iterators: install libbpf headers when building

[PATCH bpf-next] selftest/bpf: Switch recursion test to use htab_map_delete_elem
 2021-10-06 17:20 UTC  (2+ messages)

[PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2021-10-06
 2021-10-06 16:56 UTC  (4+ messages)
` [PATCH net 1/3] i40e: fix endless loop under rtnl
` [PATCH net 2/3] i40e: Fix freeing of uninitialized misc IRQ vector
` [PATCH net 3/3] iavf: fix double unlock of crit_lock

[PATCH bpf-next] bpf: use $(pound) instead of \# in Makefiles
 2021-10-06 16:30 UTC  (2+ messages)

[PATCH v2 0/2] mwifiex: Work around firmware bugs on 88W8897 chip
 2021-10-06 16:01 UTC  (7+ messages)
` [PATCH v2 1/2] mwifiex: Use non-posted PCI write when setting TX ring write pointer

[Patch bpf v3 0/4] sock_map: fix ->poll() and update selftests
 2021-10-06 15:24 UTC  (2+ messages)

Fw: [Bug 214631] New: Creating a macvlan with as bridge as parent -> NO-CARRIER on both
 2021-10-06 15:19 UTC 

[PATCH AUTOSEL 5.14 28/40] net: mdiobus: Fix memory leak in __mdiobus_register
 2021-10-06 15:12 UTC  (3+ messages)

DPAA2 triggers, [PATCH] dma debug: report -EEXIST errors in add_dma_entry
 2021-10-06 15:06 UTC  (7+ messages)

[PATCH net-next v2 0/5] devlink reload simplification
 2021-10-06 14:48 UTC  (10+ messages)
` [PATCH net-next v2 3/5] devlink: Allow set specific ops callbacks dynamically

[PATCH][next] qed: Fix spelling mistake "ctx_bsaed" -> "ctx_based"
 2021-10-06 14:30 UTC  (2+ messages)

[PATCH net-next] mlxsw: spectrum_buffers: silence uninitialized warning
 2021-10-06 14:30 UTC  (2+ messages)

[PATCH v2] dt-bindings: net: dsa: marvell: fix compatible in example
 2021-10-06 14:30 UTC  (2+ messages)

[PATCH iproute2 v3 0/3] configure: add support for libdir and prefix option
 2021-10-06 14:27 UTC  (6+ messages)
` [PATCH iproute2 v3 1/3] configure: support --param=value style

[PATCH net-next] gtp: use skb_dst_update_pmtu_no_confirm() instead of direct call
 2021-10-06 14:20 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).