netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-17 22:20:03 to 2023-05-18 14:47:32 UTC [more...]

[PATCH bpf] Use call_rcu_hurry() with synchronize_rcu_mult()
 2023-05-18 14:47 UTC 

[PATCH net-next] net: fec: turn on XDP features
 2023-05-18 14:32 UTC 

[PATCH net-next V7] dt-bindings: net: xlnx,axi-ethernet: convert bindings document to yaml
 2023-05-18 14:38 UTC  (8+ messages)

[PATCH net-next 0/3] net: tcp: add support of window shrink
 2023-05-18 14:25 UTC  (10+ messages)
` [PATCH net-next 2/3] net: tcp: send zero-window when no memory
` [PATCH net-next 3/3] net: tcp: handle window shrink properly

Aw: Re: Choose a default DSA CPU port
 2023-05-18 14:24 UTC  (13+ messages)
`  "
        ` Aw: Re: "

[PATCH net-next v4 0/2] net: phy: add driver for MediaTek SoC built-in GE PHYs
 2023-05-18 14:21 UTC  (7+ messages)
` [PATCH net-next v4 1/2] dt-bindings: arm: mediatek: add mediatek,boottrap binding

[PATCH net-next 00/11] net: intel: start The Great Code Dedup + Page Pool for iavf
 2023-05-18 13:53 UTC  (17+ messages)
` [PATCH net-next 06/11] net: page_pool: avoid calling no-op externals when possible
` [PATCH net-next 07/11] net: page_pool: add DMA-sync-for-CPU inline helpers
    ` [Intel-wired-lan] "
` [PATCH net-next 10/11] libie: add per-queue Page Pool stats

[RFC PATCH v7 0/8] Create common DPLL configuration API
 2023-05-18 14:02 UTC  (12+ messages)
` [RFC PATCH v7 1/8] dpll: spec: Add Netlink spec in YAML

You've won the Eurojackpot!
 2023-05-17 16:45 UTC 

[PATCH v2 0/3] Add pinctrl support for SDX75
 2023-05-18 13:53 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devicetree compatible
` [PATCH v2 2/3] MAINTAINERS: Update the entry for pinctrl maintainers
` [PATCH v2 3/3] pinctrl: qcom: Add SDX75 pincontrol driver

[PATCH net-next v2 0/7] net: lan966x: Add support for PCP, DEI, DSCP
 2023-05-18 13:50 UTC  (2+ messages)

[PATCH iproute2-next v4] ip-link: add support for nolocalbypass in vxlan
 2023-05-18 13:46 UTC 

[PATCH v2 net] net: fec: add wmb to ensure correct descriptor values
 2023-05-18 13:33 UTC  (3+ messages)
  ` [EXT] "

[PATCH iproute2-next v3] ip-link: add support for nolocalbypass in vxlan
 2023-05-18 13:29 UTC  (2+ messages)

[GIT PULL] Networking for 6.4-rc3
 2023-05-18 13:25 UTC 

[PATCH net-next v8 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-18 13:09 UTC  (18+ messages)
` [PATCH net-next v8 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v8 02/16] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v8 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v8 04/16] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v8 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v8 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v8 07/16] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v8 08/16] tls: "
` [PATCH net-next v8 09/16] siw: "
` [PATCH net-next v8 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v8 11/16] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v8 12/16] ip6, udp6: "
` [PATCH net-next v8 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v8 14/16] ip: Remove ip_append_page()
` [PATCH net-next v8 15/16] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v8 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES

[PATCH net-next v9 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-18 13:07 UTC  (17+ messages)
` [PATCH net-next v9 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v9 02/16] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v9 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v9 04/16] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v9 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v9 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v9 07/16] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v9 08/16] tls: "
` [PATCH net-next v9 09/16] siw: "
` [PATCH net-next v9 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v9 11/16] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v9 12/16] ip6, udp6: "
` [PATCH net-next v9 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v9 14/16] ip: Remove ip_append_page()
` [PATCH net-next v9 15/16] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v9 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES

[PATCH net] net: fec: remove useless fec_enet_reset_skb()
 2023-05-18 13:00 UTC 

[PATCH net-next 0/2] net: dsa: mv88e6xxx: add 88E6361 support
 2023-05-18 12:58 UTC  (5+ messages)
` [PATCH net-next 2/2] net: dsa: mv88e6xxx: enable support for 88E6361 switch

[PATCH net-next v8 0/9] TXGBE PHYLINK support
 2023-05-18 12:48 UTC  (10+ messages)
` [PATCH net-next v8 6/9] net: txgbe: Support GPIO to SFP socket

You've won the Eurojackpot!
 2023-05-18  3:57 UTC 

[PATCH] can: ctucanfd: Remove a useless netif_napi_del() call
 2023-05-18 12:18 UTC  (4+ messages)

[PATCH RESEND 0/4] Fix oops about sleeping in led_trigger_blink()
 2023-05-18 12:14 UTC  (9+ messages)
` [PATCH RESEND 1/4] leds: Change led_trigger_blink[_oneshot]() delay parameters to pass-by-value
` [PATCH RESEND 2/4] leds: Fix set_brightness_delayed() race
` [PATCH RESEND 3/4] leds: Fix oops about sleeping in led_trigger_blink()
` [PATCH RESEND 4/4] leds: Clear LED_INIT_DEFAULT_TRIGGER when clearing current trigger

[PATCH 0/2] Add pinctrl support for SDX75
 2023-05-18 11:56 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devicetree compatible
` [PATCH 2/2] pinctrl: qcom: Add SDX75 pincontrol driver

[PATCH net-next 0/5] Add layer 2 miss indication and filtering
 2023-05-18 11:33 UTC  (6+ messages)
` [PATCH net-next 1/5] skbuff: bridge: Add layer 2 miss indication
` [PATCH net-next 2/5] net/sched: flower: Allow matching on layer 2 miss
` [PATCH net-next 3/5] flow_offload: Reject "
` [PATCH net-next 4/5] mlxsw: spectrum_flower: Add ability to match "
` [PATCH net-next 5/5] selftests: forwarding: Add layer 2 miss test cases

[PATCH net-next v7 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-18 11:34 UTC  (9+ messages)
` [PATCH net-next v7 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v8 "

[PATCH v4] Bluetooth: msft: Extended monitor tracking by address filter
 2023-05-18 11:30 UTC 

Arranging payment 5/18/2023 10:38:54 a.m
 2023-05-18 10:38 UTC 

[PATCH] igb: Fix igb_down hung on surprise removal
 2023-05-18 10:36 UTC  (2+ messages)

[PATCH iwl-next v2 00/10] ice: switchdev bridge offload
 2023-05-18 10:25 UTC  (11+ messages)
` [PATCH iwl-next v2 01/10] ice: Minor switchdev fixes
` [PATCH iwl-next v2 02/10] ice: Unset src prune on uplink VSI
` [PATCH iwl-next v2 03/10] ice: Implement basic eswitch bridge setup
` [PATCH iwl-next v2 04/10] ice: Switchdev FDB events support
` [PATCH iwl-next v2 05/10] ice: Add guard rule when creating FDB in switchdev
` [PATCH iwl-next v2 06/10] ice: Accept LAG netdevs in bridge offloads
` [PATCH iwl-next v2 07/10] ice: Add VLAN FDB support in switchdev mode
` [PATCH iwl-next v2 08/10] ice: implement bridge port vlan
` [PATCH iwl-next v2 09/10] ice: implement static version of ageing
` [PATCH iwl-next v2 10/10] ice: add tracepoints for the switchdev bridge

[PATCH v2] bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
 2023-05-18 10:25 UTC 

[PATCH v3 1/2] wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rx
 2023-05-18 10:24 UTC  (3+ messages)

[PATCH net] sctp: fix an issue that plpmtu can never go to complete state
 2023-05-18 10:18 UTC  (2+ messages)

[PATCH net-next 0/9] Netfilter updates for net-next
 2023-05-18 10:07 UTC  (10+ messages)
` [PATCH net-next 1/9] netfilter: nf_tables: relax set/map validation checks
` [PATCH net-next 2/9] netfilter: nf_tables: always increment set element count
` [PATCH net-next 3/9] netfilter: nft_exthdr: add boolean DCCP option matching
` [PATCH net-next 4/9] netfilter: Reorder fields in 'struct nf_conntrack_expect'
` [PATCH net-next 5/9] netfilter: nft_set_pipapo: Use struct_size()
` [PATCH net-next 6/9] netfilter: conntrack: allow insertion clash of gre protocol
` [PATCH net-next 7/9] netfilter: flowtable: simplify route logic
` [PATCH net-next 8/9] netfilter: flowtable: split IPv4 datapath in helper functions
` [PATCH net-next 9/9] netfilter: flowtable: split IPv6 "

[PATCH RESEND net] ipv{4,6}/raw: fix output xfrm lookup wrt protocol
 2023-05-18 10:01 UTC  (2+ messages)

[PATCH 0/6] *** can: esd_usb: More preparation before supporting esd CAN-USB/3 ***
 2023-05-18 10:00 UTC  (5+ messages)
` [PATCH 1/6] can: esd_usb: Make use of existing kernel macros
` [PATCH 3/6] can: esd_usb: Use consistent prefixes for macros

[PATCH net 0/7] pull-request: can 2023-05-18
 2023-05-18  9:50 UTC  (9+ messages)
` [PATCH net 1/7] can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop()
` [PATCH net 2/7] can: kvaser_pciefd: Clear listen-only bit if not explicitly requested
` [PATCH net 3/7] can: kvaser_pciefd: Call request_irq() before enabling interrupts
` [PATCH net 4/7] can: kvaser_pciefd: Empty SRB buffer in probe
` [PATCH net 5/7] can: kvaser_pciefd: Do not send EFLUSH command on TFD interrupt
` [PATCH net 6/7] can: kvaser_pciefd: Disable interrupts in probe error path
` [PATCH net 7/7] Revert "ARM: dts: stm32: add CAN support on stm32f746"

linux-next: build failure after merge of the net tree
 2023-05-18  9:37 UTC  (7+ messages)

[PATCHv3 net] selftests: fib_tests: mute cleanup error message
 2023-05-18  9:35 UTC  (2+ messages)

[PATCH net-next v3 0/2] Fine-Tune Flow Control and Speed Configurations in Microchip KSZ8xxx DSA Driver
 2023-05-18  9:32 UTC  (4+ messages)
` [PATCH net-next v3 1/2] net: dsa: microchip: ksz8: Make flow control, speed, and duplex on CPU port configurable
` [PATCH net-next v3 2/2] net: dsa: microchip: ksz8: Add function to configure downstream ports for KSZ8xxx

[PATCH v2] dt-bindings: net: Add QCA2066 Bluetooth
 2023-05-18  9:27 UTC 

[syzbot] [rdma?] INFO: trying to register non-static key in skb_dequeue (2)
 2023-05-18  9:20 UTC 

[PATCH net-next V3 0/3] net: axienet: Introduce dmaengine
 2023-05-18  8:51 UTC  (8+ messages)
` [PATCH net-next V3 1/3] dt-bindings: net: xilinx_axienet: Introduce dmaengine binding support

[PATCH v2 0/2] Add motorcomm phy pad-driver-strength-cfg support
 2023-05-18  8:29 UTC  (5+ messages)
` [PATCH v2 2/2] net: phy: motorcomm: Add pad drive strength cfg support

[PATCH net] sfc: fix devlink info error handling
 2023-05-18  7:35 UTC  (2+ messages)

[PATCH] vdpa: consume device_features parameter
 2023-05-18  6:51 UTC  (2+ messages)

[PATCH net] octeontx2-pf: Fix TSOv6 offload
 2023-05-18  6:40 UTC 

[PATCH] wifi: ath12k: Remove some dead code
 2023-05-18  6:17 UTC  (3+ messages)
` AW: "

[PATCH net-next v2] octeontx2-pf: Add support for page pool
 2023-05-18  5:51 UTC 

[RFC PATCH net-next v2 0/2] Mitigate the Issue of Expired Routes in Linux IPv6 Routing Tables
 2023-05-18  5:40 UTC  (5+ messages)
` [RFC PATCH net-next v2 1/2] net: Remove expired routes with separated timers

[PATH net-next v1] octeontx2-pf: Add support for page pool
 2023-05-18  5:27 UTC  (3+ messages)
  `  "

[PATCH net] net/smc: Reset connection when trying to use SMCRv2 fails
 2023-05-18  5:20 UTC  (2+ messages)

[PATCH net 1/3] netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with CONFIG_NF_NAT
 2023-05-18  4:50 UTC  (2+ messages)

pull-request: wireless-2023-05-17
 2023-05-18  4:50 UTC  (2+ messages)

[PATCH net-next] net: openvswitch: Use struct_size()
 2023-05-18  4:40 UTC  (2+ messages)

[PATCH][next] mlxfw: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
 2023-05-18  4:40 UTC  (2+ messages)

[PATCH][next] net: libwx: Replace zero-length array with flexible-array member
 2023-05-18  4:40 UTC  (2+ messages)

[PATCH net] MAINTAINERS: skip CCing netdev for Bluetooth patches
 2023-05-18  4:40 UTC  (2+ messages)

[PATCH 1/4] net: isa: include net/Space.h
 2023-05-18  4:40 UTC  (2+ messages)

linux-next: Tree for May 15 (net/ipv4/ipconfig.c:)
 2023-05-18  3:57 UTC  (2+ messages)

[PATCH] selftests: fib_tests: mute cleanup error message
 2023-05-18  3:22 UTC  (3+ messages)

[PATCH net 0/3] ipv6: exthdrs: fix three SRH issues
 2023-05-18  1:53 UTC  (2+ messages)

[RFC net-next] net: veth: reduce page_pool memory footprint using half page per-buffer
 2023-05-18  1:16 UTC  (8+ messages)

[PATCH] net: usb: ipheth: add CDC NCM support
 2023-05-18  0:18 UTC  (4+ messages)

[PATCH net-next 0/4] net: tcp: make txhash use consistent for IPv4
 2023-05-17 23:00 UTC  (12+ messages)
` [PATCH net-next 4/4] net: skbuff: fix l4_hash comment

[PATCH net-next RFC v4 0/5] net: Make MAC/PHY time stamping selectable
 2023-05-17 22:46 UTC  (13+ messages)
` [PATCH net-next RFC v4 2/5] net: Expose available time stamping layers to user space
` [PATCH net-next RFC v4 4/5] net: Let the active time stamping layer be selectable

[PATCH net 6/6] net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting
 2023-05-17 22:20 UTC  (11+ 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).