netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-07 17:48:02 to 2021-05-09 15:17:39 UTC [more...]

[RFC PATCH net-next v2 00/10] Add support for custom multipath hash
 2021-05-09 15:16 UTC 

WARNING in hsr_forward_skb
 2021-05-09 15:16 UTC  (2+ messages)
` [syzbot] "

[PATCH] netlink: netlink_sendmsg: memset unused tail bytes in skb
 2021-05-09 13:10 UTC  (2+ messages)

[Patch net] rtnetlink: use rwsem to protect rtnl_af_ops list
 2021-05-09 13:14 UTC  (5+ messages)
` [rtnetlink] aced02f261: BUG:sleeping_function_called_from_invalid_context_at_kernel/locking/rwsem.c

[PATCH 0/3] can: c_can: cache frames to operate as a true FIFO
 2021-05-09 12:43 UTC  (4+ messages)
` [PATCH 1/3] can: c_can: remove the rxmasked unused variable
` [PATCH 2/3] can: c_can: add ethtool support
` [PATCH 3/3] can: c_can: cache frames to operate as a true FIFO

[PATCH net] net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_count
 2021-05-09 11:55 UTC 

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

[PATCH] net: renesas: ravb: Fix a stuck issue when a lot of frames are received
 2021-05-09 10:21 UTC  (3+ messages)

[PATCH][v2] rtnetlink: add rtnl_lock debug log
 2021-05-09  9:42 UTC  (2+ messages)

About improving the qlge Ethernet driver by following drivers/staging/qlge/TODO
 2021-05-09  7:51 UTC  (5+ messages)

pull-request: can-next 2021-04-07
 2021-05-09  7:46 UTC  (11+ messages)
` [net-next 6/6] can: mcp251xfd: mcp251xfd_regmap_crc_read(): work around broken CRC on TBC register

[PATCH net] net/mlx4: Fix EEPROM dump support
 2021-05-09  6:43 UTC 

[RFC Patch bpf-next] bpf: introduce bpf timer
 2021-05-09  5:37 UTC  (14+ messages)

[PATCH net-next v3 0/5] page_pool: recycle buffers
 2021-05-09  5:11 UTC  (12+ messages)

[RFC PATCH net-next v4 01/28] net: mdio: ipq8064: clean whitespaces in define
 2021-05-09  1:27 UTC  (59+ 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

Fw: [Bug 212997] New: /proc/net/dev: netns default route via wireguard no longer counted
 2021-05-08 22:58 UTC 

[Patch bpf-next v3 00/10] sockmap: add sockmap support to Unix datagram socket
 2021-05-08 22:27 UTC  (9+ 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()

[Patch bpf-next v4 00/12] sockmap: add sockmap support for unix datagram socket
 2021-05-08 22:08 UTC  (13+ messages)
` [Patch bpf-next v4 01/12] sock_map: relax config dependency to CONFIG_NET
` [Patch bpf-next v4 02/12] af_unix: implement ->read_sock() for sockmap
` [Patch bpf-next v4 03/12] af_unix: set TCP_ESTABLISHED for datagram sockets too
` [Patch bpf-next v4 04/12] sock_map: export symbols for af_unix module
` [Patch bpf-next v4 05/12] af_unix: prepare for sockmap support
` [Patch bpf-next v4 06/12] af_unix: implement ->psock_update_sk_prot()
` [Patch bpf-next v4 07/12] af_unix: implement unix_dgram_bpf_recvmsg()
` [Patch bpf-next v4 08/12] sock_map: update sock type checks for AF_UNIX
` [Patch bpf-next v4 09/12] selftests/bpf: factor out udp_socketpair()
` [Patch bpf-next v4 10/12] selftests/bpf: factor out add_to_sockmap()
` [Patch bpf-next v4 11/12] selftests/bpf: add a test case for unix sockmap
` [Patch bpf-next v4 12/12] selftests/bpf: add test cases for redirection between udp and unix

[GIT PULL] Networking for 5.13-rc1
 2021-05-08 21:32 UTC  (3+ messages)

[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

[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

[RFC][PATCH] vhost/vsock: Add vsock_list file to map cid with vhost tasks
 2021-05-08 18:32 UTC  (2+ 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)

[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

[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  (4+ messages)
` [RFC PATCH v4 17/27] qedn: Add qedn probe

[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 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 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  (15+ messages)

[PATCH net 1/8] netfilter: xt_SECMARK: add new revision to fix structure layout
 2021-05-07 23:20 UTC  (2+ messages)

[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  (2+ messages)

[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 3/3] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver
 2021-05-07 20:39 UTC  (2+ messages)

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

[PATCH net 0/8] Netfilter fixes for net
 2021-05-07 17:47 UTC  (2+ messages)
` [PATCH net 8/8] netfilter: nftables: avoid potential overflows on 32bit arches


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