netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-20 03:20:46 to 2021-04-20 18:53:29 UTC [more...]

[PATCH v3 net-next 0/5] net: dsa: Allow default tag protocol to be overridden from DT
 2021-04-20 18:53 UTC 

[PATCH net v2 2/9] r8152: reset flow control patch when linking on for RTL8153B
 2021-04-20 18:34 UTC  (5+ messages)
` [PATCH net v2 6/9] r8152: disable test IO "
  ` [PATCH net-next 4/6] r8152: support new chips

[PATCHv8 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-04-20 18:28 UTC  (5+ messages)
` [PATCHv8 bpf-next 1/4] bpf: run devmap xdp_prog on flush instead of bulk enqueue
` [PATCHv8 bpf-next 2/4] xdp: extend xdp_redirect_map with broadcast support

[PATCH net-next v2 0/6] ethtool: add standard FEC statistics
 2021-04-20 18:24 UTC  (4+ messages)
` [PATCH net-next v2 5/6] sfc: ef10: implement ethtool::get_fec_stats

[PATCH net-next] net: enetc: automatically select IERB module
 2021-04-20 18:20 UTC  (2+ messages)

[PATCH net-next] virtio-net: fix use-after-free in page_to_skb()
 2021-04-20 18:11 UTC  (9+ messages)

[PATCH V2 00/16] net: iosm: PCIe Driver for Intel M.2 Modem
 2021-04-20 18:08 UTC  (18+ messages)
` [PATCH V2 01/16] net: iosm: entry point
` [PATCH V2 02/16] net: iosm: irq handling
` [PATCH V2 03/16] net: iosm: mmio scratchpad
` [PATCH V2 04/16] net: iosm: shared memory IPC interface
` [PATCH V2 05/16] net: iosm: shared memory I/O operations
` [PATCH V2 06/16] net: iosm: channel configuration
` [PATCH V2 07/16] net: iosm: mbim control device
` [PATCH V2 08/16] net: iosm: bottom half
` [PATCH V2 09/16] net: iosm: multiplex IP sessions
` [PATCH V2 10/16] net: iosm: encode or decode datagram
` [PATCH V2 11/16] net: iosm: power management
` [PATCH V2 12/16] net: iosm: shared memory protocol
` [PATCH V2 13/16] net: iosm: protocol operations
` [PATCH V2 14/16] net: iosm: uevent support
` [PATCH V2 15/16] net: iosm: net driver
` [PATCH V2 16/16] net: iosm: infrastructure

[PATCH v2] docs: proc.rst: meminfo: briefly describe gaps in memory accounting
 2021-04-20 17:58 UTC  (8+ messages)

[PATCH] net: davinci_emac: Fix incorrect masking of tx and rx error channel
 2021-04-20 17:16 UTC 

[PATCH] SUNRPC: Add a check for gss_release_msg
 2021-04-20 17:10 UTC  (3+ messages)

[PATCH v3 bpf-next] cpumap: bulk skb using netif_receive_skb_list
 2021-04-20 17:09 UTC  (3+ messages)

[pull request][net-next 00/15] mlx5 updates 2021-04-19
 2021-04-20 17:07 UTC  (14+ messages)
` [net-next 05/15] net/mlx5: DR, Fix SQ/RQ in doorbell bitmask
` [net-next 06/15] net/mlx5: E-Switch, Improve error messages in term table creation
` [net-next 07/15] net/mlx5: mlx5_ifc updates for flex parser
` [net-next 08/15] net/mlx5: DR, Remove protocol-specific flex_parser_3 definitions
` [net-next 09/15] net/mlx5: DR, Add support for dynamic flex parser
` [net-next 10/15] net/mlx5: DR, Set STEv0 ICMP flex parser dynamically
` [net-next 11/15] net/mlx5: DR, Add support for matching on geneve TLV option
` [net-next 12/15] net/mlx5: DR, Set flex parser for TNL_MPLS dynamically
` [net-next 13/15] net/mlx5: DR, Add support for matching tunnel GTP-U
` [net-next 14/15] net/mlx5: DR, Add support for force-loopback QP
` [net-next 15/15] net/mlx5: DR, Add support for isolate_vl_tc QP

[PATCHv2 RFC bpf-next 0/7] bpf: Add support for ftrace probe
 2021-04-20 16:52 UTC  (14+ messages)

[PATCH 1/3] arm64: armv8_deprecated: Fix swp_handler() signal generation
 2021-04-20 16:50 UTC  (3+ messages)
` [PATCH 2/3] arm64: signal: sigreturn() and rt_sigreturn() sometime returns the wrong signals
` [PATCH 3/3] arch/arm64/kernel/traps: Use find_vma_intersection() in traps for setting si_code

[PATCH v3 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-04-20 16:43 UTC  (13+ messages)
` [PATCH v3 bpf-next 01/11] net: Introduce net.ipv4.tcp_migrate_req
` [PATCH v3 bpf-next 02/11] tcp: Add num_closed_socks to struct sock_reuseport
` [PATCH v3 bpf-next 03/11] tcp: Keep TCP_CLOSE sockets in the reuseport group
` [PATCH v3 bpf-next 04/11] tcp: Add reuseport_migrate_sock() to select a new listener
` [PATCH v3 bpf-next 05/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
` [PATCH v3 bpf-next 06/11] tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs
` [PATCH v3 bpf-next 07/11] tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK
` [PATCH v3 bpf-next 08/11] bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT
` [PATCH v3 bpf-next 09/11] bpf: Support socket migration by eBPF
` [PATCH v3 bpf-next 10/11] libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT
` [PATCH v3 bpf-next 11/11] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE

[PATCH bpf-next v4 0/3] add batched ops for percpu array
 2021-04-20 16:42 UTC  (5+ messages)
` [PATCH bpf-next v4 2/3] bpf: selftests: remove percpu macros from bpf_util.h

[PATCH net v2] igb: Fix XDP with PTP enabled
 2021-04-20 16:33 UTC  (2+ messages)

[PATCH net-next 0/6][pull request] 1GbE Intel Wired LAN Driver Updates 2021-04-16
 2021-04-20 16:22 UTC  (4+ messages)
` [PATCH net-next 2/6] igb: Add double-check MTA_REGISTER for i210 and i211

[PATCH] ptp: Don't print an error if ptp_kvm is not supported
 2021-04-20 16:19 UTC  (3+ messages)

[PATCH net-next V2] icmp: ICMPV6: pass RFC 8335 reply messages to ping_rcv
 2021-04-20 15:20 UTC  (3+ messages)

[PATCH iproute2] ip: drop 2-char command assumption
 2021-04-20 15:16 UTC  (3+ messages)
` [PATCH iproute2 v2] "

pull-request: mac80211-next 2021-04-20
 2021-04-20 15:00 UTC 

[PATCH net-next 0/3] mtk_ppe_offload fixes
 2021-04-20 14:58 UTC  (4+ messages)
` [PATCH net-next 2/3] net: ethernet: mtk_eth_soc: missing mutex

[PATCH net-next 00/10] mlxsw: Refactor qdisc offload
 2021-04-20 14:53 UTC  (11+ messages)
` [PATCH net-next 01/10] mlxsw: spectrum_qdisc: Drop one argument from check_params callback
` [PATCH net-next 02/10] mlxsw: spectrum_qdisc: Simplify mlxsw_sp_qdisc_compare()
` [PATCH net-next 03/10] mlxsw: spectrum_qdisc: Drop an always-true condition
` [PATCH net-next 04/10] mlxsw: spectrum_qdisc: Track tclass_num as int, not u8
` [PATCH net-next 05/10] mlxsw: spectrum_qdisc: Promote backlog reduction to mlxsw_sp_qdisc_destroy()
` [PATCH net-next 06/10] mlxsw: spectrum_qdisc: Track children per qdisc
` [PATCH net-next 07/10] mlxsw: spectrum_qdisc: Guard all qdisc accesses with a lock
` [PATCH net-next 08/10] mlxsw: spectrum_qdisc: Allocate child qdiscs dynamically
` [PATCH net-next 09/10] mlxsw: spectrum_qdisc: Index future FIFOs by band number
` [PATCH net-next 10/10] selftests: mlxsw: sch_red_ets: Test proper counter cleaning in ETS

Fw: [Bug 212731] New: USB Ethernet adapter ASIX AX88179 disconnects under heavy load
 2021-04-20 14:47 UTC 

[PATCH net-next 0/5] Flow control for NXP ENETC
 2021-04-20 14:16 UTC  (5+ messages)

[PATCH v8 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-04-20 13:49 UTC  (6+ messages)

[PATCH] tcp: prevent loss of bytes when using syncookie
 2021-04-20 13:45 UTC 

[RFC net-next] net: stmmac: should not modify RX descriptor when STMMAC resume
 2021-04-20 13:33 UTC  (4+ messages)

[PATCH net] net: marvell: prestera: fix port event handling on init
 2021-04-20 13:31 UTC 

[PATCH bpf-next] selftests/bpf: Add docs target as all dependency
 2021-04-20 13:24 UTC 

rtl8152 / power management kernel hang
 2021-04-20 13:20 UTC  (5+ messages)

[PATCH] phy: nxp-c45-tja11xx: fix phase offset calculation
 2021-04-20 13:11 UTC 

[PATCH net-next 00/10] Adding the Sparx5 Switch Driver
 2021-04-20 12:54 UTC  (7+ messages)
` [PATCH net-next 03/10] net: sparx5: add hostmode with phylink support
` [PATCH net-next 09/10] net: sparx5: add ethtool configuration and statistics support

[PATCH 1/3] net: ethernet: ixp4xx: Add DT bindings
 2021-04-20 12:53 UTC  (8+ messages)
` [PATCH 2/3] net: ethernet: ixp4xx: Support device tree probing
` [PATCH 3/3] net: ethernet: ixp4xx: Use OF MDIO bus registration

[PATCH net v2 9/9] r8152: disable DelayPhyPwrChg
 2021-04-20 12:40 UTC  (2+ messages)
` [PATCH linux-firmware] rtl_nic: add new firmware for RTL8153 and RTL8156 series

phy: nxp-c45: add driver for tja1103
 2021-04-20 12:39 UTC 

[PATCH net 0/3] sfc: fix TXQ lookups
 2021-04-20 12:29 UTC  (4+ messages)
` [PATCH net 1/3] sfc: farch: fix TX queue lookup in TX flush done handling
` [PATCH net 2/3] sfc: farch: fix TX queue lookup in TX event handling
` [PATCH net 3/3] sfc: ef10: "

[PATCH][next] net: mana: remove redundant initialization of variable err
 2021-04-20 12:27 UTC 

[PATCH ipsec] xfrm: xfrm_state_mtu should return at least 1280 for ipv6
 2021-04-20 11:59 UTC  (2+ messages)

[PATCH ipsec-next] xfrm: ipcomp: remove unnecessary get_cpu()
 2021-04-20 11:57 UTC  (2+ messages)

[RFC v1 PATCH 0/3] support soc_device_match to return -EPROBE_DEFER
 2021-04-20 11:21 UTC  (13+ messages)
` [RFC v1 PATCH 1/3] drivers: soc: add support for soc_device_match returning -EPROBE_DEFER
` [RFC v1 PATCH 3/3] driver: update all the code that use soc_device_match

[PATCH ipsec-next 0/3] xfrm: minor cleanup and synchronize_rcu removal
 2021-04-20 11:56 UTC  (2+ messages)

[PATCH net-next 0/3] Add support for CN10K CPT block
 2021-04-20 11:43 UTC  (4+ messages)
` [PATCH 1/3] octeontx2-af: cn10k: Mailbox changes for CN10K CPT
` [PATCH 2/3] octeontx2-af: cn10k: Add mailbox to configure reassembly timeout
` [PATCH 3/3] octeontx2-af: Add mailbox for CPT stats

[PATCH 0/2] Change struct page layout for page_pool
 2021-04-20 11:32 UTC  (11+ messages)
` [PATCH 1/2] mm: Fix struct page layout on 32-bit systems

[PATCH net] vsock/virtio: free queued packets when closing socket
 2021-04-20 11:07 UTC 

[PATCH net-next v2] net/mlx5e: Fix uninitialised struct field moder.comps
 2021-04-20 11:05 UTC  (5+ messages)

[PATCH net-next v2] net: phy: at803x: fix probe error if copper page is selected
 2021-04-20 11:04 UTC  (2+ messages)

[net-next] net: dsa: felix: disable always guard band bit for TAS config
 2021-04-20 10:42 UTC  (8+ messages)
  ` [EXT] "

[PATCH net-next] net: phy: at803x: fix probe error if copper page is selected
 2021-04-20 10:22 UTC 

[PATCH net-next] net: xdp: Update pkt_type if generic XDP changes unicast MAC
 2021-04-20  9:35 UTC  (4+ messages)

[PATCH net-next v2] virtio-net: page_to_skb() use build_skb when there's sufficient tailroom
 2021-04-20  9:30 UTC  (3+ messages)
` [net-next, "

[PATCH net-next v3] virtio-net: page_to_skb() use build_skb when there's sufficient tailroom
 2021-04-20  9:28 UTC  (2+ messages)

[PATCH net-next] net: wwan: mhi_wwan_ctrl: Fix RX buffer starvation
 2021-04-20  9:36 UTC 

[PATCH] net/rds: Avoid potential use after free in rds_send_remove_from_sock
 2021-04-20  9:11 UTC  (3+ messages)

INFO: task hung in perf_event_free_task
 2021-04-20  9:10 UTC  (2+ messages)
` [syzbot] "

[PATCH net 0/2] fix stack OOB read while fragmenting IPv4 packets
 2021-04-20  8:59 UTC  (4+ messages)
` [PATCH net 2/2] net/sched: sch_frag: "

[PATCH] net: called rtnl_unlock() before runpm resumes devices
 2021-04-20  8:34 UTC  (2+ messages)

[net-next 0/3] Support ocelot PTP Sync one-step timestamping
 2021-04-20  8:20 UTC  (12+ messages)
` [net-next 1/3] net: dsa: optimize tx timestamp request handling
` [net-next 3/3] net: mscc: ocelot: support PTP Sync one-step timestamping

[PATCH net] net: flow_offload: Fix UBSAN invalid-load warning in tcf_block_unbind
 2021-04-20  8:11 UTC  (5+ messages)

[PATCH net-next v3 0/5] page_pool: recycle buffers
 2021-04-20  8:10 UTC  (11+ messages)
` [PATCH net-next v3 2/5] mm: add a signature in struct page

[stable-rc 5.4] thp04: page allocation failure: order:0, mode:0x400dc0(GFP_KERNEL_ACCOUNT|__GFP_ZERO), nodemask=(null)
 2021-04-20  8:00 UTC 

[PATCH net-next v2 0/5] net: phy: marvell: some HWMON updates
 2021-04-20  7:54 UTC  (6+ messages)
` [PATCH net-next v2 1/5] net: phy: marvell: refactor HWMON OOP style
` [PATCH net-next v2 2/5] net: phy: marvell: fix HWMON enable register for 6390
` [PATCH net-next v2 3/5] net: phy: marvell: use assignment by bitwise AND operator
` [PATCH net-next v2 4/5] net: dsa: mv88e6xxx: simulate Amethyst PHY model number
` [PATCH net-next v2 5/5] net: phy: marvell: add support for Amethyst internal PHY

[PATCH iproute2] lib: move get_task_name() from rdma
 2021-04-20  5:57 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in sctp_do_8_2_transport_strike
 2021-04-20  5:10 UTC 

[PATCH] bonding: 3ad: update slave arr after initialize
 2021-04-20  5:04 UTC  (4+ messages)

[PATCH] bpf: Fix backport of "bpf: restrict unknown scalars of mixed signed bounds for unprivileged"
 2021-04-20  4:53 UTC  (2+ messages)

[net-next] enetc: fix locking for one-step timestamping packet transfer
 2021-04-20  4:41 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] Add TC-BPF API
 2021-04-20  4:35 UTC  (3+ messages)
` [PATCH bpf-next v2 4/4] libbpf: add selftests for "

[PATCH 1/2] neighbour: allow referenced neighbours to be removed
 2021-04-20  4:27 UTC  (6+ messages)
` [PATCH 2/2] neighbour: allow NUD_NOARP entries to be forced GCed

linux-next: manual merge of the ftrace tree with the bpf-next tree
 2021-04-20  4:14 UTC 

[PATCH] net: ethernet: ravb: Fix release of refclk
 2021-04-20  3:33 UTC  (3+ messages)

[PATCH bpf-next 1/2] bpf: Remove bpf_jit_enable=2 debugging mode
 2021-04-20  3:28 UTC  (6+ 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).