messages from 2021-12-02 14:11:51 to 2021-12-03 07:23:54 UTC [more...]
[PATCH net] net/smc: Clear memory when release and reuse buffer
2021-12-03 7:23 UTC (7+ messages)
[PATCH v7 1/2] bluetooth: Handle MSFT Monitor Device Event
2021-12-03 7:16 UTC (2+ messages)
` [PATCH v7 2/2] bluetooth: Add MGMT Adv Monitor Device Found/Lost events
[PATCH -next] net: prestera: acl: fix return value check in prestera_acl_rule_entry_find()
2021-12-03 7:04 UTC
[PATCH v4 0/7] MediaTek Ethernet Patches on MT8195
2021-12-03 6:34 UTC (8+ messages)
` [PATCH v4 1/7] net-next: stmmac: dwmac-mediatek: add platform level clocks management
` [PATCH v4 2/7] net-next: stmmac: dwmac-mediatek: Reuse more common features
` [PATCH v4 3/7] arm64: dts: mt2712: update ethernet device node
` [PATCH v4 4/7] net-next: dt-bindings: dwmac: Convert mediatek-dwmac to DT schema
` [PATCH v4 5/7] net-next: stmmac: dwmac-mediatek: add support for mt8195
` [PATCH v4 6/7] arm64: dts: mt8195: add ethernet device node
` [PATCH v4 7/7] net-next: dt-bindings: dwmac: add support for mt8195
[PATCH net-next v8] net: openvswitch: IPv6: Add IPv6 extension header support
2021-12-03 5:28 UTC (4+ messages)
[PATCH bpf-next v5] bpf: disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
2021-12-03 5:30 UTC
[PATCH net-next 00/19] net: add preliminary netdev refcount tracking
2021-12-03 4:06 UTC (8+ messages)
` [PATCH net-next 01/19] lib: add reference counting tracking infrastructure
[PATCH v3 0/5] fix statistics and payload issues for error
2021-12-03 4:02 UTC (11+ messages)
` [PATCH v3 1/5] can: do not increase rx statistics when generating a CAN rx error message frame
` [PATCH v3 2/5] can: kvaser_usb: do not increase tx statistics when sending error message frames
` [PATCH v3 4/5] can: do not increase rx_bytes statistics for RTR frames
` [PATCH v3 5/5] can: do not increase tx_bytes "
[PATCH v3] net: bcm4908: Handle dma_set_coherent_mask error codes
2021-12-03 3:36 UTC (2+ messages)
[PATCH net-next] net: Enable some sysctls for the userns root with privilege
2021-12-03 3:28 UTC
[PATCH v2] net: broadcom: Catch the Exception
2021-12-03 3:23 UTC (2+ messages)
[pull request][net-next v0 00/14] mlx5 updates 2021-12-02
2021-12-03 3:20 UTC (16+ messages)
` [net-next v0 01/14] mlx5: fix psample_sample_packet link error
` [net-next v0 02/14] mlx5: fix mlx5i_grp_sw_update_stats() stack usage
` [net-next v0 03/14] net/mlx5: Fix error return code in esw_qos_create()
` [net-next v0 04/14] net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'
` [net-next v0 05/14] net/mlx5: SF, silence an uninitialized variable warning
` [net-next v0 06/14] net/mlx5: Print more info on pci error handlers
` [net-next v0 07/14] net/mlx5e: SHAMPO, clean MLX5E_MAX_KLM_PER_WQE macro
` [net-next v0 08/14] net/mlx5e: Hide function mlx5e_num_channels_changed
` [net-next v0 09/14] net/mlx5e: TC, Remove redundant action stack var
` [net-next v0 10/14] net/mlx5e: Remove redundant actions arg from validate_goto_chain()
` [net-next v0 11/14] net/mlx5e: Remove redundant actions arg from vlan push/pop funcs
` [net-next v0 12/14] net/mlx5e: TC, Move common flow_action checks into function
` [net-next v0 13/14] net/mlx5e: TC, Set flow attr ip_version earlier
` [net-next v0 14/14] net/mlx5: Dynamically resize flow counters query buffer
[PATCH v3 1/3] selftests/tc-testing: add exit code
2021-12-03 2:53 UTC (3+ messages)
` [PATCH v3 2/3] selftests/tc-testing: add missing config
` [PATCH v3 3/3] selftests/tc-testing: Fix cannot create /sys/bus/netdevsim/new_device: Directory nonexistent
[PATCH net-next] bond: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to active device
2021-12-03 2:58 UTC (8+ messages)
[PATCH] net: broadcom: Catch the Exception
2021-12-03 2:51 UTC (2+ messages)
[PATCH v2 net-next 00/23] net: add preliminary netdev refcount tracking
2021-12-03 2:46 UTC (24+ messages)
` [PATCH v2 net-next 01/23] lib: add reference counting tracking infrastructure
` [PATCH v2 net-next 02/23] lib: add tests for reference tracker
` [PATCH v2 net-next 03/23] net: add dev_hold_track() and dev_put_track() helpers
` [PATCH v2 net-next 04/23] net: add net device refcount tracker to struct netdev_rx_queue
` [PATCH v2 net-next 05/23] net: add net device refcount tracker to struct netdev_queue
` [PATCH v2 net-next 06/23] net: add net device refcount tracker to ethtool_phys_id()
` [PATCH v2 net-next 07/23] net: add net device refcount tracker to dev_ifsioc()
` [PATCH v2 net-next 08/23] drop_monitor: add net device refcount tracker
` [PATCH v2 net-next 09/23] net: dst: add net device refcount tracking to dst_entry
` [PATCH v2 net-next 10/23] ipv6: add net device refcount tracker to rt6_probe_deferred()
` [PATCH v2 net-next 11/23] sit: add net device refcount tracking to ip_tunnel
` [PATCH v2 net-next 12/23] ipv6: add net device refcount tracker to struct ip6_tnl
` [PATCH v2 net-next 13/23] net: add net device refcount tracker to struct neighbour
` [PATCH v2 net-next 14/23] net: add net device refcount tracker to struct pneigh_entry
` [PATCH v2 net-next 15/23] net: add net device refcount tracker to struct neigh_parms
` [PATCH v2 net-next 16/23] net: add net device refcount tracker to struct netdev_adjacent
` [PATCH v2 net-next 17/23] ipv6: add net device refcount tracker to struct inet6_dev
` [PATCH v2 net-next 18/23] ipv4: add net device refcount tracker to struct in_device
` [PATCH v2 net-next 19/23] net/sched: add net device refcount tracker to struct Qdisc
` [PATCH v2 net-next 20/23] net: linkwatch: add net device refcount tracker
` [PATCH v2 net-next 21/23] net: failover: "
` [PATCH v2 net-next 22/23] ipmr, ip6mr: add net device refcount tracker to struct vif_device
` [PATCH v2 net-next 23/23] netpoll: add net device refcount tracker to struct netpoll
[PATCH v2 1/3] selftests/tc-testing: add exit code
2021-12-03 2:47 UTC (2+ messages)
[PATCH] selftests: net/fcnal-test.sh: add exit code
2021-12-03 2:32 UTC
[PATCH net] bonding: make tx_rebalance_counter an atomic
2021-12-03 2:27 UTC
[PATCH] iwlwifi: Increase microcodes loading timeout
2021-12-03 2:09 UTC
[PATCH v19 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
2021-12-03 2:10 UTC (3+ messages)
[PATCH net v2] selftests/fib_tests: ping from dummy0 in fib_rp_filter_test()
2021-12-03 2:10 UTC (4+ messages)
` [PATCH net v3] selftests/fib_tests: Rework fib_rp_filter_test()
[PATCH bpf-next 0/5] introduce bpf_strncmp() helper
2021-12-03 2:09 UTC (2+ messages)
[PATCH v2] selftests/seccomp: Unconditionally define seccomp_metadata
2021-12-03 2:06 UTC
[PATCH net,stable] phy: sfp: fix high power modules without diag mode
2021-12-03 1:58 UTC (2+ messages)
[PATCH 1/1] net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero
2021-12-03 1:51 UTC (2+ messages)
[PATCH net-next] tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH
2021-12-03 1:39 UTC (2+ messages)
[PATCH net-next v3 0/2] This is a patch series for pinctrl driver for Sunplus SP7021 SoC
2021-12-03 1:36 UTC (8+ messages)
` [PATCH net-next v3 2/2] net: ethernet: Add driver for Sunplus SP7021
[PATCH net-next 0/4] net/mlx5: Memory optimizations
2021-12-03 1:28 UTC (6+ messages)
[PATCH net] qede: validate non LSO skb length
2021-12-03 1:19 UTC (4+ messages)
` [EXT] "
[syzbot] WARNING in rtl92cu_hw_init
2021-12-03 0:46 UTC (2+ messages)
[PATCH net] inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistently
2021-12-03 0:21 UTC (2+ messages)
linux-next: build failure after merge of the bpf-next tree
2021-12-03 0:15 UTC
[PATCH net] tcp: fix another uninit-value (sk_rx_queue_mapping)
2021-12-02 23:37 UTC
[PATCH] net/mlx5: Fix dangling pointer access
2021-12-02 22:56 UTC (2+ messages)
[PATCH v2 00/14] net: wwan: t7xx: PCIe driver for MediaTek M.2 modem
2021-12-02 22:42 UTC (9+ messages)
` [PATCH v2 03/14] net: wwan: t7xx: Add core components
` [PATCH v2 09/14] net: wwan: t7xx: Add WWAN network interface
[PATCH RESEND net-next 0/5] WWAN debugfs tweaks
2021-12-02 22:42 UTC (10+ messages)
` [PATCH RESEND net-next 5/5] net: wwan: core: make debugfs optional
[PATCH] net: stmmac: Fix possible division by zero
2021-12-02 22:37 UTC
How to avoid getting ndo_open() immediately after probe
2021-12-02 22:35 UTC (4+ messages)
[REGRESSION] Kernel 5.15 reboots / freezes upon ifup/ifdown
2021-12-02 22:34 UTC (4+ messages)
` [PATCH] igc: Avoid possible deadlock during suspend/resume
[PATCH net-next v2 0/8] Extend `phy-mode` to string array
2021-12-02 22:25 UTC (10+ messages)
` [PATCH net-next v2 4/8] net: phylink: update supported_interfaces with modes from fwnode
[PATCH ethtool-next 0/8] ethtool: Add support for CMIS diagnostic information
2021-12-02 22:01 UTC (7+ messages)
` [PATCH ethtool-next 2/8] sff-common: Move OFFSET_TO_U16_PTR() to common header file
[PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2021-12-01
2021-12-02 21:54 UTC (4+ messages)
` [PATCH net 2/6] iavf: Fix reporting when setting descriptor count
[PATCH net-next 0/2] net: small csum optimizations
2021-12-02 21:40 UTC (14+ messages)
` [PATCH net-next 2/2] net: optimize skb_postpull_rcsum()
[PATCH ethtool] cable-test: Fix premature process termination
2021-12-02 21:40 UTC (2+ messages)
[PATCH v1 1/1] net: dsa: vsc73xxx: Get rid of duplicate of_node assignment
2021-12-02 21:29 UTC (3+ messages)
[RFC 00/12] io_uring zerocopy send
2021-12-02 21:25 UTC (18+ messages)
[PATCH -next] mm: delete oversized WARN_ON() in kvmalloc() calls
2021-12-02 21:16 UTC (4+ messages)
[PATCH v1] x86/lib: Optimize 8x loop and memory clobbers in csum_partial.c
2021-12-02 21:11 UTC (4+ messages)
[PATCH v2 net-next 0/2] qed*: enhancements
2021-12-02 21:01 UTC (3+ messages)
` [PATCH v2 net-next 1/2] qed*: enhance tx timeout debug info
` [PATCH v2 net-next 2/2] qed*: esl priv flag support through ethtool
[PATCH v1 1/1] can: mcp251x: Get rid of duplicate of_node assignment
2021-12-02 20:58 UTC
kernel-selftests: make run_tests -C bpf cost 5 hours
2021-12-02 20:41 UTC (3+ messages)
[PATCH] testing/bpf: Update test names for xchg and cmpxchg
2021-12-02 20:11 UTC (2+ messages)
[PATCH net-next 02/19] lib: add tests for reference tracker
2021-12-02 19:46 UTC (3+ messages)
[GIT PULL] Networking for 5.16-rc4
2021-12-02 19:33 UTC (2+ messages)
[patch RFC net-next 0/3 v2] Fix traceroute in the presence of SRv6
2021-12-02 19:11 UTC (6+ messages)
` [patch RFC net-next v2 2/3] icmp: ICMPV6: Examine invoking packet for Segment Route Headers
` [patch RFC net-next v2 3/3] udp6: Use Segment Routing Header for dest address if present
[PATCH net-next 0/2] Extend devlink for port trust setting
2021-12-02 19:06 UTC (8+ messages)
` [PATCH net-next 1/2] devlink: Add support to set port function as trusted
[PATCH net-next] net: prestera: flower template support
2021-12-02 18:03 UTC (4+ messages)
[PATCH net-next 0/2][pull request] 100GbE Intel Wired LAN Driver Updates 2021-11-30
2021-12-02 17:49 UTC (3+ messages)
` [PATCH net-next 1/2] net/ice: Fix boolean assignment
[PATCH net-next v4] rtnetlink: Support fine-grained netdevice bulk deletion
2021-12-02 17:45 UTC
[PATCH -next] wireless: Clean up some inconsistent indenting
2021-12-02 17:37 UTC (2+ messages)
[RFC PATCH v2 net-next 0/4] txhash: Make hash rethink configurable
2021-12-02 17:24 UTC (8+ messages)
` [RFC PATCH v2 net-next 1/4] txhash: Make rethinking txhash behavior configurable via sysctl
` [RFC PATCH v2 net-next 2/4] txhash: Add socket option to control TX hash rethink behavior
` [RFC PATCH v2 net-next 3/4] bpf: Add SO_TXREHASH setsockopt
` [RFC PATCH v2 net-next 4/4] tcp: change SYN ACK retransmit behaviour to account for rehash
[PATCH v4 net-next 0/4] Add ethtool interface for SyncE
2021-12-02 17:20 UTC (6+ messages)
` [PATCH v4 net-next 2/4] ethtool: Add ability to configure recovered clock for SyncE feature
[PATCH net v2 1/3] net: dsa: realtek-smi: don't log an error on EPROBE_DEFER
2021-12-02 16:25 UTC (3+ messages)
[PATCH] wilc1000: Add reset/enable GPIO support to SPI driver
2021-12-02 15:58 UTC (2+ messages)
[PATCH] ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan()
2021-12-02 15:53 UTC (2+ messages)
` [PATCH v2] "
[PATCH] dt-bindings: net: cdns,macb: Convert to json-schema
2021-12-02 15:53 UTC (4+ messages)
[v2 1/2] Docs/devicetree: add serdes-output-amplitude-mv to marvell.txt
2021-12-02 15:51 UTC (3+ messages)
dim_calc_stats() may cause uninitialized values to be used
2021-12-02 15:08 UTC (2+ messages)
[PATCH mlx5-next 0/4] Add support to multiple RDMA priorities for FDB rules
2021-12-02 14:58 UTC (9+ messages)
` [PATCH mlx5-next 1/4] net/mlx5: Separate FDB namespace
` [PATCH mlx5-next 2/4] net/mlx5: Refactor mlx5_get_flow_namespace
` [PATCH mlx5-next 3/4] net/mlx5: Create more priorities for FDB bypass namespace
` [PATCH mlx5-next 4/4] RDMA/mlx5: Add support to multiple priorities for FDB rules
[PATCH V3 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
2021-12-02 14:43 UTC (7+ messages)
` [PATCH V3 1/5] Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V3 2/5] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V3 3/5] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM
Bad performance in RX with sfc 40G
2021-12-02 14:26 UTC (3+ messages)
[PATCH net-next] net: xfrm: drop check of pols[0] for the second time
2021-12-02 14:11 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).