messages from 2023-08-07 23:00:10 to 2023-08-08 16:01:27 UTC [more...]
[PATCH v2 0/5] Introduce IEP driver and packet timestamping support
2023-08-08 12:53 UTC (13+ 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 13:52 UTC (6+ messages)
[PATCH 0/2] net: stmmac: allow sharing MDIO lines
2023-08-08 14:44 UTC (8+ 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 00/14] sysctl: Add a size argument to register functions in sysctl
2023-08-08 15:23 UTC (12+ messages)
` [PATCH v2 11/14] networking: Update to register_net_sysctl_sz
[PATCH v2 0/8] io_uring: Initial support for {s,g}etsockopt commands
2023-08-08 13:40 UTC (3+ 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 net-next v3 0/3] net: tcp: support probing OOM
2023-08-08 13:07 UTC (4+ messages)
` [PATCH net-next v3 3/3] net: tcp: fix unexcepted socket die when snd_wnd is 0
[PATCH net-next v4 0/6] page_pool: a couple of assorted optimizations
2023-08-08 15:06 UTC (10+ messages)
` [PATCH net-next v4 5/6] page_pool: add a lockdep check for recycling in hardirq
[PATCH -next] net: pcs: Add missing put_device call in miic_create
2023-08-08 11:56 UTC (3+ messages)
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
[net-next v3 0/7] openvswitch: add drop reasons
2023-08-08 14:56 UTC (7+ messages)
` [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
[PATCH v3] net: phy: meson-gxl: implement meson_gxl_phy_resume()
2023-08-08 5:00 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 (8+ 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] netfilter: ebtables: fix fortify warnings
2023-08-08 15:54 UTC (2+ messages)
[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
2023-08-08 3:49 UTC (19+ messages)
` [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()
[PATCH linux-next v2] net/ipv4: return the real errno instead of -EINVAL
2023-08-08 13:11 UTC (2+ messages)
[PATCH v2 00/28] Add support for QMC HDLC, framer infrastruture and PEF2256 framer
2023-08-08 8:29 UTC (49+ 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 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 14:54 UTC (7+ 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 12:01 UTC (2+ messages)
[PATCH net v2 00/17] selftests: forwarding: Various fixes
2023-08-08 14:15 UTC (18+ 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 06/17] selftests: forwarding: Add a helper to skip test when using veth pairs
` [PATCH net v2 07/17] selftests: forwarding: ethtool: Skip "
` [PATCH net v2 08/17] selftests: forwarding: ethtool_extended_state: "
` [PATCH net v2 09/17] selftests: forwarding: hw_stats_l3_gre: "
` [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: macsec: use TX SCI as MAC address
2023-08-08 14:14 UTC
[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 11:33 UTC (14+ 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)
[iproute2,v2] man: bridge: update bridge link show
2023-08-08 11:36 UTC (2+ messages)
[net-next 0/2] seg6: add NEXT-C-SID support for SRv6 End.X behavior
2023-08-08 13:52 UTC (6+ messages)
` [net-next 1/2] "
[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
2023-08-08 7:22 UTC (13+ messages)
` [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker
` [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
` [PATCH v4 46/48] mm: shrinker: make memcg "
[PATCH mlx5-next 00/14] mlx5 MACsec RoCEv2 support
2023-08-08 15:18 UTC (3+ messages)
` [PATCH mlx5-next 09/14] net/mlx5: Configure MACsec steering for egress RoCEv2 traffic
[PATCH] net/unix: use consistent error code in SO_PEERPIDFD
2023-08-08 13:00 UTC (2+ messages)
[PATCH net 0/2] Fix VF to VM attach detach
2023-08-08 12:51 UTC (5+ messages)
` [PATCH net 1/2] Revert "ice: Fix ice VF reset during iavf initialization"
` [PATCH net 2/2] ice: Fix NULL pointer deref during VF reset
[PATCH net-next v2] rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODE
2023-08-08 12:46 UTC (2+ messages)
[PATCH net-next 0/2] bnxt_en: Fix 2 compile warnings in bnxt_dcb.c
2023-08-08 11:18 UTC (5+ messages)
` [PATCH net-next 1/2] bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy()
` [PATCH net-next 2/2] bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.c
[PATCH 0/4] Add support for Agilex5 SoCFPGA platform
2023-08-08 11:03 UTC (4+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 4/5] clk: socfpga: agilex: add clock driver for the Agilex5
[PATCH net-next] docs: net: page_pool: de-duplicate the intro comment
2023-08-08 9:27 UTC (2+ messages)
[PATCH net-next v2 00/10] net: stmmac: add new features to xgmac
2023-08-08 7:39 UTC (5+ messages)
` [PATCH net-next v2 07/10] dt-bindings: net: snps,dwmac: add safety irq support
` [PATCH net-next v2 09/10] dt-bindings: net: snps,dwmac: add per channel "
[RFC v3 Optimizing veth xsk performance 0/9]
2023-08-08 3:19 UTC (10+ messages)
` [RFC v3 Optimizing veth xsk performance 1/9] veth: Implement ethtool's get_ringparam() callback
` [RFC v3 Optimizing veth xsk performance 2/9] xsk: add dma_check_skip for skipping dma check
` [RFC v3 Optimizing veth xsk performance 3/9] veth: add support for send queue
` [RFC v3 Optimizing veth xsk performance 4/9] xsk: add xsk_tx_completed_addr function
` [RFC v3 Optimizing veth xsk performance 5/9] veth: use send queue tx napi to xmit xsk tx desc
` [RFC v3 Optimizing veth xsk performance 6/9] veth: add ndo_xsk_wakeup callback for veth
` [RFC v3 Optimizing veth xsk performance 7/9] sk_buff: add destructor_arg_xsk_pool for zero copy
` [RFC v3 Optimizing veth xsk performance 8/9] veth: af_xdp tx batch support for ipv4 udp
` [RFC v3 Optimizing veth xsk performance 9/9] veth: add support for AF_XDP tx need_wakup feature
[PATCH net-next v4 2/2] virtio-net: add cond_resched() to the command waiting loop
2023-08-08 2:30 UTC (13+ messages)
[net-next PATCH V5 0/2] octeontx2-af: TC flower offload changes
2023-08-08 2:30 UTC (2+ messages)
[PATCH net-next 0/2] net: Remove redundant initialization owner
2023-08-08 2:30 UTC (2+ messages)
[PATCH net-next] page_pool: Clamp ring size to 32K
2023-08-08 2:26 UTC (6+ messages)
` [EXT] "
[PATCH net-next v5 1/2] drivers: net: prevent tun_build_skb() to exceed the packet size limit
2023-08-08 2:20 UTC (2+ messages)
[PATCH net-next v2 1/1] net: stmmac: xgmac: RX queue routing configuration
2023-08-08 2:19 UTC
[PATCH net 1/5] ibmvnic: Enforce stronger sanity checks on login response
2023-08-08 2:13 UTC (3+ messages)
` [PATCH net 5/5] ibmvnic: Ensure login failure recovery is safe from other resets
[PATCH net-next] net: mhi: Remove redundant initialization owner in mhi_net_driver
2023-08-08 2:12 UTC
[PATCH net-next v2 0/7] support more link mode for TXGBE
2023-08-08 2:17 UTC (8+ messages)
` [PATCH net-next v2 1/7] net: pcs: xpcs: add specific vendor supoprt for Wangxun 10Gb NICs
` [PATCH net-next v2 2/7] net: pcs: xpcs: support to switch mode for Wangxun NICs
` [PATCH net-next v2 3/7] net: pcs: xpcs: add 1000BASE-X AN interrupt support
` [PATCH net-next v2 4/7] net: pcs: xpcs: adapt Wangxun NICs for SGMII mode
` [PATCH net-next v2 5/7] net: txgbe: support switching mode to 1000BASE-X and SGMII
` [PATCH net-next v2 6/7] net: txgbe: support copper NIC with external PHY
` [PATCH net-next v2 7/7] net: ngbe: move mdio access registers to libwx
[PATCH net-next v2 0/3]net: tcp: support probing OOM
2023-08-08 2:05 UTC (7+ messages)
` [PATCH net-next v2 1/3] net: tcp: send zero-window ACK when no memory
` [PATCH net-next v2 3/3] net: tcp: fix unexcepted socket die when snd_wnd is 0
[PATCH iwl-next v2 0/5] iavf: Add devlink and devlink rate support
2023-08-08 1:57 UTC (6+ messages)
` [PATCH iwl-next v2 1/5] virtchnl: support queue rate limit and quanta size configuration
` [PATCH iwl-next v2 2/5] ice: Support VF "
` [PATCH iwl-next v2 3/5] iavf: Add devlink and devlink port support
` [PATCH iwl-next v2 4/5] iavf: Add devlink port function rate API support
` [PATCH iwl-next v2 5/5] iavf: Add VIRTCHNL Opcodes Support for Queue bw Setting
[PATCH net-next] bcm63xx_enet: Remove redundant initialization owner
2023-08-08 1:47 UTC
[PATCH net-next] ipv4/fib: send RTM_DELROUTE notify when flush fib
2023-08-08 1:44 UTC (16+ messages)
[PATCH v2] tun: avoid high-order page allocation for packet header
2023-08-08 1:22 UTC (4+ messages)
[PATCH net-next] Add bnxt_netlink to facilitate representor pair configurations
2023-08-08 1:07 UTC (2+ messages)
[PATCH net-next v4 00/15][pull request] Introduce Intel IDPF driver
2023-08-08 0:51 UTC (17+ messages)
` [PATCH net-next v4 01/15] virtchnl: add virtchnl version 2 ops
` [PATCH net-next v4 02/15] idpf: add module register and probe functionality
` [PATCH net-next v4 03/15] idpf: add controlq init and reset checks
` [PATCH net-next v4 04/15] idpf: add core init and interrupt request
` [PATCH net-next v4 05/15] idpf: add create vport and netdev configuration
` [PATCH net-next v4 06/15] idpf: add ptypes and MAC filter support
` [PATCH net-next v4 07/15] idpf: configure resources for TX queues
` [PATCH net-next v4 08/15] idpf: configure resources for RX queues
` [PATCH net-next v4 09/15] idpf: initialize interrupts and enable vport
` [PATCH net-next v4 10/15] idpf: add splitq start_xmit
` [PATCH net-next v4 11/15] idpf: add TX splitq napi poll support
` [PATCH net-next v4 12/15] idpf: add RX "
` [PATCH net-next v4 13/15] idpf: add singleq start_xmit and napi poll
` [PATCH net-next v4 14/15] idpf: add ethtool callbacks
` [PATCH net-next v4 15/15] idpf: configure SRIOV and add other ndo_ops
[PATCH v2 net-next 0/3] Support offload LED blinking to PHY
2023-08-07 23:48 UTC (6+ messages)
` [PATCH v2 net-next 1/3] led: trig: netdev: Fix requesting offload device
[PATCH net-next v2 0/9] Create common DPLL configuration API
2023-08-07 23:08 UTC (7+ messages)
` [PATCH net-next v2 6/9] ice: add admin commands to access cgu configuration
` [PATCH net-next v2 7/9] ice: implement dpll interface to control cgu
[PATCH 4.19.289] net/sched: sch_qfq: account for stab overhead in qfq_enqueue
2023-08-07 22:59 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).