netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-07 13:29:49 to 2021-05-08 20:56:07 UTC [more...]

[RFC PATCH net-next v3 01/20] net: mdio: ipq8064: clean whitespaces in define
 2021-05-08 20:55 UTC  (10+ messages)
` [RFC PATCH net-next v3 19/20] net: dsa: qca8k: pass switch_revision info to phy dev_flags

[PATCH] net: renesas: ravb: Fix a stuck issue when a lot of frames are received
 2021-05-08 20:47 UTC  (2+ messages)

[Patch bpf-next v3 00/10] sockmap: add sockmap support to Unix datagram socket
 2021-05-08 20:43 UTC  (8+ messages)
` [Patch bpf-next v3 04/10] af_unix: set TCP_ESTABLISHED for datagram sockets too
` [Patch bpf-next v3 05/10] af_unix: implement unix_dgram_bpf_recvmsg()

[net-next 0/6] ptp: support virtual clocks for multiple domains
 2021-05-08 19:17 UTC  (5+ messages)
` [net-next 4/6] enetc_ptp: support ptp virtual clock

pull-request: can-next 2021-04-07
 2021-05-08 18:36 UTC  (10+ messages)
` [net-next 6/6] can: mcp251xfd: mcp251xfd_regmap_crc_read(): work around broken CRC on TBC register

[RFC][PATCH] vhost/vsock: Add vsock_list file to map cid with vhost tasks
 2021-05-08 18:32 UTC  (6+ messages)

[PATCH net] net: dsa: fix a crash if ->get_sset_count() fails
 2021-05-08 18:32 UTC  (4+ messages)

[PATCH V4 net] net: stmmac: Fix MAC WoL not working if PHY does not support WoL
 2021-05-08 18:14 UTC  (6+ messages)

[RFC PATCH net-next v4 01/28] net: mdio: ipq8064: clean whitespaces in define
 2021-05-08 18:12 UTC  (55+ messages)
` [RFC PATCH net-next v4 02/28] net: mdio: ipq8064: add regmap config to disable REGCACHE
` [RFC PATCH net-next v4 03/28] net: mdio: ipq8064: enlarge sleep after read/write operation
` [RFC PATCH net-next v4 04/28] net: dsa: qca8k: change simple print to dev variant
` [RFC PATCH net-next v4 05/28] net: dsa: qca8k: use iopoll macro for qca8k_busy_wait
` [RFC PATCH net-next v4 06/28] net: dsa: qca8k: improve qca8k read/write/rmw bus access
` [RFC PATCH net-next v4 07/28] net: dsa: qca8k: handle qca8k_set_page errors
` [RFC PATCH net-next v4 08/28] net: dsa: qca8k: handle error with qca8k_read operation
` [RFC PATCH net-next v4 09/28] net: dsa: qca8k: handle error with qca8k_write operation
` [RFC PATCH net-next v4 10/28] net: dsa: qca8k: handle error with qca8k_rmw operation
` [RFC PATCH net-next v4 11/28] net: dsa: qca8k: handle error from qca8k_busy_wait
` [RFC PATCH net-next v4 12/28] net: dsa: qca8k: add support for qca8327 switch
` [RFC PATCH net-next v4 13/28] devicetree: net: dsa: qca8k: Document new compatible qca8327
` [RFC PATCH net-next v4 14/28] net: dsa: qca8k: add priority tweak to qca8337 switch
` [RFC PATCH net-next v4 15/28] net: dsa: qca8k: limit port5 delay to qca8337
` [RFC PATCH net-next v4 16/28] net: dsa: qca8k: add GLOBAL_FC settings needed for qca8327
` [RFC PATCH net-next v4 17/28] net: dsa: qca8k: add support for switch rev
` [RFC PATCH net-next v4 18/28] net: dsa: qca8k: add ethernet-ports fallback to setup_mdio_bus
` [RFC PATCH net-next v4 19/28] net: dsa: qca8k: make rgmii delay configurable
` [RFC PATCH net-next v4 20/28] net: dsa: qca8k: clear MASTER_EN after phy read/write
` [RFC PATCH net-next v4 21/28] net: dsa: qca8k: dsa: qca8k: protect MASTER busy_wait with mdio mutex
` [RFC PATCH net-next v4 22/28] net: dsa: qca8k: enlarge mdio delay and timeout
` [RFC PATCH net-next v4 23/28] net: dsa: register of_mdiobus if a mdio node is declared
` [RFC PATCH net-next v4 24/28] devicetree: net: dsa: Document use of mdio node inside switch node
` [RFC PATCH net-next v4 25/28] net: dsa: qca8k: add support for internal phy
` [RFC PATCH net-next v4 26/28] net: dsa: permit driver to provide custom phy_mii_mask for slave mdiobus
` [RFC PATCH net-next v4 27/28] net: dsa: qca8k: pass switch_revision info to phy dev_flags
` [RFC PATCH net-next v4 28/28] net: phy: add qca8k driver for qca8k switch internal PHY
` [RFC PATCH net-next v4 00/28] Multiple improvement to qca8k stability

[Patch net v2] rtnetlink: avoid RCU read lock when holding RTNL
 2021-05-08 18:00 UTC 

[RFC PATCH v9 00/19] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-05-08 16:37 UTC  (20+ messages)
` [RFC PATCH v9 01/19] af_vsock: update functions for connectible socket
` [RFC PATCH v9 02/19] af_vsock: separate wait data loop
` [RFC PATCH v9 03/19] af_vsock: separate receive "
` [RFC PATCH v9 04/19] af_vsock: implement SEQPACKET receive loop
` [RFC PATCH v9 05/19] af_vsock: implement send logic for SEQPACKET
` [RFC PATCH v9 06/19] af_vsock: rest of SEQPACKET support
` [RFC PATCH v9 07/19] af_vsock: update comments for stream sockets
` [RFC PATCH v9 08/19] virtio/vsock: set packet's type in virtio_transport_send_pkt_info()
` [RFC PATCH v9 09/19] virtio/vsock: simplify credit update function API
` [RFC PATCH v9 10/19] virtio/vsock: defines and constants for SEQPACKET
` [RFC PATCH v9 11/19] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v9 12/19] virtio/vsock: add SEQPACKET receive logic
` [RFC PATCH v9 13/19] virtio/vsock: rest of SOCK_SEQPACKET support
` [RFC PATCH v9 14/19] virtio/vsock: enable SEQPACKET for transport
` [RFC PATCH v9 15/19] vhost/vsock: "
` [RFC PATCH v9 16/19] vsock/loopback: "
` [RFC PATCH v9 17/19] vsock_test: add SOCK_SEQPACKET tests
` [RFC PATCH v9 18/19] virtio/vsock: update trace event for SEQPACKET
` [RFC PATCH v9 19/19] af_vsock: serialize writes to shared socket

[GIT PULL] Networking for 5.13-rc1
 2021-05-08 16:09 UTC  (2+ messages)

[iproute2-next v2] seg6: add counters support for SRv6 Behaviors
 2021-05-08 15:44 UTC 

[RFC net-next] net: stmmac: should not modify RX descriptor when STMMAC resume
 2021-05-08 15:42 UTC  (11+ messages)

[syzbot] WARNING in __nf_unregister_net_hook (4)
 2021-05-08 14:46 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Read in nfc_llcp_put_ssap
 2021-05-08 14:03 UTC  (2+ messages)

[PATCH 0/3 net-next] net: qca_spi: Improve sync handling
 2021-05-08 12:36 UTC  (4+ messages)
` [PATCH 1/3 net-next] net: qca_spi: Avoid reading signature three times in a row
` [PATCH 2/3 net-next] net: qca_spi: Avoid re-sync for single signature error
` [PATCH 3/3 net-next] net: qca_spi: Introduce stat about bad signature

[PATCH net] iwlwifi: pnvm: fix resource leaks in iwl_pnvm_get_from_fs
 2021-05-08 11:09 UTC 

[RFC PATCH v4 00/27] NVMeTCP Offload ULP and QEDN Device Driver
 2021-05-08 11:01 UTC  (13+ messages)
` [RFC PATCH v4 17/27] qedn: Add qedn probe
` [RFC PATCH v4 18/27] qedn: Add qedn_claim_dev API support
` [RFC PATCH v4 22/27] qedn: Add IO level nvme_req and fw_cq workqueues
` [RFC PATCH v4 23/27] qedn: Add support of Task and SGL

[PATCH net v4] net: fix race between napi kthread mode and busy poll
 2021-05-08 10:48 UTC  (9+ messages)
        ` Bug Report Napi GRO ixgbe
              ` Bug Report Napi kthread rcd

[PATCH] rtw88: 8822c: Fix duplicate included coex.h
 2021-05-08 10:35 UTC 

[PATCH v2] sysctl: Remove redundant assignment to first
 2021-05-08 10:33 UTC 

[PATCH] neighbour: Remove redundant initialization of 'bucket'
 2021-05-08 10:03 UTC 

[PATCH][v2] rtnetlink: add rtnl_lock debug log
 2021-05-08  8:57 UTC 

[PATCH iproute2-next v3] lib/fs: fix issue when {name,open}_to_handle_at() is not implemented
 2021-05-08  8:59 UTC  (2+ messages)

[Patch net] rtnetlink: use rwsem to protect rtnl_af_ops list
 2021-05-08  8:22 UTC  (4+ messages)

[PATCH 1/1] ieee802154: fix error return code in ieee802154_add_iface()
 2021-05-08  6:25 UTC 

[PATCH] net: netcp: Fix an error message
 2021-05-08  5:38 UTC 

[PATCH] net/nfc/rawsock.c: fix a permission check bug
 2021-05-08  3:52 UTC 

soft lockup in __inet_lookup_established() function
 2021-05-08  3:34 UTC  (2+ messages)

[PATCH net v5 0/3] fix packet stuck problem for lockless qdisc
 2021-05-08  3:05 UTC  (5+ messages)
` [PATCH net v5 1/3] net: sched: "

[PATCH] net: openvswitch: Remove unnecessary skb_nfct()
 2021-05-08  2:27 UTC 

[PATCH bpf] bpf: Limit static tcp-cc functions in the .BTF_ids list to x86
 2021-05-08  0:50 UTC 

[PATCH net v2] bnxt_en: Fix and improve .ndo_features_check()
 2021-05-08  0:29 UTC 

[RFC] Add BPF_PROG_TYPE_CGROUP_IOCTL
 2021-05-07 23:45 UTC  (24+ messages)

[PATCH net 0/8] Netfilter fixes for net
 2021-05-07 23:20 UTC  (10+ messages)
` [PATCH net 1/8] netfilter: xt_SECMARK: add new revision to fix structure layout
` [PATCH net 2/8] netfilter: arptables: use pernet ops struct during unregister
` [PATCH net 3/8] netfilter: nfnetlink: add a missing rcu_read_unlock()
` [PATCH net 4/8] netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL check
` [PATCH net 5/8] netfilter: remove BUG_ON() after skb_header_pointer()
` [PATCH net 6/8] netfilter: nftables: Fix a memleak from userdata error path in new objects
` [PATCH net 7/8] netfilter: nftables: avoid overflows in nft_hash_buckets()
` [PATCH net 8/8] netfilter: nftables: avoid potential overflows on 32bit arches

[PATCH net v1] net: stmmac: Do not enable RX FIFO overflow interrupts
 2021-05-07 23:10 UTC  (2+ messages)

[PATCH net] mptcp: fix splat when closing unaccepted socket
 2021-05-07 23:10 UTC  (2+ messages)

[PATCH] atm: firestream: Use fallthrough pseudo-keyword
 2021-05-07 23:10 UTC  (2+ messages)

[PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2021-05-07
 2021-05-07 23:10 UTC  (7+ messages)
` [PATCH net 1/5] i40e: fix broken XDP support
` [PATCH net 2/5] i40e: Fix use-after-free in i40e_client_subtask()
` [PATCH net 3/5] i40e: fix the restart auto-negotiation after FEC modified
` [PATCH net 4/5] i40e: Fix PHY type identifiers for 2.5G and 5G adapters
` [PATCH net 5/5] i40e: Remove LLDP frame filters

[PATCH] net/ipv4/ip_fragment:fix missing Flags reserved bit set in iphdr
 2021-05-07 22:59 UTC  (2+ messages)

[PATCH intel-net 0/5] i40e: ice: ixgbe: ixgbevf: igb: add correct exception tracing for XDP
 2021-05-07 22:58 UTC  (2+ messages)

[PATCH net-next 0/4] i40e: small improvements on XDP path
 2021-05-07 22:53 UTC  (5+ messages)

[PATCH 0/2] dt-bindings: can: renesas: Convert to json-schema
 2021-05-07 22:19 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: can: rcar_can: "
` [PATCH 2/2] dt-bindings: can: rcar_canfd: "

[PATCH] lockdown,selinux: fix bogus SELinux lockdown permission checks
 2021-05-07 22:17 UTC  (2+ messages)

[RFC 0/12] Unify asm/unaligned.h around struct helper
 2021-05-07 22:07 UTC  (4+ messages)
` [RFC 10/12] mwifiex: re-fix for unaligned accesses
` [RFC 11/12] netpoll: avoid put_unaligned() on single character

[PATCH] rsi: Add support for changing beacon interval
 2021-05-07 21:31 UTC 

[PATCH] rsi: Assign beacon rate settings to the correct rate_info descriptor field
 2021-05-07 21:31 UTC 

[PATCH net-next v12 0/3] AX88796C SPI Ethernet Adapter
 2021-05-07 20:39 UTC  (5+ messages)
    ` [PATCH net-next v12 1/3] dt-bindings: vendor-prefixes: Add asix prefix
    ` [PATCH net-next v12 2/3] dt-bindings: net: Add bindings for AX88796C SPI Ethernet Adapter
    ` [PATCH net-next v12 3/3] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver

[PATCH net] tipc: skb_linearize the head skb when reassembling msgs
 2021-05-07 19:57 UTC 

[GIT PULL] 9p update for 5.13-rc1
 2021-05-07 19:07 UTC  (2+ messages)

[PATCH, net-next, v2] ibmvnic: Allow device probe if the device is not ready at boot
 2021-05-07 18:02 UTC  (2+ messages)

i.MX8MM Ethernet TX Bandwidth Fluctuations
 2021-05-07 15:34 UTC  (3+ messages)

[PATCH bpf] bpf: check for data_len before upgrading mss when 6 to 4
 2021-05-07 13:50 UTC  (12+ messages)

About improving the qlge Ethernet driver by following drivers/staging/qlge/TODO
 2021-05-07 13:25 UTC  (5+ 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).