netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-11 15:29:34 to 2023-09-12 08:01:39 UTC [more...]

[PATCH net-next 1/6] net: stmmac: add platform library
 2023-09-12  7:59 UTC  (2+ messages)

[PATCH net v2] net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()
 2023-09-12  8:00 UTC  (2+ messages)

[PATCH v2 net 0/6] tcp: Fix bind() regression for v4-mapped-v6 address
 2023-09-12  7:59 UTC  (13+ messages)
` [PATCH v2 net 1/6] tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_addr_any)
` [PATCH v2 net 2/6] tcp: Fix bind() regression for v4-mapped-v6 wildcard address
` [PATCH v2 net 3/6] tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address
` [PATCH v2 net 4/6] selftest: tcp: Fix address length in bind_wildcard.c
` [PATCH v2 net 5/6] selftest: tcp: Move expected_errno into each test case "
` [PATCH v2 net 6/6] selftest: tcp: Add v4-mapped-v6 cases "

[PATCH net-next] qmi_wwan: Add rawip module param
 2023-09-12  7:44 UTC  (3+ messages)

[PATCH net v2 0/5] net: microchip: sparx5: Fix some memory leaks in vcap_api_kunit
 2023-09-12  7:41 UTC  (5+ messages)
` [PATCH net v2 3/5] net: microchip: sparx5: Fix possible memory leak in vcap_api_encode_rule_test()
` [PATCH net v2 4/5] net: microchip: sparx5: Fix possible memory leaks in test_vcap_xn_rule_creator()

[RFC v2 0/4] Support reconnection in vduse
 2023-09-12  7:39 UTC  (6+ messages)
` [RFC v2 1/4] vduse: Add function to get/free the pages for reconnection
` [RFC v2 2/4] vduse: Add file operation for mmap
` [RFC v2 3/4] vduse: update the vq_info in ioctl
` [RFC v2 4/4] vduse: Add new ioctl VDUSE_GET_RECONNECT_INFO

[PATCH] net: macb: fix sleep inside spinlock
 2023-09-12  7:08 UTC  (2+ messages)

[PATCH net-next v2] net/core: Export dev_core_stats_rx_dropped_inc sets
 2023-09-12  7:05 UTC 

[net PATCH] octeon_ep: fix tx dma unmap len values in SG
 2023-09-12  7:04 UTC  (3+ messages)

[PATCH net-next v4 0/2] net: dsa: microchip: add drive strength support
 2023-09-12  6:47 UTC  (5+ messages)
` [PATCH net-next v4 1/2] dt-bindings: net: dsa: microchip: Update ksz device tree bindings for drive strength
` [PATCH net-next v4 2/2] net: dsa: microchip: Add drive strength configuration

Payment associated to your account
 2023-09-12 11:47 UTC 

[PATCH v4 0/3] can: xilinx_can: Add ECC feature support
 2023-09-12  6:37 UTC  (3+ messages)
` [PATCH v4 3/3] can: xilinx_can: Add ethtool stats interface for ECC errors

[PATCH RFC net-next 0/7] net: phy: avoid race when erroring stopping PHY
 2023-09-12  6:35 UTC  (3+ messages)

[PATCH net-next 0/2] bpf: Remove xdp_do_flush_map()
 2023-09-12  6:33 UTC  (3+ messages)
` [PATCH net-next 1/2] net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush()

BUG REPORT : [patch V2 0/4] net, refcount: Address dst_entry reference count scalability issues - rcuref_put_slowpath+0x5f
 2023-09-12  6:14 UTC  (2+ messages)

[PATCH net-next v2 0/2] Add Half Duplex support for ICSSG Driver
 2023-09-12  5:55 UTC  (4+ messages)
` [PATCH net-next v2 1/2] dt-bindings: net: Add documentation for Half duplex support

[PATCH net-next v5 1/1] net: dsa: microchip: Add partial ACL support for ksz9477 switches
 2023-09-12  5:00 UTC 

[PATCH net 1/5] net: tls: handle -EBUSY on async encrypt/decrypt requests
 2023-09-12  4:43 UTC  (4+ messages)

[PATCH net 0/5] tls: fix some issues with async encryption
 2023-09-12  4:38 UTC  (7+ messages)
` [PATCH net 5/5] tls: don't decrypt the next record if it's of a different type

[PATCH] net/core: Export dev_core_stats_rx_dropped_inc sets
 2023-09-12  4:23 UTC  (4+ messages)

[PATCH net-next] virtio: kdoc for struct virtio_pci_modern_device
 2023-09-12  4:20 UTC  (2+ messages)

PO PMV12459 120923
 2023-09-12  4:17 UTC 

INVOICE 23DF-48609
 2023-09-12  3:36 UTC 

[PATCH iproute2] vdpa: consume device_features parameter
 2023-09-12  3:18 UTC  (2+ messages)

Air Shipment to BOS #ESL-33550
 2023-09-12  3:16 UTC 

[PATCH net-next] net: wangxun: move MDIO bus implementation to the library
 2023-09-12  3:14 UTC 

Regression: Commit "netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHAIN_ID" breaks ruleset loading in linux-stable
 2023-09-11 22:57 UTC  (2+ messages)

[PATCH v11 net-next 00/23] net/tcp: Add TCP-AO support
 2023-09-11 21:03 UTC  (24+ messages)
` [PATCH v11 net-next 01/23] net/tcp: Prepare tcp_md5sig_pool for TCP-AO
` [PATCH v11 net-next 02/23] net/tcp: Add TCP-AO config and structures
` [PATCH v11 net-next 03/23] net/tcp: Introduce TCP_AO setsockopt()s
` [PATCH v11 net-next 04/23] net/tcp: Prevent TCP-MD5 with TCP-AO being set
` [PATCH v11 net-next 05/23] net/tcp: Calculate TCP-AO traffic keys
` [PATCH v11 net-next 06/23] net/tcp: Add TCP-AO sign to outgoing packets
` [PATCH v11 net-next 07/23] net/tcp: Add tcp_parse_auth_options()
` [PATCH v11 net-next 08/23] net/tcp: Add AO sign to RST packets
` [PATCH v11 net-next 09/23] net/tcp: Add TCP-AO sign to twsk
` [PATCH v11 net-next 10/23] net/tcp: Wire TCP-AO to request sockets
` [PATCH v11 net-next 11/23] net/tcp: Sign SYN-ACK segments with TCP-AO
` [PATCH v11 net-next 12/23] net/tcp: Verify inbound TCP-AO signed segments
` [PATCH v11 net-next 13/23] net/tcp: Add TCP-AO segments counters
` [PATCH v11 net-next 14/23] net/tcp: Add TCP-AO SNE support
` [PATCH v11 net-next 15/23] net/tcp: Add tcp_hash_fail() ratelimited logs
` [PATCH v11 net-next 16/23] net/tcp: Ignore specific ICMPs for TCP-AO connections
` [PATCH v11 net-next 17/23] net/tcp: Add option for TCP-AO to (not) hash header
` [PATCH v11 net-next 18/23] net/tcp: Add TCP-AO getsockopt()s
` [PATCH v11 net-next 19/23] net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs)
` [PATCH v11 net-next 20/23] net/tcp: Add static_key for TCP-AO
` [PATCH v11 net-next 21/23] net/tcp: Wire up l3index to TCP-AO
` [PATCH v11 net-next 22/23] net/tcp: Add TCP_AO_REPAIR
` [PATCH v11 net-next 23/23] Documentation/tcp: Add TCP-AO documentation

congrats
 2023-09-11  7:34 UTC 

congrats
 2023-09-11  7:34 UTC 

congrats
 2023-09-11  7:34 UTC 

congrats
 2023-09-11  7:34 UTC 

congrats
 2023-09-11  7:34 UTC 

[PATCH net] fix null-deref in ipv4_link_failure
 2023-09-12  2:35 UTC 

[PATCH net-next 0/2] tcp: new TCP_INFO stats for RTO events
 2023-09-12  2:33 UTC  (3+ messages)
` [PATCH net-next 1/2] tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed
` [PATCH net-next 2/2] tcp: new TCP_INFO stats for RTO events

[PATCHv2 net-next 0/2] send notify when delete source address routes
 2023-09-12  2:30 UTC  (7+ messages)
` [PATCHv2 net-next 2/2] ipv4/fib: "

EXT:RE: Quotation #1008-87 OSM against 6814/4604
 2023-09-12  2:28 UTC 

[PATCH v1 net] kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg()
 2023-09-12  2:27 UTC 

NEW ORDER--GO23B005
 2023-09-12  2:15 UTC 

[PATCH v4 0/4] Move Loongson1 MAC arch-code to the driver dir
 2023-09-12  2:01 UTC  (7+ messages)
` [PATCH v4 2/4] dt-bindings: net: Add Loongson-1 Ethernet Controller
` [PATCH v4 3/4] net: stmmac: Add glue layer for Loongson-1 SoC

Reply!!
 2023-09-12  0:50 UTC 

[PATCH net 0/2] net: renesas: rswitch: Fix a lot of redundant irq issue
 2023-09-12  1:49 UTC  (3+ messages)
` [PATCH net 1/2] net: renesas: rswitch: Fix unmasking irq condition
` [PATCH net 2/2] net: renesas: rswitch: Add spin lock protection for irq {un}mask

[PATCH net-next v3 0/3] net/sched: Introduce tc block ports tracking and use
 2023-09-11 23:27 UTC  (4+ messages)
` [PATCH net-next v3 1/3] net/sched: Introduce tc block netdev tracking infra
` [PATCH net-next v3 2/3] net/sched: cls_api: Expose tc block to the datapath
` [PATCH net-next v3 3/3] net/sched: act_blockcast: Introduce blockcast tc action

[PATCH net] net: prevent address overwrite in connect() and sendmsg()
 2023-09-12  1:33 UTC 

[PATCH v3 0/5] ARM: Add GXP UMAC Support
 2023-09-11 21:12 UTC  (10+ messages)
` [PATCH v3 4/5] net: hpe: Add GXP UMAC Driver

[PATCH net-next] atl1c: Work around the DMA RX overflow issue
 2023-09-12  1:07 UTC 

[PATCH] ionic: fix 16bit math issue when PAGE_SIZE >= 64KB
 2023-09-12  0:24 UTC  (3+ messages)

[PATCH 2/4] dt-bindings: net: dsa: document internal MDIO bus
 2023-09-11 22:51 UTC  (11+ messages)

[PATCH] vdpa: consume device_features parameter
 2023-09-12  0:33 UTC  (6+ messages)

[PATCH v5 0/8] io_uring: Initial support for {s,g}etsockopt commands
 2023-09-12  0:20 UTC  (7+ messages)
` [PATCH v5 3/8] io_uring/cmd: Pass compat mode in issue_flags
` [PATCH v5 5/8] io_uring/cmd: return -EOPNOTSUPP if net is disabled

[PATCH RESEND net-next v4 0/3] Add a second bind table hashed by port and address
 2023-09-11 23:36 UTC  (3+ messages)
` [PATCH RESEND net-next v4 1/3] net: Add a bhash2 "

[PATCH RESEND net-next v4 1/3] net: Add a bhash2 table hashed by port and address
 2023-09-12  0:06 UTC 

[PATCH bpf-next 0/3] bpf: expose information about netdev xdp-metadata kfunc support
 2023-09-11 22:48 UTC  (4+ messages)
` [PATCH bpf-next 2/3] bpf: expose information about supported xdp metadata kfunc

[PATCH net-next v3 0/4] selftests/tc-testing: add tests covering classid
 2023-09-11 21:50 UTC  (5+ messages)
` [PATCH net-next v3 1/4] selftests/tc-testing: cls_fw: add tests for classid
` [PATCH net-next v3 2/4] selftests/tc-testing: cls_route: "
` [PATCH net-next v3 3/4] selftests/tc-testing: cls_u32: "
` [PATCH net-next v3 4/4] net/sched: cls_route: make netlink errors meaningful

[PATCH net v2] kcm: Fix memory leak in error path of kcm_sendmsg()
 2023-09-11 21:03 UTC  (2+ messages)

[PATCH net v2 0/2][pull request] Intel Wired LAN Driver Updates 2023-09-11 (i40e, iavf)
 2023-09-11 20:41 UTC  (4+ messages)
` [PATCH net v2 1/2] i40e: fix potential memory leaks in i40e_remove()
` [PATCH net v2 2/2] iavf: Fix promiscuous mode configuration flow messages

[ANN] net-next is OPEN
 2023-09-11 20:38 UTC  (2+ messages)

[PATCH net-next v8 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-09-11 20:22 UTC  (5+ messages)
` [PATCH net-next v8 1/4] vsock/virtio/vhost: read data from non-linear skb
` [PATCH net-next v8 2/4] vsock/virtio: support to send "
` [PATCH net-next v8 3/4] vsock/virtio: non-linear skb handling for tap
` [PATCH net-next v8 4/4] vsock/virtio: MSG_ZEROCOPY flag support

[PATCH net] igb: clean up in all error paths when enabling SR-IOV
 2023-09-11 20:28 UTC 

[PATCH net] ixgbe: fix timestamp configuration code
 2023-09-11 20:28 UTC 

[PATCH net-next v2 0/2] vsock: handle writes to shutdowned socket
 2023-09-11 20:20 UTC  (3+ messages)
` [PATCH net-next v2 1/2] vsock: send SIGPIPE on write "
` [PATCH net-next v2 2/2] test/vsock: shutdowned socket test

[PATCH V2 ethtool] hns3: add support dump registers for hns3 driver
 2023-09-11 20:20 UTC  (2+ messages)

[PATCH v2 ethtool] rxclass: fix a bug in rmgr when searching for empty slot
 2023-09-11 20:20 UTC  (2+ messages)

[PATCH v1 net 0/5] tcp: Fix bind() regression for v4-mapped-v6 address
 2023-09-11 20:05 UTC  (10+ messages)
` [PATCH v1 net 1/5] tcp: Fix bind() regression for v4-mapped-v6 wildcard address
` [PATCH v1 net 2/5] tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address
` [PATCH v1 net 3/5] selftest: tcp: Fix address length in bind_wildcard.c
` [PATCH v1 net 4/5] selftest: tcp: Move expected_errno into each test case "
` [PATCH v1 net 5/5] selftest: tcp: Add v4-mapped-v6 cases "

[PATCH net-next] MAINTAINERS: update tg3 maintainer list
 2023-09-11 20:00 UTC 

[PATCH v8 0/3] add rpc_status netlink support for NFSD
 2023-09-11 19:55 UTC  (9+ messages)
` [PATCH v8 1/3] Documentation: netlink: add a YAML spec for nfsd_server
` [PATCH v8 2/3] NFSD: introduce netlink rpc_status stubs
` [PATCH v8 3/3] NFSD: add rpc_status netlink support

[PATCH net-next] net: hinic: Use devm_kasprintf()
 2023-09-11 19:50 UTC 

[Patch v5 0/5] RDMA/mana_ib
 2023-09-11 18:57 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH net-next 00/13][pull request] Intel Wired LAN Driver Updates 2023-09-11 (ice)
 2023-09-11 18:03 UTC  (14+ messages)
` [PATCH net-next 01/13] ice: prefix clock timer command enumeration values with ICE_PTP
` [PATCH net-next 02/13] ice: retry acquiring hardware semaphore during cross-timestamp request
` [PATCH net-next 03/13] ice: Support cross-timestamping for E823 devices
` [PATCH net-next 04/13] ice: introduce hw->phy_model for handling PTP PHY differences
` [PATCH net-next 05/13] ice: PTP: Clean up timestamp registers correctly
` [PATCH net-next 06/13] ice: PTP: Rename macros used for PHY/QUAD port definitions
` [PATCH net-next 07/13] ice: PTP: move quad value check inside ice_fill_phy_msg_e822
` [PATCH net-next 08/13] ice: remove ICE_F_PTP_EXTTS feature flag
` [PATCH net-next 09/13] ice: fix pin assignment for E810-T without SMA control
` [PATCH net-next 10/13] ice: introduce ice_pf_src_tmr_owned
` [PATCH net-next 11/13] ice: don't enable PTP related capabilities on non-owner PFs
` [PATCH net-next 12/13] ice: check the netlist before enabling ICE_F_SMA_CTRL
` [PATCH net-next 13/13] ice: check netlist before enabling ICE_F_GNSS

Sockmap's parser/verdict programs and epoll notifications
 2023-09-11 18:01 UTC  (5+ messages)

[PATCH net-next v5 0/2] net: stmmac: improve driver statistics
 2023-09-11 17:11 UTC  (3+ messages)
` [PATCH net-next v5 2/2] net: stmmac: use per-queue 64 bit statistics where necessary
  ` [REGRESSION] "

[PATCH net-next 0/4] tcp: backlog processing optims
 2023-09-11 17:05 UTC  (5+ messages)
` [PATCH net-next 1/4] tcp: no longer release socket ownership in tcp_release_cb()
` [PATCH net-next 2/4] net: sock_release_ownership() cleanup
` [PATCH net-next 3/4] net: call prot->release_cb() when processing backlog
` [PATCH net-next 4/4] tcp: defer regular ACK while processing socket backlog

[[RFC PATCH v4 net-next] 0/2] net: dsa: hsr: Enable HSR HW offloading for KSZ9477
 2023-09-11 17:03 UTC  (5+ messages)

Order #6764
 2023-09-11 12:49 UTC 

[PATCH iproute2-next] Enable automatic color output by default
 2023-09-11 16:19 UTC  (2+ messages)

[RFC net-next v3 0/6] Add MACsec support for TJA11XX C45 PHYs
 2023-09-11 15:57 UTC  (4+ messages)
` [RFC net-next v3 4/6] net: phy: nxp-c45-tja11xx: add MACsec support

[PATCH iproute2-next] tc: fix several typos in netem's usage string
 2023-09-11 15:50 UTC  (2+ messages)

[patch iproute2-next v2 0/6] devlink: implement dump selector for devlink objects show commands
 2023-09-11 15:50 UTC  (2+ messages)

The call trace occurs during the VRF fault injection test
 2023-09-11 15:47 UTC  (2+ messages)

[PATCH net-next v1 1/2] net: core: Use the bitmap API to allocate bitmaps
 2023-09-11 15:45 UTC  (2+ messages)
` [PATCH net-next v1 2/2] net: core: Sort headers alphabetically

[PATCH net] ipv6: fix ip6_sock_set_addr_preferences() typo
 2023-09-11 15:42 UTC 

[PATCH net-next 0/6] net: stmmac: add and use library for setting clock
 2023-09-11 15:29 UTC  (5+ messages)
` [PATCH net-next 3/6] net: stmmac: intel-plat: use dwmac_set_tx_clk_gmii()
` [PATCH net-next 4/6] net: stmmac: rk: "
` [PATCH net-next 5/6] net: stmmac: starfive: "
` [PATCH net-next 6/6] net: stmmac: qos-eth: "


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