netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-02 07:57:00 to 2022-03-02 19:57:18 UTC [more...]

[PATCH v6 net-next 0/13] Preserve mono delivery time (EDT) in skb->tstamp
 2022-03-02 19:56 UTC  (14+ messages)
` [PATCH v6 net-next 01/13] net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv) timestamp
` [PATCH v6 net-next 02/13] net: Add skb_clear_tstamp() to keep the mono delivery_time
` [PATCH v6 net-next 03/13] net: Handle delivery_time in skb->tstamp during network tapping with af_packet
` [PATCH v6 net-next 04/13] net: Clear mono_delivery_time bit in __skb_tstamp_tx()
` [PATCH v6 net-next 05/13] net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()
` [PATCH v6 net-next 06/13] net: ip: Handle delivery_time in ip defrag
` [PATCH v6 net-next 07/13] net: ipv6: Handle delivery_time in ipv6 defrag
` [PATCH v6 net-next 08/13] net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM option
` [PATCH v6 net-next 09/13] net: Get rcv tstamp if needed in nfnetlink_{log, queue}.c
` [PATCH v6 net-next 10/13] net: Postpone skb_clear_delivery_time() until knowing the skb is delivered locally
` [PATCH v6 net-next 11/13] bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress
` [PATCH v6 net-next 12/13] bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()
` [PATCH v6 net-next 13/13] bpf: selftests: test skb->tstamp in redirect_neigh

[PATCH net-next] net/smc: fix compile warning for smc_sysctl
 2022-03-02 19:45 UTC  (3+ messages)

[PATCH net] net: dcb: disable softirqs in dcbnl_flush_dev()
 2022-03-02 19:39 UTC 

[PATCH net-next 00/10] DSA unicast filtering
 2022-03-02 19:30 UTC  (12+ messages)
` [PATCH net-next 01/10] net: dsa: remove workarounds for changing master promisc/allmulti only while up
` [PATCH net-next 02/10] net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespace
` [PATCH net-next 03/10] net: dsa: install secondary unicast and multicast addresses as host FDB/MDB
` [PATCH net-next 04/10] net: dsa: install the primary unicast MAC address as standalone port host FDB
` [PATCH net-next 05/10] net: dsa: manage flooding on the CPU ports
` [PATCH net-next 06/10] net: dsa: felix: migrate host FDB and MDB entries when changing tag proto
` [PATCH net-next 07/10] net: dsa: felix: migrate flood settings from NPI to tag_8021q CPU port
` [PATCH net-next 08/10] net: dsa: felix: start off with flooding disabled on the "
` [PATCH net-next 09/10] net: dsa: felix: stop clearing CPU flooding in felix_setup_tag_8021q
` [PATCH net-next 10/10] net: mscc: ocelot: accept configuring bridge port flags on the NPI port

[RESEND PATCH v2 0/6] nfc: llcp: few cleanups/improvements
 2022-03-02 19:25 UTC  (7+ messages)
` [RESEND PATCH v2 1/6] nfc: llcp: nullify llcp_sock->dev on connect() error paths
` [RESEND PATCH v2 2/6] nfc: llcp: simplify llcp_sock_connect() "
` [RESEND PATCH v2 3/6] nfc: llcp: use centralized exiting of bind on errors
` [RESEND PATCH v2 4/6] nfc: llcp: use test_bit()
` [RESEND PATCH v2 5/6] nfc: llcp: protect nfc_llcp_sock_unlink() calls
` [RESEND PATCH v2 6/6] nfc: llcp: Revert "NFC: Keep socket alive until the DISC PDU is actually sent"

[net-next v9 0/2] net: sched: allow user to select txqueue
 2022-03-02 19:24 UTC  (2+ messages)

[PATCH net-next v4 0/4] tun/tap: use kfree_skb_reason() to trace dropped skb
 2022-03-02 19:22 UTC  (16+ messages)
` [PATCH net-next v4 1/4] skbuff: introduce kfree_skb_list_reason()
` [PATCH net-next v4 2/4] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH net-next v4 4/4] net: tun: "
      ` [Internet]Re: "

[PATCH v2] bluetooth: hci_event: don't print an error on vendor events
 2022-03-02 19:20 UTC  (2+ messages)

[PATCH] bluetooth: hci_event: don't print an error on vendor events
 2022-03-02 19:18 UTC  (3+ messages)

[PATCH net] net: dcb: flush lingering app table entries for unregistered devices
 2022-03-02 19:16 UTC  (5+ messages)

[PATCH bpf-next v8 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
 2022-03-02 19:04 UTC  (3+ messages)
` [PATCH bpf-next v8 2/5] Documentation/bpf: Add documentation for BPF_PROG_RUN

[PATCH] net: bcmgenet: Return not supported if we don't have a WoL IRQ
 2022-03-02 18:20 UTC  (13+ messages)

[PATCH 1/2] Revert "xfrm: interface with if_id 0 should return error"
 2022-03-02 18:11 UTC  (11+ messages)

[PATCH] net: hamradio: fix compliation error
 2022-03-02 18:00 UTC  (2+ messages)

[PATCH net-next 0/2] if_ether.h: add industrial fieldbus Ethertypes
 2022-03-02 18:00 UTC  (2+ messages)

[PATCH net-next] ptp: ocp: Add ptp_ocp_adjtime_coarse for large adjustments
 2022-03-02 18:00 UTC  (5+ messages)

[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-03-02
 2022-03-02 17:59 UTC  (3+ messages)
` [PATCH net 1/2] ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()
` [PATCH net 2/2] ice: avoid XDP checks in ice_clean_tx_irq()

[PATCH v2 bpf-next 0/2] fixes for bpf_prog_pack
 2022-03-02 17:51 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] x86: disable HAVE_ARCH_HUGE_VMALLOC on 32-bit x86
` [PATCH v2 bpf-next 2/2] bpf, x86: set header->size properly before freeing it

BTF compatibility issue across builds
 2022-03-02 17:46 UTC  (10+ messages)

[PATCH net] ipv4: fix route lookups when handling ICMP redirects and PMTU updates
 2022-03-02 17:40 UTC  (7+ messages)

[PATCH bpf-next 0/2] fixes for bpf_prog_pack
 2022-03-02 17:24 UTC  (4+ messages)
` [PATCH bpf-next 2/2] bpf, x86: set header->size properly before freeing it

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-02 17:14 UTC  (16+ messages)
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [PATCH 6/6] treewide: remove check of list iterator against head past the loop body
  ` [Intel-gfx] "

[PATCH 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
 2022-03-02 17:10 UTC  (15+ messages)

[PATCH V9 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-03-02 16:57 UTC  (17+ messages)
` [PATCH V9 mlx5-next 08/15] vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctl
` [PATCH V9 mlx5-next 09/15] vfio: Define device migration protocol v2
` [PATCH V9 mlx5-next 10/15] vfio: Extend the device migration protocol with RUNNING_P2P
` [PATCH V9 mlx5-next 11/15] vfio: Remove migration protocol v1 documentation

[PATCH 0/3] pull request for net: batman-adv 2022-03-02
 2022-03-02 16:30 UTC  (4+ messages)
` [PATCH 1/3] batman-adv: Request iflink once in batadv-on-batadv check
` [PATCH 2/3] batman-adv: Request iflink once in batadv_get_real_netdevice
` [PATCH 3/3] batman-adv: Don't expect inter-netns unique iflink indices

[PATCH 0/4] pull request for net-next: batman-adv 2022-03-02
 2022-03-02 16:35 UTC  (5+ messages)
` [PATCH 1/4] batman-adv: Start new development cycle
` [PATCH 2/4] batman-adv: Remove redundant 'flush_workqueue()' calls
` [PATCH 3/4] batman-adv: Migrate to linux/container_of.h
` [PATCH 4/4] batman-adv: Demote batadv-on-batadv skip error message

net: stmmac: dwmac-meson8b: interface sometimes does not come up at boot
 2022-03-02 16:34 UTC  (8+ messages)

[PATCH net-next v2 00/14] HW counters for soft devices
 2022-03-02 16:31 UTC  (15+ messages)
` [PATCH net-next v2 01/14] net: rtnetlink: Namespace functions related to IFLA_OFFLOAD_XSTATS_*
` [PATCH net-next v2 02/14] net: rtnetlink: Stop assuming that IFLA_OFFLOAD_XSTATS_* are dev-backed
` [PATCH net-next v2 03/14] net: rtnetlink: RTM_GETSTATS: Allow filtering inside nests
` [PATCH net-next v2 04/14] net: rtnetlink: Propagate extack to rtnl_offload_xstats_fill()
` [PATCH net-next v2 05/14] net: rtnetlink: rtnl_fill_statsinfo(): Permit non-EMSGSIZE error returns
` [PATCH net-next v2 06/14] net: dev: Add hardware stats support
` [PATCH net-next v2 07/14] net: rtnetlink: Add UAPI for obtaining L3 offload xstats
` [PATCH net-next v2 08/14] net: rtnetlink: Add RTM_SETSTATS
` [PATCH net-next v2 09/14] net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATS
` [PATCH net-next v2 10/14] mlxsw: reg: Fix packing of router interface counters
` [PATCH net-next v2 11/14] mlxsw: spectrum_router: Drop mlxsw_sp arg from counter alloc/free functions
` [PATCH net-next v2 12/14] mlxsw: Extract classification of router-related events to a helper
` [PATCH net-next v2 13/14] mlxsw: Add support for IFLA_OFFLOAD_XSTATS_L3_STATS
` [PATCH net-next v2 14/14] selftests: forwarding: hw_stats_l3: Add a new test

[PATCH net 1/2] bpf, sockmap: Do not ignore orig_len parameter
 2022-03-02 16:17 UTC  (2+ messages)
` [PATCH net 2/2] tcp: make tcp_read_sock() more robust

[PATCH net 0/2] selftests: mlxsw: A couple of fixes
 2022-03-02 16:14 UTC  (3+ messages)
` [PATCH net 1/2] selftests: mlxsw: tc_police_scale: Make test more robust
` [PATCH net 2/2] selftests: mlxsw: resource_scale: Fix return value

[PATCH 0/3] random: wire up in-kernel virtual machine fork notifications
 2022-03-02 14:53 UTC  (12+ messages)
` [PATCH 1/3] random: replace custom notifier chain with standard one
` [PATCH 2/3] random: provide notifier for VM fork
` [PATCH 3/3] wireguard: device: clear keys on "

[PATCH RFC] net: memcg accounting for veth devices
 2022-03-02 14:43 UTC  (8+ messages)

[next] warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=]
 2022-03-02 14:19 UTC  (2+ messages)

[PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
 2022-03-02 14:04 UTC  (3+ messages)

[PATCH net-next v8] net: openvswitch: IPv6: Add IPv6 extension header support
 2022-03-02 13:59 UTC  (5+ messages)
  ` [ovs-dev] "

[PATCH] dt-bindings: net: can: renesas,rcar-canfd: Document RZ/V2L SoC
 2022-03-02 13:57 UTC  (3+ messages)

[PATCH iproute2-next] configure: Allow command line override of toolchain
 2022-03-02 13:56 UTC  (2+ messages)

[PATCH 3/3] mv88e6xxx: Offload the local_receive flag
 2022-03-02 13:30 UTC  (3+ messages)

[PATCH net v3 0/2] fix unexpected SMC_CLC_DECL_ERR_REGRMB error
 2022-03-02 13:25 UTC  (3+ messages)
` [PATCH net v3 1/2] net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
` [PATCH net v3 2/2] net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server

[PATCH wpan-next v2 0/5] ieee802154: Improve durations handling
 2022-03-02 13:21 UTC  (10+ messages)
` [PATCH wpan-next v2 1/5] net: ieee802154: Improve the way supported channels are declared

[PATCH net v2 0/2] fix unexpected SMC_CLC_DECL_ERR_REGRMB error
 2022-03-02 13:16 UTC  (3+ messages)
` [PATCH net v2 1/2] net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
  ` [PATCH net v2 2/2] net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server

[PATCH 0/6] list_for_each_entry*: make iterator invisiable outside the loop
 2022-03-02 13:02 UTC  (3+ messages)
` [PATCH 2/6] list: add new MACROs to "

[PATCH net-next] net: sfp: use %pe for printing errors
 2022-03-02 13:01 UTC  (2+ messages)

[PATCH net-next] net: phylink: use %pe for printing errors
 2022-03-02 13:00 UTC  (2+ messages)

[PATCH] i40e: little endian only valid checksums
 2022-03-02 12:57 UTC 

[PATCH iproute2 v2 0/2] fix memory leak in get_task_name()
 2022-03-02 12:28 UTC  (3+ messages)
` [PATCH iproute2 v2 1/2] lib/fs: "
` [PATCH iproute2 v2 2/2] rdma: make RES_PID and RES_KERN_NAME alternative to each other

[PATCH v2] net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe()
 2022-03-02 12:24 UTC 

[PATCH v3] xfrm: fix tunnel model fragmentation behavior
 2022-03-02 11:44 UTC  (2+ messages)

[PATCH net] net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error
 2022-03-02 11:44 UTC  (5+ messages)

[PATCH v8 net-next 00/10] net: dsa: microchip: DSA driver support for LAN937x switch
 2022-03-02 11:41 UTC  (6+ messages)
` [PATCH v8 net-next 01/10] dt-bindings: net: dsa: dt bindings for microchip lan937x

[RFC PATCH v2 net-next 00/17] RX filtering in DSA
 2022-03-02 11:17 UTC  (10+ messages)
` [RFC PATCH v2 net-next 05/17] net: bridge: implement unicast filtering for the bridge device

[PATCH v3 0/9] bpf-lsm: Extend interoperability with IMA
 2022-03-02 11:14 UTC  (10+ messages)
` [PATCH v3 1/9] ima: Fix documentation-related warnings in ima_main.c
` [PATCH v3 2/9] ima: Always return a file measurement in ima_file_hash()
` [PATCH v3 3/9] bpf-lsm: Introduce new helper bpf_ima_file_hash()
` [PATCH v3 4/9] selftests/bpf: Move sample generation code to ima_test_common()
` [PATCH v3 5/9] selftests/bpf: Add test for bpf_ima_file_hash()
` [PATCH v3 6/9] selftests/bpf: Check if the digest is refreshed after a file write
` [PATCH v3 7/9] bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable
` [PATCH v3 8/9] selftests/bpf: Add test for bpf_lsm_kernel_read_file()
` [PATCH v3 9/9] selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policy

[PATCH v2] net: marvell: Use min() instead of doing it manually
 2022-03-02 11:06 UTC  (2+ messages)

[PATCH v2 net-next 1/2] qed: display VF trust config
 2022-03-02 10:52 UTC  (2+ messages)
` [PATCH v2 net-next 2/2] qed: validate and restrict untrusted VFs vlan promisc mode

[PATCH v2 0/2 net-next] net: stmmac: Enable support for Qualcomm SA8155p-ADP board
 2022-03-02 10:39 UTC  (3+ messages)
` [PATCH v2 1/2 net-next] net: stmmac: Add support for SM8150
` [PATCH v2 2/2 net-next] net: stmmac: dwmac-qcom-ethqos: Adjust rgmii loopback_en per platform

[RFC PATCH net-next 0/4] Add support for LAN937x T1 Phy
 2022-03-02 10:04 UTC  (7+ messages)
` [RFC PATCH net-next 1/4] net: phy: used the genphy_soft_reset for phy reset in Lan87xx
` [RFC PATCH net-next 3/4] net: phy: added the LAN937x phy support

[syzbot] kernel BUG in vhost_get_vq_desc
 2022-03-02  9:23 UTC  (6+ messages)

[PATCH bpf] libbpf: unmap rings when umem deleted
 2022-03-02  9:08 UTC  (5+ messages)

[PATCH V2] net/nfc/nci: fix infoleak in struct nci_set_config_param
 2022-03-02  9:02 UTC  (2+ messages)

[net-next v9 0/5] page_pool: Add stats counters
 2022-03-02  7:55 UTC  (3+ messages)
` [net-next v9 4/5] Documentation: update networking/page_pool.rst
` [net-next v9 5/5] mlx5: add support for page_pool_get_stats


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