messages from 2025-01-30 23:25:43 to 2025-02-01 10:36:23 UTC [more...]
[PATCH 00/13] gpiolib: add gpiods_set_array_value_cansleep
2025-02-01 10:36 UTC (19+ messages)
` [PATCH 01/13] gpiolib: add gpiods_set_array_value_cansleep()
` [PATCH 02/13] auxdisplay: seg-led-gpio: use gpiods_set_array_value_cansleep
` [PATCH 03/13] bus: ts-nbus: validate ts,data-gpios array size
` [PATCH 04/13] bus: ts-nbus: use gpiods_set_array_value_cansleep
` [PATCH 05/13] gpio: max3191x: "
` [PATCH 06/13] iio: adc: ad7606: "
` [PATCH 07/13] iio: amplifiers: hmc425a: "
` [PATCH 08/13] iio: resolver: ad2s1210: "
` [PATCH 09/13] mmc: pwrseq_simple: "
` [PATCH 10/13] mux: gpio: "
` [PATCH 11/13] net: mdio: mux-gpio: "
` [PATCH 12/13] phy: mapphone-mdm6600: "
` [PATCH 13/13] ASoC: adau1701: "
[PATCH RFC net-next 0/2] Add SGMII port support to KSZ9477 switch
2025-02-01 9:20 UTC (27+ messages)
` [PATCH RFC net-next 1/2] net: pcs: xpcs: Add special code to operate in Microchip "
` [WARNING: ATTACHMENT UNSCANNED]Re: "
` [WARNING: ATTACHMENT UNSCANNED]Re: "
[PATCH v2 bpf] net: Add rx_skb of kfree_skb to raw_tp_null_args[]
2025-02-01 8:15 UTC (4+ messages)
WARNING: refcount bug in sctp_transport_put
2025-02-01 4:35 UTC
[PATCH 0/1] XDP metadata support for tun driver
2025-02-01 3:39 UTC (5+ messages)
` [PATCH 1/1] net: tun: add XDP metadata support
[PATCH v1 bpf] net: Annotate rx_sk with __nullable for trace_kfree_skb
2025-02-01 2:41 UTC (5+ messages)
[PATCH bpf-next v4 00/14] selftests/bpf: Migrate test_xdp_redirect_multi.sh to test_progs
2025-02-01 1:33 UTC (16+ messages)
` [PATCH bpf-next v4 01/14] selftests/bpf: helpers: Add append_tid()
` [PATCH bpf-next v4 02/14] selftests/bpf: test_xdp_veth: Remove unused defines
` [PATCH bpf-next v4 03/14] selftests/bpf: test_xdp_veth: Remove unecessarry check_ping()
` [PATCH bpf-next v4 04/14] selftests/bpf: test_xdp_veth: Use int to describe next veth
` [PATCH bpf-next v4 05/14] selftests/bpf: test_xdp_veth: Split network configuration
` [PATCH bpf-next v4 06/14] selftests/bpf: test_xdp_veth: Rename config[]
` [PATCH bpf-next v4 07/14] selftests/bpf: test_xdp_veth: Add prog_config[] table
` [PATCH bpf-next v4 08/14] selftests/bpf: test_xdp_veth: Add XDP flags to prog_configuration
` [PATCH bpf-next v4 09/14] selftests/bpf: test_xdp_veth: Use unique names
` [PATCH bpf-next v4 10/14] selftests/bpf: test_xdp_veth: Add new test cases for XDP flags
` [PATCH bpf-next v4 11/14] selftests/bpf: Optionally select broadcasting flags
` [PATCH bpf-next v4 12/14] selftests/bpf: test_xdp_veth: Add XDP broadcast redirection tests
` [PATCH bpf-next v4 13/14] selftests/bpf: test_xdp_veth: Add XDP program on egress test
` [PATCH bpf-next v4 14/14] selftests/bpf: Remove test_xdp_redirect_multi.sh
[PATCH net 0/4] ethtool: rss: minor fixes for recent RSS changes
2025-02-01 1:30 UTC (5+ messages)
` [PATCH net 1/4] ethtool: rss: fix hiding unsupported fields in dumps
` [PATCH net 2/4] ethtool: ntuple: fix rss + ring_cookie check
` [PATCH net 3/4] selftests: drv-net: rss_ctx: add missing cleanup in queue reconfigure
` [PATCH net 4/4] selftests: drv-net: rss_ctx: don't fail reconfigure test if queue offset not supported
Unchecked sock pointer causes panic in RAW_TP
2025-02-01 0:55 UTC (5+ messages)
[PATCH bpf-next v3 00/18] bpf qdisc
2025-02-01 0:45 UTC (20+ messages)
` [PATCH bpf-next v3 01/18] bpf: Make every prog keep a copy of ctx_arg_info
` [PATCH bpf-next v3 02/18] bpf: Support getting referenced kptr from struct_ops argument
` [PATCH bpf-next v3 03/18] selftests/bpf: Test referenced kptr arguments of struct_ops programs
` [PATCH bpf-next v3 04/18] bpf: Allow struct_ops prog to return referenced kptr
` [PATCH bpf-next v3 05/18] selftests/bpf: Test returning referenced kptr from struct_ops programs
` [PATCH bpf-next v3 06/18] bpf: Prepare to reuse get_ctx_arg_idx
` [PATCH bpf-next v3 07/18] bpf: Generalize finding member offset of struct_ops prog
` [PATCH bpf-next v3 08/18] bpf: net_sched: Support implementation of Qdisc_ops in bpf
` [PATCH bpf-next v3 09/18] bpf: net_sched: Add basic bpf qdisc kfuncs
` [PATCH bpf-next v3 10/18] bpf: Search and add kfuncs in struct_ops prologue and epilogue
` [PATCH bpf-next v3 11/18] bpf: net_sched: Add a qdisc watchdog timer
` [PATCH bpf-next v3 12/18] bpf: net_sched: Support updating bstats
` [PATCH bpf-next v3 13/18] bpf: net_sched: Support updating qstats
` [PATCH bpf-next v3 14/18] bpf: net_sched: Allow writing to more Qdisc members
` [PATCH bpf-next v3 15/18] libbpf: Support creating and destroying qdisc
` [PATCH bpf-next v3 16/18] selftests/bpf: Add a basic fifo qdisc test
` [PATCH bpf-next v3 17/18] selftests/bpf: Add a bpf fq qdisc to selftest
` [PATCH bpf-next v3 18/18] selftests/bpf: Test attaching bpf qdisc to mq and non root
[Patch net v2 0/4] net_sched: two security bug fixes and test cases
2025-01-31 23:13 UTC (4+ messages)
` [Patch net v2 2/4] selftests/tc-testing: Add a test case for pfifo_head_drop qdisc when limit==0
[PATCH net-next v6 00/12] Begin upstreaming Homa transport protocol
2025-01-31 22:51 UTC (9+ messages)
` [PATCH net-next v6 08/12] net: homa: create homa_incoming.c
[syzbot] [wireless?] WARNING in ADDR
2025-01-31 22:50 UTC
[Patch net 0/4] net_sched: two security bug fixes and test cases
2025-01-31 21:53 UTC (4+ messages)
` [Patch net 1/4] pfifo_tail_enqueue: Drop new packet when sch->limit == 0
[PATCH net] xfrm: fix integer overflow in xfrm_replay_state_esn_len()
2025-01-31 20:28 UTC (2+ messages)
[PATCH net 00/16] net: first round to use dev_net_rcu()
2025-01-31 19:46 UTC (31+ messages)
` [PATCH net 01/16] net: add dev_net_rcu() helper
` [PATCH net 02/16] ipv4: add RCU protection to ip4_dst_hoplimit()
` [PATCH net 03/16] ipv4: use RCU protection in ip_dst_mtu_maybe_forward()
` [PATCH net 04/16] ipv4: use RCU protection in ipv4_default_advmss()
` [PATCH net 05/16] ipv4: use RCU protection in rt_is_expired()
` [PATCH net 06/16] tcp: convert to dev_net_rcu()
` [PATCH net 07/16] net: gro: convert four dev_net() calls
` [PATCH net 08/16] udp: convert to dev_net_rcu()
` [PATCH net 09/16] ipv4: icmp: "
` [PATCH net 10/16] ipv6: "
` [PATCH net 11/16] ipv6: input: "
` [PATCH net 12/16] ipv6: output: "
` [PATCH net 13/16] ipv6: use RCU protection in ip6_default_advmss()
` [PATCH net 14/16] net: filter: convert to dev_net_rcu()
` [PATCH net 15/16] flow_dissector: use rcu protection to fetch dev_net()
[PATCH net 0/2] pds_core: fixes for adminq overflow
2025-01-31 19:25 UTC (4+ messages)
` [PATCH net 2/2] pds_core: Add a retry mechanism when the adminq is full
[PATCH net 0/3][pull request] ice: fix Rx data path for heavy 9k MTU traffic
2025-01-31 18:54 UTC (4+ messages)
` [PATCH net 1/3] ice: put Rx buffers after being done with current frame
` [PATCH net 2/3] ice: gather page_count()'s of each frag right before XDP prog call
` [PATCH net 3/3] ice: stop storing XDP verdict within ice_rx_buf
[PATCH RFC net-next] ptp: Add file permission checks on PHC chardevs
2025-01-31 18:29 UTC
[PATCH v1 net 0/2] net: Fix race of rtnl_net_lock(dev_net(dev))
2025-01-31 18:10 UTC (5+ messages)
` [PATCH v1 net 1/2] net: Fix dev_net(dev) race in unregister_netdevice_notifier_dev_net()
` [PATCH v1 net 2/2] dev: Use rtnl_net_dev_lock() in unregister_netdev()
[PATCH v3 net] udp: gso: do not drop small packets when PMTU reduces
2025-01-31 18:03 UTC (2+ messages)
[PATCH RFC net-next v2 0/6] Device memory TCP TX
2025-01-31 17:45 UTC (14+ messages)
` [PATCH RFC net-next v2 1/6] net: add devmem TCP TX documentation
` [PATCH RFC net-next v2 2/6] selftests: ncdevmem: Implement devmem TCP TX
` [PATCH RFC net-next v2 4/6] net: devmem: TCP tx netlink api
` [PATCH RFC net-next v2 5/6] net: devmem: Implement TX path
[PATCH net v4 0/3] Limit devicetree parameters to hardware capability
2025-01-31 16:07 UTC (10+ messages)
` [PATCH net v4 3/3] net: stmmac: Specify hardware capability value when FIFO size isn't specified
[PATCH iwl-next v4] ixgbe: Fix possible skb NULL pointer dereference
2025-01-31 15:15 UTC (3+ messages)
[PATCH net] phy: fix null pointer issue in phy_attach_direct()
2025-01-31 14:57 UTC (5+ messages)
next-20250129: rk3399-rock-pi-4b NFS mount and boot failed
2025-01-31 14:20 UTC (2+ messages)
[PATCH netnext] net: tc: improve qdisc error messages
2025-01-31 13:49 UTC (5+ messages)
[PATCH] igc: Fix HW RX timestamp when passed by ZC XDP
2025-01-31 13:36 UTC (5+ messages)
Stepping down as maintainer
2025-01-31 13:23 UTC (2+ messages)
[PATCH RFC net-next v3 0/8] netconsole: Add support for CPU population
2025-01-31 13:11 UTC (5+ messages)
` [PATCH RFC net-next v3 1/8] netconsole: consolidate send buffers into netconsole_target struct
[patch v2] tg3: Disable tg3 PCIe AER on system reboot
2025-01-31 12:56 UTC (5+ messages)
` [PATCH net v3] "
[PATCH RFC net-next] netconsole: selftest: Add test for fragmented messages
2025-01-31 12:39 UTC
[RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction
2025-01-31 11:04 UTC (12+ messages)
[RFC v2 PATCH 00/10] PRU-ICSSM Ethernet Driver
2025-01-31 10:33 UTC (3+ messages)
` [RFC v2 PATCH 06/10] net: ti: prueth: Adds HW timestamping support for PTP using PRU-ICSS IEP module
[PATCH v2 1/3] Bluetooth: Fix possible race with userspace of sysfs isoc_alt
2025-01-31 10:23 UTC (6+ messages)
[PATCH iwl-net v1] ice: fix memory leak in aRFS after reset
2025-01-31 10:12 UTC (2+ messages)
[PATCH net v3] vmxnet3: Fix tx queue race condition with XDP
2025-01-31 9:23 UTC (2+ messages)
[PATCH 5.10 5/5] net: test for not too small csum_start in virtio_net_hdr_to_skb()
2025-01-31 8:31 UTC
[PATCH 5.10 4/5] net: add more sanity check in virtio_net_hdr_to_skb()
2025-01-31 8:31 UTC
[PATCH 5.10 3/5] net: tighten bad gso csum offset check in virtio_net_hdr
2025-01-31 8:31 UTC
[PATCH 5.10 2/5] net: drop bad gso csum_start and offset in virtio_net_hdr
2025-01-31 8:31 UTC
[PATCH 5.10 0/5] net: Backport fix for CVE-2024-43817
2025-01-31 8:27 UTC (2+ messages)
` [PATCH 5.10 1/5] net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validation
linux-next: duplicate patches in the bluetooth tree
2025-01-31 7:37 UTC (2+ messages)
[PATCH v5 0/4] RTL9300 MDIO driver
2025-01-31 7:33 UTC (9+ messages)
` [PATCH v5 1/4] dt-bindings: net: Add Realtek MDIO controller
` [PATCH v5 2/4] dt-bindings: mfd: Add MDIO interface to rtl9301-switch
` [PATCH v5 3/4] mips: dts: realtek: Add MDIO controller
` [PATCH v5 4/4] net: mdio: Add RTL9300 MDIO driver
[PATCH v4 0/4] RTL9300 MDIO driver
2025-01-31 7:26 UTC (5+ messages)
` [PATCH v4 2/4] dt-bindings: mfd: Add MDIO interface to rtl9301-switch
[PATCH bpf v1 0/2] bpf: fix ktls panic and add tests
2025-01-31 6:20 UTC (5+ messages)
` [PATCH bpf v1 1/2] bpf: fix ktls panic
[PATCH] ice: Add check for devm_kzalloc()
2025-01-31 6:17 UTC (2+ messages)
[GIT PULL] Networking for v6.14-rc1
2025-01-31 2:00 UTC (2+ messages)
[PATCH v5 iwl-net 0/3] ice: fix Rx data path for heavy 9k MTU traffic
2025-01-31 0:30 UTC (7+ messages)
` [PATCH v5 iwl-net 1/3] ice: put Rx buffers after being done with current frame
` [Intel-wired-lan] "
` [PATCH v5 iwl-net 2/3] ice: gather page_count()'s of each frag right before XDP prog call
` [Intel-wired-lan] "
` [PATCH v5 iwl-net 3/3] ice: stop storing XDP verdict within ice_rx_buf
` [Intel-wired-lan] "
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).