netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-15 09:10:06 to 2023-02-15 21:04:01 UTC [more...]

[PATCH v7 00/12] net: ethernet: mtk_eth_soc: various enhancements
 2023-02-15 21:00 UTC  (3+ messages)
` [PATCH v7 01/12] net: ethernet: mtk_eth_soc: add support for MT7981 SoC
` [PATCH v7 02/12] dt-bindings: net: mediatek,net: add mt7981-eth binding

[PATCH AUTOSEL 5.4 6/7] neigh: make sure used and confirmed times are valid
 2023-02-15 20:46 UTC 

[PATCH AUTOSEL 5.10 1/8] Fix XFRM-I support for nested ESP tunnels
 2023-02-15 20:46 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 7/8] neigh: make sure used and confirmed times are valid

[PATCH AUTOSEL 5.15 01/12] ionic: refactor use of ionic_rx_fill()
 2023-02-15 20:46 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 02/12] Fix XFRM-I support for nested ESP tunnels
` [PATCH AUTOSEL 5.15 10/12] neigh: make sure used and confirmed times are valid

[PATCH AUTOSEL 6.1 01/24] Fix XFRM-I support for nested ESP tunnels
 2023-02-15 20:45 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 18/24] neigh: make sure used and confirmed times are valid
` [PATCH AUTOSEL 6.1 22/24] selftests: ocelot: tc_flower_chains: make test_vlan_ingress_modify() more comprehensive

[PATCH v6 00/12] net: ethernet: mtk_eth_soc: various enhancements
 2023-02-15 20:44 UTC  (7+ messages)
` [PATCH v6 02/12] dt-bindings: net: mediatek,net: add mt7981-eth binding
` [PATCH v6 03/12] dt-bindings: arm: mediatek: sgmiisys: Convert to DT schema
` [PATCH v6 04/12] dt-bindings: arm: mediatek: sgmiisys: add MT7981 SoC

[PATCH v3 0/5] Bluetooth: hci_mrvl: Add serdev support for 88W8997
 2023-02-15 20:41 UTC  (3+ messages)

[PATCH net-next 0/2] net: default_rps_mask follow-up
 2023-02-15 20:33 UTC  (5+ messages)
` [PATCH net-next 1/2] net: make default_rps_mask a per netns attribute
` [PATCH net-next 2/2] self-tests: more rps self tests

wilc1000 MAC address is 00:00:00:00:00:00
 2023-02-15 20:14 UTC  (11+ messages)

[PATCH v4 1/4] wifi: brcmfmac: Rename Cypress 89459 to BCM4355
 2023-02-15 20:05 UTC  (3+ messages)

[PATCH net] sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop
 2023-02-15 20:04 UTC 

[PATCH net-next 0/6] net: final GSI register updates
 2023-02-15 19:53 UTC  (7+ messages)
` [PATCH net-next 1/6] net: ipa: fix an incorrect assignment
` [PATCH net-next 2/6] net: ipa: kill gsi->virt_raw
` [PATCH net-next 3/6] net: ipa: kill ev_ch_e_cntxt_1_length_encode()
` [PATCH net-next 4/6] net: ipa: avoid setting an undefined field
` [PATCH net-next 5/6] net: ipa: support different event ring encoding
` [PATCH net-next 6/6] net: ipa: add HW_PARAM_4 GSI register

net: phy: broadcom: error in rxtstamp callback?
 2023-02-15 19:39 UTC  (2+ messages)

[pull request][net-next 00/15] mlx5 updates 2023-02-10
 2023-02-15 19:41 UTC  (6+ messages)
` [net-next 01/15] net/mlx5: Lag, Let user configure multiport eswitch

[PATCH net-next 0/2] flower add cfm support
 2023-02-15 19:25 UTC  (3+ messages)
` [PATCH net-next 1/2] net: flower: add support for matching cfm fields
` [PATCH net-next 2/2] selftests: net: add tc flower cfm test

[PATCH v4 0/2] Another crack at a handshake upcall mechanism
 2023-02-15 19:23 UTC  (3+ messages)
` [PATCH v4 1/2] net/handshake: Create a NETLINK service for handling handshake requests
` [PATCH v4 2/2] net/tls: Add kernel APIs for requesting a TLSv1.3 handshake

[PATCH net-next v2 0/5] tls: implement key updates for TLS1.3
 2023-02-15 19:10 UTC  (7+ messages)
` [PATCH net-next v2 2/5] tls: block decryption when a rekey is pending

[PATCH net-next 0/3] net: skbuff: cache one skb_ext for use by GRO
 2023-02-15 19:08 UTC  (17+ messages)
` [PATCH net-next 2/3] "
` [PATCH net-next 3/3] net: create and use NAPI version of tc_skb_ext_alloc()

[PATCH bpf-next v4] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
 2023-02-15 18:54 UTC 

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

[PATCH] fixed typos on selftests/bpf
 2023-02-15 18:21 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 bpf] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
 2023-02-15 18:11 UTC  (3+ messages)

[RFC] net: skbuff: let struct skb_ext live inside the head
 2023-02-15 18:13 UTC  (7+ messages)

[PATCH v7 0/4] mac80211_hwsim: Add PMSR support
 2023-02-15 18:13 UTC  (7+ messages)
` [PATCH v7 1/4] mac80211_hwsim: add PMSR capability support
` [PATCH v7 2/4] mac80211_hwsim: add PMSR request support via virtio
` [PATCH v7 4/4] mac80211_hwsim: add PMSR report "

[PATCH bpf] xsk: check IFF_UP earlier in Tx path
 2023-02-15 17:57 UTC  (2+ messages)

[PATCH bpf-next V1] xdp: bpf_xdp_metadata use NODEV for no device support
 2023-02-15 17:50 UTC  (4+ messages)
` [xdp-hints] "
    ` [xdp-hints] "

[PATCH net-next v1 1/1] net: phy: c45: genphy_c45_an_config_aneg(): fix uninitialized symbol error
 2023-02-15 17:45 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix map_kptr test
 2023-02-15 17:36 UTC  (6+ messages)

[PATCH net] net/smc: fix application data exception
 2023-02-15 17:31 UTC  (3+ messages)

[PATCH v7 net-next 0/8] sfc: devlink support for ef100
 2023-02-15 17:07 UTC  (8+ messages)
` [PATCH v7 net-next 2/8] sfc: add devlink info "

Fw: [Bug 217040] New: TXDCTL.ENABLE for one or more queues not cleared within the polling period
 2023-02-15 17:11 UTC 

[PATCH net-next v1 0/3] net/mlx5e: Add GBP VxLAN HW offload support
 2023-02-15 17:01 UTC  (13+ messages)
` [PATCH net-next v1 2/3] net/mlx5e: Add helper for encap_info_equal for tunnels with options
` [PATCH net-next v1 3/3] net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offload

[PATCH bpf-next v2] selftests/bpf: Cross-compile bpftool
 2023-02-15 17:00 UTC  (2+ messages)

[PATCH net-next v3] xsk: support use vaddr as ring
 2023-02-15 16:50 UTC  (4+ messages)

[PATCH v2] l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()
 2023-02-15 16:39 UTC  (5+ messages)

[PATCH net-next 0/5] net/sched: Retire some tc qdiscs and classifiers
 2023-02-15 16:37 UTC  (8+ messages)

[PATCH net-next v3 0/7] octeon_ep: deferred probe and mailbox
 2023-02-15 16:36 UTC  (8+ messages)
` [PATCH net-next v3 1/7] octeon_ep: defer probe if firmware not ready
` [PATCH net-next v3 4/7] octeon_ep: enhance control mailbox for VF support
` [PATCH net-next v3 5/7] octeon_ep: support asynchronous notifications

[PATCH] net: dsa: ocelot: fix selecting MFD_OCELOT
 2023-02-15 16:29 UTC  (2+ messages)

[RFC PATCH net-next v3 0/9] net/smc: Introduce SMC-D-based OS internal communication acceleration
 2023-02-15 16:18 UTC  (10+ messages)
` [RFC PATCH net-next v3 1/9] net/smc: Decouple ism_dev from SMC-D device dump
` [RFC PATCH net-next v3 2/9] net/smc: Decouple ism_dev from SMC-D DMB registration
` [RFC PATCH net-next v3 3/9] net/smc: Extract v2 check helper from SMC-D device registration
` [RFC PATCH net-next v3 4/9] net/smc: Introduce SMC-D loopback device
` [RFC PATCH net-next v3 5/9] net/smc: Introduce an interface for getting DMB attribute
` [RFC PATCH net-next v3 6/9] net/smc: Introudce interfaces for DMB attach and detach
` [RFC PATCH net-next v3 7/9] net/smc: Avoid data copy from sndbuf to peer RMB in SMC-D
` [RFC PATCH net-next v3 8/9] net/smc: Modify cursor update logic when using mappable DMB
` [RFC PATCH net-next v3 9/9] net/smc: Add interface implementation of loopback device

[PATCH net-next v9 0/7] net/sched: cls_api: Support hardware miss to tc action
 2023-02-15 16:14 UTC  (11+ messages)
` [PATCH net-next v9 1/7] "

[PATCH ethtool-next 0/2] ethtool: add rx-push ringparam
 2023-02-15 16:12 UTC  (4+ messages)
` [PATCH ethtool-next 1/2] ethtool: uapi update for RX_PUSH ringparam attribute

[PATCH v4 00/18] gpiolib cleanups
 2023-02-15 15:59 UTC  (3+ messages)

[PATCH net] ipv6: Add lwtunnel encap size of all siblings in nexthop calculation
 2023-02-15 15:58 UTC  (4+ messages)

[RFC PATCH net-next v16] vmxnet3: Add XDP support
 2023-02-15 15:54 UTC  (2+ messages)

[PATCH v1 1/2] mmc: atmel-mci: Get rid of external platform data
 2023-02-15 15:54 UTC  (2+ messages)
` [PATCH v1 2/2] mmc: atmel-mci: Convert to agnostic GPIO API

[PATCH net-next 0/2] Couple of minor improvements to build_skb variants
 2023-02-15 15:03 UTC  (4+ messages)
` [PATCH net-next 1/2] skbuff: Replace open-coded skb_propagate_pfmemalloc()s
` [PATCH net-next 2/2] skbuff: Add likely to skb pointer in build_skb()

[PATCH v2 bpf] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
 2023-02-15 15:01 UTC  (6+ messages)

[PATCH intel-next v4 0/8] i40e: support XDP multi-buffer
 2023-02-15 14:51 UTC  (10+ messages)
` [PATCH intel-next v4 1/8] i40e: consolidate maximum frame size calculation for vsi
` [PATCH intel-next v4 2/8] i40e: change Rx buffer size for legacy-rx to support XDP multi-buffer
` [PATCH intel-next v4 3/8] i40e: add pre-xdp page_count in rx_buffer
` [PATCH intel-next v4 4/8] i40e: Change size to truesize when using i40e_rx_buffer_flip()
` [PATCH intel-next v4 5/8] i40e: use frame_sz instead of recalculating truesize for building skb
` [PATCH intel-next v4 6/8] i40e: introduce next_to_process to i40e_ring
` [PATCH intel-next v4 7/8] i40e: add xdp_buff to i40e_ring struct
` [PATCH intel-next v4 8/8] i40e: add support for XDP multi-buffer Rx

[PATCH net-next] net: dpaa2-eth: do not always set xsk support in xdp_features flag
 2023-02-15 14:32 UTC  (2+ messages)

[PATCH bpf-next v1 0/4] Support bpf trampoline for RV64
 2023-02-15 14:45 UTC  (6+ messages)
` [PATCH bpf-next v1 1/4] riscv: Extend patch_text for multiple instructions
` [PATCH bpf-next v1 2/4] riscv, bpf: Factor out emit_call for kernel and bpf context
` [PATCH bpf-next v1 3/4] riscv, bpf: Add bpf_arch_text_poke support for RV64
` [PATCH bpf-next v1 4/4] riscv, bpf: Add bpf trampoline "

[PATCH net-next v1 0/7] make SmartEEE support controllable
 2023-02-15 14:14 UTC  (4+ messages)
` [PATCH net-next v1 7/7] net: fec: add support for PHYs with SmartEEE support

[PATCH v4 00/15] spi: Add support for stacked/parallel memories
 2023-02-15 14:19 UTC  (3+ messages)
` [PATCH v4 01/15] spi: Replace all spi->chip_select and spi->cs_gpiod references with function call

[net-next 0/3] seg6: add PSP flavor support for SRv6 End behavior
 2023-02-15 13:46 UTC  (4+ messages)
` [net-next 1/3] seg6: factor out End lookup nexthop processing to a dedicated function
` [net-next 2/3] seg6: add PSP flavor support for SRv6 End behavior
` [net-next 3/3] selftests: seg6: add selftest for PSP flavor in "

[iproute2-next] seg6: man: ip-link.8: add SRv6 End PSP flavor description
 2023-02-15 13:53 UTC 

[PATCH] wifi: wfx: Remove some dead code
 2023-02-15 13:23 UTC  (2+ messages)

[PATCH -next v2] wifi: mt76: mt7996: Remove unneeded semicolon
 2023-02-15 13:20 UTC  (2+ messages)

[PATCH 00/12] Enable networking support for StarFive JH7100 SoC
 2023-02-15 13:11 UTC  (14+ messages)
` [PATCH 01/12] dt-bindings: riscv: sifive-ccache: Add compatible "
` [PATCH 07/12] dt-bindings: net: Add "
` [PATCH 08/12] net: stmmac: Add glue layer for "

[PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2023-01-31 (ice)
 2023-02-15 12:13 UTC  (5+ messages)
` [PATCH net 1/6] ice: avoid bonding causing auxiliary plug/unplug under RTNL lock

[PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2023-02-15 11:48 UTC  (2+ messages)

[PATCH] ethernet: ice: avoid gcc-9 integer overflow warning
 2023-02-15 10:58 UTC  (2+ messages)

[PATCH bpf-next 0/4] bpf: Introduce kptr_rcu
 2023-02-15 10:48 UTC  (3+ messages)
` [PATCH bpf-next 2/4] "

[PATCH net-next] net: phylink: support validated pause and autoneg in fixed-link
 2023-02-15 10:40 UTC  (2+ messages)

[PATCH net] net/sched: tcindex: search key must be 16 bits
 2023-02-15 10:30 UTC  (3+ messages)

[PATCH v2 net-next] net: no longer support SOCK_REFCNT_DEBUG feature
 2023-02-15 10:30 UTC  (3+ messages)

[PATCH net] net: mpls: fix stale pointer if allocation fails during device rename
 2023-02-15 10:30 UTC  (2+ messages)

[PATCH v2 0/3] can: esd_usb: Some more preparation for supporting esd CAN-USB/3
 2023-02-15  8:52 UTC  (2+ messages)

[PATCH 0/2] Apple T2 platform support
 2023-02-15 10:13 UTC  (3+ messages)
` [PATCH 1/2] brcmfmac: acpi: Add support for fetching Apple ACPI properties

[PATCH bpf] selftests/bpf: enable mptcp before testing
 2023-02-15  9:58 UTC  (8+ messages)

[GIT PULL] Please pull mlx5-next changes
 2023-02-15  9:56 UTC 

[PATCH net-next v2 0/3] net/mlx5e: Add GBP VxLAN HW offload support
 2023-02-15  9:41 UTC  (4+ messages)
` [PATCH net-next v2 1/3] vxlan: Expose helper vxlan_build_gbp_hdr
` [PATCH net-next v2 2/3] net/mlx5e: Add helper for encap_info_equal for tunnels with options
` [PATCH net-next v2 3/3] net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offload

[PATCH v8 net-next 0/8] sfc: devlink support for ef100
 2023-02-15  9:08 UTC  (2+ messages)
` [PATCH v8 net-next 5/8] sfc: add devlink port "


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