netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-08 15:41:59 to 2023-08-08 18:09:20 UTC [more...]

[PATCH v2 0/5] Introduce IEP driver and packet timestamping support
 2023-08-08 13:10 UTC  (14+ messages)
` [PATCH v2 2/5] dt-bindings: net: Add iep property in ICSSG dt binding
` [PATCH v2 4/5] net: ti: icssg-prueth: add packet timestamping and ptp support
` [PATCH v2 5/5] net: ti: icssg-prueth: am65x SR2.0 add 10M full duplex support
  ` [EXTERNAL] Re: [PATCH v2 0/5] Introduce IEP driver and packet timestamping support

[PATCH net-next] net: dsa: mark parsed interface mode for legacy switch drivers
 2023-08-08 16:35 UTC  (8+ messages)

[PATCH 0/2] net: stmmac: allow sharing MDIO lines
 2023-08-08 15:15 UTC  (10+ messages)

[PATCH bpf-next v6 0/8] Add SO_REUSEPORT support for TC bpf_sk_assign
 2023-08-08 16:35 UTC  (4+ messages)
` [PATCH bpf-next v6 7/8] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign

[PATCH net] net: tls: set MSG_SPLICE_PAGES consistently
 2023-08-08 18:09 UTC 

[PATCH net v4 1/1] mlxbf_gige: Fix kernel panic at shutdown
 2023-08-08 17:45 UTC  (3+ messages)

[net-next v3 0/7] openvswitch: add drop reasons
 2023-08-08 18:02 UTC  (16+ messages)
` [net-next v3 1/7] net: openvswitch: add datapath flow drop reason
` [net-next v3 2/7] net: openvswitch: add action error "
` [net-next v3 3/7] net: openvswitch: add explicit drop action
` [net-next v3 4/7] net: openvswitch: add meter drop reason
` [net-next v3 5/7] net: openvswitch: add misc error drop reasons
` [net-next v3 6/7] selftests: openvswitch: add drop reason testcase
` [net-next v3 7/7] selftests: openvswitch: add explicit drop testcase

[PATCH net-next] ethernet: s2io: Use ether_addr_to_u64() to convert ethernet address
 2023-08-08 11:38 UTC 

[PATCH -next] net/ps3_gelic_net: Use ether_addr_to_u64() to convert ethernet address
 2023-08-08 17:32 UTC  (2+ messages)

[PATCH net-next 0/3] Remove redundant functions and use generic functions
 2023-08-08 11:45 UTC  (4+ messages)
` [PATCH net-next 1/3] octeontx2-af: Remove redundant functions mac2u64() and cfg2mac()
` [PATCH net-next 2/3] octeontx2-af: Use u64_to_ether_addr() to convert ethernet address
` [PATCH net-next 3/3] octeontx2-af: Remove redundant functions rvu_npc_exact_mac2u64()

[PATCH v3 1/2] wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rx
 2023-08-08 14:07 UTC  (4+ messages)
` [PATCH v3 2/2] wifi: ath9k: protect WMI command response buffer replacement with a lock

[PATCH v2] tun: avoid high-order page allocation for packet header
 2023-08-08  7:28 UTC  (5+ messages)

[PATCH] MAINTAINERS: update Claudiu Beznea's email address
 2023-08-08  5:21 UTC  (3+ messages)

[PATCH net-next] net: hns: Remove unused function declaration mac_adjust_link()
 2023-08-08 12:04 UTC  (2+ messages)

ynl - mutiple policies for one nested attr used in multiple cmds
 2023-08-08  7:38 UTC  (7+ messages)

[PATCH net-next v4 0/6] page_pool: a couple of assorted optimizations
 2023-08-08 17:35 UTC  (11+ messages)
` [PATCH net-next v4 5/6] page_pool: add a lockdep check for recycling in hardirq

[PATCH net-next v2] rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODE
 2023-08-08  8:46 UTC  (2+ messages)

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-08  7:50 UTC  (7+ messages)
` [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v4 46/48] mm: shrinker: make memcg slab shrink lockless

[PATCH 0/9] arm64: dts: qcom: enable EMAC1 on sa8775p
 2023-08-08 14:27 UTC  (8+ messages)
` [PATCH 5/9] arm64: dts: qcom: sa8775p-ride: move the reset-gpios property of the PHY

[PATCH v3] net: phy: meson-gxl: implement meson_gxl_phy_resume()
 2023-08-08  6:42 UTC  (2+ messages)

[net PATCH 0/3] Fix PFC related issues
 2023-08-08 11:27 UTC  (4+ messages)
` [net PATCH 1/3] octeontx2-pf: Update PFC configuration
` [net PATCH 2/3] octeontx2-pf: Fix PFC TX scheduler free
` [net PATCH 3/3] octeontx2-af: CN10KB: fix PFC configuration

[PATCH v2] netfilter: ebtables: fix fortify warnings
 2023-08-08 16:32 UTC  (2+ messages)

[PATCH -next] mlxsw: spectrum_switchdev: Use is_zero_ether_addr() instead of ether_addr_equal()
 2023-08-08 14:44 UTC  (2+ messages)

[PATCH v2 0/8] io_uring: Initial support for {s,g}etsockopt commands
 2023-08-08 17:46 UTC  (13+ messages)
` [PATCH v2 1/8] net: expose sock_use_custom_sol_socket
` [PATCH v2 2/8] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v2 3/8] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v2 4/8] io_uring/cmd: Extend support beyond SOL_SOCKET
` [PATCH v2 5/8] bpf: Leverage sockptr_t in BPF getsockopt hook
` [PATCH v2 6/8] bpf: Leverage sockptr_t in BPF setsockopt hook
` [PATCH v2 7/8] io_uring/cmd: BPF hook for getsockopt cmd
` [PATCH v2 8/8] io_uring/cmd: BPF hook for setsockopt cmd

[PATCH] net: macsec: use TX SCI as MAC address
 2023-08-08 15:22 UTC  (2+ messages)

[PATCH net-next] net: phy: Remove two unused function declarations
 2023-08-08 15:08 UTC  (2+ messages)

[PATCH v3] wifi: iw_handler.h: Remove unused declaration dev_get_wireless_info()
 2023-08-08 17:42 UTC  (2+ messages)

[PATCH mlx5-next 00/14] mlx5 MACsec RoCEv2 support
 2023-08-08 17:41 UTC  (4+ messages)
` [PATCH mlx5-next 09/14] net/mlx5: Configure MACsec steering for egress RoCEv2 traffic

[PATCH net-next] tipc: Remove unused declaration tipc_link_build_bc_sync_msg()
 2023-08-08 17:38 UTC  (2+ messages)

[PATCH net-next] net: switchdev: Remove unused declaration switchdev_port_fwd_mark_set()
 2023-08-08 14:59 UTC 

[PATCH net-next] net: fq: Remove unused typedef fq_flow_get_default_t
 2023-08-08 17:35 UTC  (2+ messages)

[PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-08-08 15:23 UTC  (5+ messages)
` [PATCH v2 11/14] networking: Update to register_net_sysctl_sz

[PATCH net-next] net: phy: Remove two unused function declarations
 2023-08-08 14:49 UTC  (2+ messages)

[RFC v3 Optimizing veth xsk performance 0/9]
 2023-08-08 12:01 UTC  (2+ messages)

[patch net-next] devlink: clear flag on port register error path
 2023-08-08  8:20 UTC 

PROBLEM: Broken or delayed ethernet on Xilinx ZCU104 since 5.18 (regression)
 2023-08-08 16:00 UTC  (3+ messages)

[PATCH net-next] net: dsa: mt7530: improve and relax PHY driver dependency
 2023-08-08  9:35 UTC  (2+ messages)

[PATCH v2 00/28] Add support for QMC HDLC, framer infrastruture and PEF2256 framer
 2023-08-08  9:06 UTC  (54+ messages)
` [PATCH v2 01/28] soc: fsl: cpm1: tsa: Fix __iomem addresses declaration
` [PATCH v2 02/28] soc: fsl: cpm1: qmc: "
` [PATCH v2 03/28] soc: fsl: cpm1: qmc: Fix rx channel reset
` [PATCH v2 04/28] soc: fsl: cpm1: qmc: Extend the API to provide Rx status
` [PATCH v2 06/28] net: wan: Add support for QMC HDLC
` [PATCH v2 08/28] soc: fsl: cpm1: qmc: Introduce available timeslots masks
` [PATCH v2 09/28] soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa*
` [PATCH v2 10/28] soc: fsl: cpm1: qmc: Introduce qmc_chan_setup_tsa*
` [PATCH v2 11/28] soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans()
` [PATCH v2 12/28] soc: fsl: cpm1: qmc: Check available timeslots in qmc_check_chans()
` [PATCH v2 13/28] soc: fsl: cpm1: qmc: Add support for disabling channel TSA entries
` [PATCH v2 14/28] soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setup
` [PATCH v2 15/28] soc: fsl: cpm1: qmc: Introduce is_tsa_64rxtx flag
` [PATCH v2 16/28] soc: fsl: cpm1: qmc: Handle timeslot entries at channel start() and stop()
` [PATCH v2 17/28] soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan()
` [PATCH v2 18/28] soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime
` [PATCH v2 19/28] wan: qmc_hdlc: Add runtime timeslots changes support
` [PATCH v2 20/28] net: wan: Add framer framework support
` [PATCH v2 22/28] mfd: core: Ensure disabled devices are skiped without aborting
` [PATCH v2 23/28] net: wan: framer: Add support for the Lantiq PEF2256 framer
` [PATCH v2 24/28] pinctrl: Add support for the Lantic PEF2256 pinmux
` [PATCH v2 25/28] MAINTAINERS: Add the Lantiq PEF2256 driver entry
` [PATCH v2 26/28] ASoC: codecs: Add support for the framer codec
` [PATCH v2 28/28] net: wan: fsl_qmc_hdlc: Add framer support

[PATCH v9 net-next 00/23] net/tcp: Add TCP-AO support
 2023-08-08 13:43 UTC  (5+ messages)
` [PATCH v9 net-next 01/23] net/tcp: Prepare tcp_md5sig_pool for TCP-AO
` [PATCH v9 net-next 16/23] net/tcp: Ignore specific ICMPs for TCP-AO connections

[PATCH] net/llc/llc_conn.c: fix 4 instances of -Wmissing-variable-declarations
 2023-08-08 16:43 UTC 

[PATCH] mac80211: mesh: Remove unused function declaration mesh_ids_set_default()
 2023-08-08 15:14 UTC  (3+ messages)

[PATCH net-next] page_pool: Clamp ring size to 32K
 2023-08-08 13:29 UTC  (6+ messages)

[PATCH RESEND net-next 1/2] net: dsa: mt7530: register OF node for internal MDIO bus
 2023-08-08 12:17 UTC  (4+ messages)
` [PATCH RESEND net-next 2/2] dt-bindings: net: dsa: mediatek,mt7530: document MDIO-bus

[PATCH net-next v3 0/3] net: tcp: support probing OOM
 2023-08-08 13:07 UTC  (6+ messages)
` [PATCH net-next v3 1/3] net: tcp: send zero-window ACK when no memory
` [PATCH net-next v3 2/3] net: tcp: allow zero-window ACK update the window
` [PATCH net-next v3 3/3] net: tcp: fix unexcepted socket die when snd_wnd is 0

[net-next PATCH v2] octeon_ep: Add control plane host and firmware versions
 2023-08-08 11:42 UTC 

[PATCH bpf-next] bpf, sockmap: add BPF_F_PERMANENTLY flag for skmsg redirect
 2023-08-08 14:02 UTC  (3+ messages)

[patch net-next] ynl-gen-c.py: avoid rendering empty validate field
 2023-08-08  9:03 UTC 

[PATCH -next] net: pcs: Add missing put_device call in miic_create
 2023-08-08 11:56 UTC  (4+ messages)

[syzbot] KASAN: use-after-free Read in j1939_session_get_by_addr
 2023-08-08 14:34 UTC  (2+ messages)
`  "

[PATCH net-next 0/5] netfilter updates for net-next
 2023-08-08 12:41 UTC  (6+ messages)
` [PATCH next-next 1/5] netfilter: gre: Remove unused function declaration nf_ct_gre_keymap_flush()
` [PATCH next-next 2/5] netfilter: helper: Remove unused function declarations
` [PATCH next-next 3/5] netfilter: conntrack: "
` [PATCH next-next 4/5] netfilter: h323: "
` [PATCH next-next 5/5] netfilter: nfnetlink_log: always add a timestamp

[PATCH net] tcp: add missing family to tcp_set_ca_state() tracepoint
 2023-08-08  8:49 UTC 

[RFC PATCH net-next v2 1/2] net: veth: Page pool creation error handling for existing pools only
 2023-08-08 11:16 UTC  (5+ messages)
` [RFC PATCH net-next v2 2/2] net: veth: Improving page pool pages recycling

require EXPORT_SYMBOL_GPL symbols for symbol_get v2
 2023-08-08  9:15 UTC  (3+ messages)
` [PATCH 2/5] mmc: au1xmmc: force non-modular build and remove symbol_get usage

[PATCH net-next] mlxbf_gige: Remove two unused function declarations
 2023-08-08 14:52 UTC 

[net Patch] octeontx2-pf: Allow both ntuple and TC features on the interface
 2023-08-08  6:36 UTC 

[PATCH] netfilter: ebtables: fix fortify warnings
 2023-08-08 15:54 UTC  (3+ messages)

[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
 2023-08-08  3:59 UTC  (20+ messages)
` [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()

selftests: net/af_unix test_unix_oob [FAILED]
 2023-08-08  8:53 UTC  (4+ messages)

[PATCH net-next] net: stmmac: don't create the MDIO bus if there's no mdio node on DT
 2023-08-08 12:02 UTC 

[Linux Bug Report] Binding to IP address using bind(2) seems to leak traffic to other interfaces
 2023-08-08  7:11 UTC 

[PATCH net-next] net: annotate data-races around sock->ops
 2023-08-08 13:58 UTC 

[PATCH] tracepoint: add new `tcp:tcp_ca_event_set` trace event
 2023-08-08  8:48 UTC  (5+ messages)
` [PATCH v2] tracepoint: add new `tcp:tcp_ca_event` "

KASAN: use-after-free Read in j1939_session_get_by_addr
 2023-08-08 13:54 UTC  (2+ messages)
` [syzbot] "

[PATCH linux-next v2] net/ipv4: return the real errno instead of -EINVAL
 2023-08-08 13:11 UTC  (2+ messages)

[PATCH net] devlink: Delay health recover notification until devlink registered
 2023-08-08 13:37 UTC 

[PATCH net 0/3] nexthop: Nexthop dump fixes
 2023-08-08  7:52 UTC  (4+ messages)
` [PATCH net 1/3] nexthop: Fix infinite nexthop dump when using maximum nexthop ID
` [PATCH net 2/3] nexthop: Make nexthop bucket dump more efficient
` [PATCH net 3/3] nexthop: Fix infinite nexthop bucket dump when using maximum nexthop ID

[PATCH net-next 00/10] Convert mlx4 to use auxiliary bus
 2023-08-08 12:17 UTC  (9+ messages)
` [PATCH net-next 03/10] mlx4: Replace the mlx4_interface.event callback with a notifier
` [PATCH net-next 07/10] mlx4: Register mlx4 devices to an auxiliary virtual bus

[PATCH] net: phy: at803x: Improve hibernation support on start up
 2023-08-08  8:44 UTC  (2+ messages)

[PATCH net v2] vlan: Fix VLAN 0 memory leak
 2023-08-08  9:35 UTC 

[PATCH net v2 00/17] selftests: forwarding: Various fixes
 2023-08-08 14:15 UTC  (16+ messages)
` [PATCH net v2 01/17] selftests: forwarding: Skip test when no interfaces are specified
` [PATCH net v2 02/17] selftests: forwarding: Switch off timeout
` [PATCH net v2 03/17] selftests: forwarding: bridge_mdb: Check iproute2 version
` [PATCH net v2 04/17] selftests: forwarding: bridge_mdb_max: "
` [PATCH net v2 05/17] selftests: forwarding: Set default IPv6 traceroute utility
` [PATCH net v2 07/17] selftests: forwarding: ethtool: Skip when using veth pairs
` [PATCH net v2 08/17] selftests: forwarding: ethtool_extended_state: "
` [PATCH net v2 10/17] selftests: forwarding: ethtool_mm: Skip when MAC Merge is not supported
` [PATCH net v2 11/17] selftests: forwarding: tc_actions: Use ncat instead of nc
` [PATCH net v2 12/17] selftests: forwarding: tc_flower: Relax success criterion
` [PATCH net v2 13/17] selftests: forwarding: tc_tunnel_key: Make filters more specific
` [PATCH net v2 14/17] selftests: forwarding: tc_flower_l2_miss: Fix failing test with old libnet
` [PATCH net v2 15/17] selftests: forwarding: bridge_mdb: "
` [PATCH net v2 16/17] selftests: forwarding: bridge_mdb_max: "
` [PATCH net v2 17/17] selftests: forwarding: bridge_mdb: Make test more robust

[PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
 2023-08-08  7:29 UTC  (16+ messages)
  ` [PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1

[PATCH net] virtio-net: fix race between set queues and probe
 2023-08-08 11:35 UTC  (2+ messages)

[PATCH net-next 0/2] mlxsw: Set port STP state on bridge enslavement
 2023-08-08 13:18 UTC  (3+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] selftests: mlxsw: router_bridge_lag: Add a new selftest

[PATCH V3 net-next] net: fec: add XDP_TX feature support
 2023-08-08  5:02 UTC  (11+ messages)

[PATCH net-next v2] net: ftmac100: add multicast filtering possibility
 2023-08-08 13:28 UTC  (2+ messages)

[PATCH] net: txgbe: Use pci_dev_id() to simplify the code
 2023-08-08  8:35 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).