netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-17 08:12:26 to 2024-05-18 13:04:51 UTC [more...]

[PATCH v2] net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP
 2024-05-18 13:04 UTC 

[PATCH] net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP
 2024-05-18 12:55 UTC  (5+ messages)

[RFC PATCH net-next 00/28] Add CPSW Proxy Client driver
 2024-05-18 12:42 UTC  (29+ messages)
` [RFC PATCH net-next 01/28] docs: networking: ti: add driver doc for CPSW Proxy Client
` [RFC PATCH net-next 02/28] net: ethernet: ti: add RPMsg structures for Ethernet Switch Firmware
` [RFC PATCH net-next 03/28] net: ethernet: ti: introduce the CPSW Proxy Client
` [RFC PATCH net-next 04/28] net: ethernet: ti: cpsw-proxy-client: add support for creating requests
` [RFC PATCH net-next 05/28] net: ethernet: ti: cpsw-proxy-client: enable message exchange with EthFw
` [RFC PATCH net-next 06/28] net: ethernet: ti: cpsw-proxy-client: add helper to get virtual port info
` [RFC PATCH net-next 07/28] net: ethernet: ti: cpsw-proxy-client: add helper to attach virtual ports
` [RFC PATCH net-next 08/28] net: ethernet: ti: cpsw-proxy-client: add helpers to alloc/free resources
` [RFC PATCH net-next 09/28] net: ethernet: ti: cpsw-proxy-client: add helper to init TX DMA Channels
` [RFC PATCH net-next 10/28] net: ethernet: ti: cpsw-proxy-client: add helper to init RX "
` [RFC PATCH net-next 11/28] net: ethernet: ti: cpsw-proxy-client: add NAPI TX polling function
` [RFC PATCH net-next 12/28] net: ethernet: ti: cpsw-proxy-client: add NAPI RX "
` [RFC PATCH net-next 13/28] net: ethernet: ti: cpsw-proxy-client: add helper to create netdevs
` [RFC PATCH net-next 14/28] net: ethernet: ti: cpsw-proxy-client: add and register dma irq handlers
` [RFC PATCH net-next 15/28] net: ethernet: ti: cpsw-proxy-client: add helpers to (de)register MAC
` [RFC PATCH net-next 16/28] net: ethernet: ti: cpsw-proxy-client: implement and register ndo_open
` [RFC PATCH net-next 17/28] net: ethernet: ti: cpsw-proxy-client: implement and register ndo_stop
` [RFC PATCH net-next 18/28] net: ethernet: ti: cpsw-proxy-client: implement and register ndo_start_xmit
` [RFC PATCH net-next 19/28] net: ethernet: ti: cpsw-proxy-client: implement and register ndo_get_stats64
` [RFC PATCH net-next 20/28] net: ethernet: ti: cpsw-proxy-client: implement and register ndo_tx_timeout
` [RFC PATCH net-next 21/28] net: ethernet: ti: cpsw-proxy-client: register ndo_validate/ndo_set_mac_addr
` [RFC PATCH net-next 22/28] net: ethernet: ti: cpsw-proxy-client: implement .get_link ethtool op
` [RFC PATCH net-next 23/28] net: ethernet: ti: cpsw-proxy-client: add sw tx/rx irq coalescing
` [RFC PATCH net-next 24/28] net: ethernet: ti: cpsw-proxy-client: export coalescing support
` [RFC PATCH net-next 25/28] net: ethernet: ti: cpsw-proxy-client: add helpers to (de)register IPv4
` [RFC PATCH net-next 26/28] net: ethernet: ti: cpsw-proxy-client: add ndo_set_rx_mode member
` [RFC PATCH net-next 27/28] net: ethernet: ti: cpsw-proxy-client: add helper to detach virtual ports
` [RFC PATCH net-next 28/28] net: ethernet: ti: cpsw-proxy-client: enable client driver functionality

[PATCH net-next v12 13/15] net: stmmac: dwmac-loongson: Add Loongson GNET support
 2024-05-18 10:47 UTC  (17+ messages)

[PATCH net-next v12 00/15] stmmac: Add Loongson platform support
 2024-05-18 10:38 UTC  (11+ messages)
` [PATCH net-next v12 06/15] net: stmmac: dwmac-loongson: Split up the platform data initialization
` [PATCH net-next v12 13/15] net: stmmac: dwmac-loongson: Add Loongson GNET support

How to implement message forwarding from one CID to another in vhost driver
 2024-05-18 10:17 UTC 

[PATCH bpf-next v2 0/4] netfilter: Add the capability to offload flowtable in XDP layer
 2024-05-18 10:12 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH bpf-next v2 2/4] netfilter: add bpf_xdp_flow_offload_lookup kfunc
` [PATCH bpf-next v2 3/4] samples/bpf: Add bpf sample to offload flowtable traffic to xdp
` [PATCH bpf-next v2 4/4] selftests/bpf: Add selftest for bpf_xdp_flow_offload_lookup kfunc

[PATCH bpf-next v2 0/3] Use bpf_prog_pack for RV64 bpf trampoline
 2024-05-18  9:29 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: Use precise image size for struct_ops trampoline
` [PATCH bpf-next v2 2/3] riscv, bpf: Fix out-of-bounds issue when preparing trampoline image
` [PATCH bpf-next v2 3/3] riscv, bpf: Use bpf_prog_pack for RV64 bpf trampoline

[PATCH] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0
 2024-05-18  8:48 UTC  (6+ messages)

[PATCH v2 1/2] Bluetooth: hci_core: Prefer struct_size over open coded arithmetic
 2024-05-18  8:30 UTC  (2+ messages)
` [PATCH v2 2/2] Bluetooth: hci_core: Prefer array indexing over pointer arithmetic

[PATCH v2 0/2] Bluetooth: hci_core: Refactor hci_get_dev_list() function
 2024-05-18  8:30 UTC 

[PATCH bpf-next v4 0/3] Add 12-argument support for RV64 bpf trampoline
 2024-05-18  3:28 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] riscv, bpf: "
` [PATCH bpf-next v4 2/3] selftests/bpf: Factor out many args tests from tracing_struct
` [PATCH bpf-next v4 3/3] selftests/bpf: Add testcase where 7th argment is struct

[RFC PATCH v2 net-next] tcp: remove 64 KByte limit for initial tp->rcv_wnd value
 2024-05-18  2:50 UTC 

[GIT PULL] Networking merge window fixes
 2024-05-18  2:01 UTC  (2+ messages)

[PATCH net-next v2 0/5] net: phy: mediatek: Introduce mtk-phy-lib and add 2.5Gphy support
 2024-05-18  1:29 UTC  (9+ messages)
` [PATCH net-next v2 1/5] net: phy: mediatek: Re-organize MediaTek ethernet phy drivers
` [PATCH net-next v2 2/5] net: phy: mediatek: Move LED and read/write page helper functions into mtk phy lib
` [PATCH net-next v2 3/5] net: phy: mediatek: Add token ring access helper functions in mtk-phy-lib
` [PATCH net-next v2 4/5] net: phy: mediatek: Extend 1G TX/RX link pulse time
` [PATCH net-next v2 5/5] net: phy: add driver for built-in 2.5G ethernet PHY on MT7988

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-18  1:25 UTC  (9+ messages)

[PATCH v1 net] af_unix: Annotate data-races around sk->sk_hash
 2024-05-18  1:13 UTC 

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-18  0:39 UTC  (3+ messages)
` [PATCH net-next v9 05/14] netdev: netdevice devmem allocator

[RFC PATCH net-next] tcp: break the limitation of initial receive window
 2024-05-18  0:04 UTC  (6+ messages)

[PATCH v1 net] af_unix: Annotate data-race around unix_sk(sk)->addr
 2024-05-18  0:01 UTC 

[PATCH, net-next, 2/2] net: stmmac: PCI driver for BCM8958X SoC
 2024-05-17 23:50 UTC  (2+ messages)

[syzbot] [bpf?] [net?] possible deadlock in sock_hash_update_common
 2024-05-17 23:31 UTC  (2+ messages)

r8169: Crash with TX segmentation offload on RTL8125
 2024-05-17 22:21 UTC  (2+ messages)

[net] ipv6: sr: fix missing sk_buff release in seg6_input_core
 2024-05-17 22:04 UTC  (3+ messages)

[PATCH net-next] icmp: Add icmp_timestamp_ignore_all to control ICMP_TIMESTAMP
 2024-05-17 21:34 UTC  (3+ messages)

[PATCH v2] net: mhi: set skb mac header before entering RX path
 2024-05-17 21:19 UTC 

[PATCH 1/2] net: add option to ignore 'local-mac-address' property
 2024-05-17 21:15 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: net: add option to ignore local-mac-address

[PATCH v2] wifi: mac80211: Avoid address calculations via out of bounds array indexing
 2024-05-17 20:45 UTC  (2+ messages)

[PATCH net] l2tp: fix ICMP error handling for UDP-encap sockets
 2024-05-17 20:38 UTC  (2+ messages)

[PATCH net-next] dt-bindings: net: ti: Update maintainers list
 2024-05-17 20:38 UTC  (2+ messages)

[PATCH] MAINTAINERS: net: Update reviewers for TI's Ethernet drivers
 2024-05-17 20:38 UTC  (2+ messages)

[PATCH net v3] selftests: net: local_termination: annotate the expected failures
 2024-05-17 20:38 UTC  (5+ messages)

[PATCH net v2 1/1] net: dsa: microchip: Correct initialization order for KSZ88x3 ports
 2024-05-17 20:38 UTC  (2+ messages)

[PATCH v1 net] tcp: Fix shift-out-of-bounds in dctcp_update_alpha()
 2024-05-17 20:28 UTC  (2+ messages)

[PATCH bpf-next 0/4] netfilter: Add the capability to offload flowtable in XDP layer
 2024-05-17 19:54 UTC  (4+ messages)
` [PATCH bpf-next 2/4] netfilter: add bpf_xdp_flow_offload_lookup kfunc

[PATCH 2/2] cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO options
 2024-05-17 19:49 UTC  (6+ messages)

[PATCH net-next v2 0/2] net: xilinx_gmii2rgmii: Add clock support
 2024-05-17 19:25 UTC  (2+ messages)

[PATCH net v2 1/2] af_unix: Fix garbage collection of embryos carrying OOB with SCM_RIGHTS
 2024-05-17 19:24 UTC  (6+ messages)

[PATCH net-next v2 0/3] Introduce IPPROTO_SMC
 2024-05-17 19:19 UTC  (2+ messages)

[PATCHv2 net] selftests/net: use tc rule to filter the na packet
 2024-05-17 19:16 UTC  (4+ messages)

[PATCH] net: ks8851: Fix another TX stall caused by wrong ISR flag handling
 2024-05-17 19:14 UTC  (2+ messages)

[PATCH net-next v4] net: ethernet: mtk_eth_soc: ppe: add support for multiple PPEs
 2024-05-17 18:50 UTC  (2+ messages)

[PATCH 0/6] rds: rdma: Add ability to force GFP_NOIO
 2024-05-17 17:30 UTC  (4+ messages)

[PATCH v3 1/2] tty: rfcomm: prefer struct_size over open coded arithmetic
 2024-05-17 17:21 UTC  (2+ messages)
` [PATCH v3 2/2] tty: rfcomm: prefer array indexing over pointer arithmetic

[PATCH v3 0/2] tty: rfcomm: refactor rfcomm_get_dev_list() function
 2024-05-17 17:21 UTC 

[PATCH net] ipv6: sr: fix memleak in seg6_hmac_init_algo
 2024-05-17 16:52 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION c75962170e49f24399141276ae119e6a879f36dc
 2024-05-17 16:50 UTC 

[PATCH net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
 2024-05-17 16:15 UTC  (11+ messages)
        ` [PATCH net-next 14/15 v2] "

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-17 16:09 UTC  (5+ messages)
` [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH net-next v12 00/13] net: Make timestamping selectable
 2024-05-17 15:58 UTC  (9+ messages)
` [PATCH net-next v12 12/13] net: ethtool: tsinfo: Add support for hwtstamp provider and get/set hwtstamp config
` [PATCH net-next v12 13/13] netlink: specs: tsinfo: Enhance netlink attributes and add a set command

[PATCH] net: Fix the gso BUG_ON that treat the skb which head_frag is true as non head_frag
 2024-05-17 15:40 UTC  (5+ messages)
` [PATCH] test_bpf: Add an skb_segment test for a non linear frag_list whose head_frag=1 and gso_size was mangled

[PATCH net-next] netfilter: nft_fib: allow from forward/input without iif selector
 2024-05-17 15:37 UTC  (2+ messages)

[PATCH v6] can: mcp251xfd: fix infinite loop when xmit fails
 2024-05-17 15:32 UTC  (3+ messages)

[RFC PATCH v1 00/10] Socket type control for Landlock
 2024-05-17 15:24 UTC  (7+ messages)
` [RFC PATCH v1 03/10] selftests/landlock: Create 'create' test

[PATCH 0/2] Forbid illegitimate binding via listen(2)
 2024-05-17 15:22 UTC  (5+ messages)
` [PATCH 1/2] landlock: Add hook on socket_listen()

[PATCH net v2] net: Always descend into dsa/ folder with CONFIG_NET_DSA enabled
 2024-05-17 15:17 UTC  (3+ messages)

[PATCH v4 00/66] Define _GNU_SOURCE for sources using
 2024-05-17 14:48 UTC  (3+ messages)
` [PATCH v4 65/66] selftests/wireguard: Drop define _GNU_SOURCE

[RFC PATCH 0/5] vsock/virtio: Add support for multi-devices
 2024-05-17 14:46 UTC  (6+ messages)
` [RFC PATCH 1/5] vsock/virtio: Extend virtio-vsock spec with an "order" field
` [RFC PATCH 2/5] vsock/virtio: Add support for multi-devices
` [RFC PATCH 3/5] vsock/virtio: can_msgzerocopy adapts to multi-devices
` [RFC PATCH 4/5] vsock: seqpacket_allow "
` [RFC PATCH 5/5] vsock: Add an ioctl request to get all CIDs

[PATCH net-next v6 00/21] ice: add PFCP filter support
 2024-05-17 14:01 UTC  (5+ messages)
  ` [Intel-wired-lan] "

[PATCH net v2] net: lan966x: Remove ptp traps in case the ptp is not enabled
 2024-05-17 13:58 UTC 

[iwl-net][PATCH v3] e1000e: move force SMBUS near the end of enable_ulp function
 2024-05-17 13:50 UTC 

[PATCH net-next v19 00/13] Add Realtek automotive PCIe driver
 2024-05-17 13:49 UTC  (11+ messages)
` [PATCH net-next v19 01/13] rtase: Add pci table supported in this module
` [PATCH net-next v19 10/13] rtase: Implement ethtool function
` [PATCH net-next v19 11/13] rtase: Add a Makefile in the rtase folder
` [PATCH net-next v19 12/13] realtek: Update the Makefile and Kconfig in the realtek folder
` [PATCH net-next v19 13/13] MAINTAINERS: Add the rtase ethernet driver entry

[PATCH net] ice: Do not get coalesce settings while in reset
 2024-05-17 13:31 UTC  (4+ messages)

[PATCH v2] e1000e: move force SMBUS near the end of enable_ulp function
 2024-05-17 13:00 UTC  (4+ messages)
` [Intel-wired-lan] "

Large TCP_RR performance drop between 5.x and 6.x kernel?
 2024-05-17 12:44 UTC 

[PATCH net-next v4 05/12] net: ethernet: oa_tc6: implement error interrupts unmasking
 2024-05-17 12:43 UTC  (13+ messages)

[PATCH ethtool-next 0/2] Add support for Power over Ethernet
 2024-05-17 12:42 UTC  (4+ messages)

[PATCH net] net: lan966x: Remove ptp traps in case the ptp is not enabled
 2024-05-17 10:53 UTC  (7+ messages)

[PATCH v2] net: smc91x: Fix pointer types
 2024-05-17 10:41 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] pci: Add ACS quirk for Broadcom BCM5760X NIC
 2024-05-17 10:13 UTC  (2+ messages)

[PATCH v3 net 0/2] af_unix: Fix GC and improve selftest
 2024-05-17  9:27 UTC  (3+ messages)
` [PATCH v3 net 1/2] af_unix: Fix garbage collection of embryos carrying OOB with SCM_RIGHTS
` [PATCH v3 net 2/2] selftest: af_unix: Make SCM_RIGHTS into OOB data

[PATCH v2 0/6] rds: rdma: Add ability to force GFP_NOIO
 2024-05-17  9:28 UTC  (6+ messages)
` [PATCH v2 3/6] RDMA/cma: Brute "

[Linux kernel bug] UBSAN: shift-out-of-bounds in dctcp_update_alpha
 2024-05-17  9:27 UTC  (2+ messages)

[PATCH net v5 0/3] Wangxun fixes
 2024-05-17  9:20 UTC  (2+ messages)

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in skb_queue_purge_reason (2)
 2024-05-17  8:44 UTC 

[PATCH iwl-net] ice: implement AQ download pkg retry
 2024-05-17  8:29 UTC  (4+ messages)
    ` [Intel-wired-lan] "

some questions about restrictions in SMC-R v2's implementation
 2024-05-17  7:41 UTC  (2+ 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).