netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-07 07:56:37 to 2022-04-07 22:31:46 UTC [more...]

[PATCH bpf-next v3 0/7] bpf: cgroup_sock lsm flavor
 2022-04-07 22:31 UTC  (6+ messages)
` [PATCH bpf-next v3 1/7] bpf: add bpf_func_t and trampoline helpers
` [PATCH bpf-next v3 2/7] bpf: per-cgroup lsm flavor
` [PATCH bpf-next v3 3/7] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next v3 4/7] bpf: allow writing to a subset of sock fields from lsm progtype
` [PATCH bpf-next v3 6/7] selftests/bpf: lsm_cgroup functional test

[RFC net-next v1] net: Add a second bind table hashed by port and address
 2022-04-07 22:03 UTC 

[syzbot] possible deadlock in sco_conn_del
 2022-04-07 22:08 UTC 

[PATCH v34 08/29] LSM: Use lsmblob in security_secctx_to_secid
 2022-04-07 21:22 UTC  (7+ messages)
` [PATCH v34 09/29] LSM: Use lsmblob in security_secid_to_secctx
` [PATCH v34 11/29] LSM: Use lsmblob in security_current_getsecid
` [PATCH v34 15/29] LSM: Ensure the correct LSM context releaser
` [PATCH v34 16/29] LSM: Use lsmcontext in security_secid_to_secctx
` [PATCH v34 18/29] LSM: security_secid_to_secctx in netlink netfilter
` [PATCH v34 19/29] NET: Store LSM netlabel data in a lsmblob

Matching unbound sockets for VRF
 2022-04-07 21:28 UTC  (7+ messages)

[PATCH net-next 00/14] net/sched: Better error reporting for offload failures
 2022-04-07 21:15 UTC  (2+ messages)

[PATCH bpf] xsk: fix l2fwd for copy mode + busy poll combo
 2022-04-07 21:10 UTC  (2+ messages)

[PATCH 0/3] rndis_host: handle bogus MAC addresses in ZTE RNDIS devices
 2022-04-07 20:51 UTC  (4+ messages)
` [PATCH 2/3] rndis_host: enable the bogus MAC fixup for ZTE devices from cdc_ether

[linux-next:master] BUILD REGRESSION 2e9a9857569ec27e64d2ddd01294bbe3c736acb1
 2022-04-07 20:34 UTC 

TCP stack gets into state of continually advertising “silly window” size of 1
 2022-04-07 20:31 UTC  (2+ messages)

[RFC PATCH] iwlwifi: iwl-dbg: Use del_timer_sync() before freeing
 2022-04-07 19:50 UTC  (2+ messages)

[PATCH net-next] hv_netvsc: Add support for XDP_REDIRECT
 2022-04-07 20:21 UTC 

bug while receiving SNMP replies (UDP)?
 2022-04-07 19:42 UTC 

[RFC net-next 0/2] Add page_pool_stats ethtool APIs
 2022-04-07 20:19 UTC  (7+ messages)
` [RFC net-next 1/2] net: page_pool: introduce ethtool stats
` [RFC net-next 2/2] net: mvneta: add support for page_pool_get_stats

[PATCH bpf 0/4] introduce HAVE_ARCH_HUGE_VMALLOC_FLAG for bpf_prog_pack
 2022-04-07 19:57 UTC  (6+ messages)

[PATCH net-next] page_pool: Add recycle stats to page_pool_put_page_bulk
 2022-04-07 20:14 UTC  (3+ messages)

[PATCH] rtw89: rtw89_ser: add const to struct state_ent and event_ent
 2022-04-07 20:14 UTC 

[PATCH bpf-next] selftests/bpf: Fix return value checks in perf_event_stackmap.c
 2022-04-07 19:23 UTC  (2+ messages)

[PATCH] libbpf: potential NULL dereference in usdt_manager_attach_usdt()
 2022-04-07 19:10 UTC  (3+ messages)

[PATCH v2 bpf-next 0/3] libbpf: uprobe name-based attach followups
 2022-04-07 18:50 UTC  (2+ messages)

[PATCH v2 00/14] MediaTek SoC flow offload improvements + wireless support
 2022-04-07 18:21 UTC  (26+ messages)
` [PATCH v2 01/14] dt-bindings: net: mediatek: add optional properties for the SoC ethernet core
` [PATCH v2 04/14] dt-bindings: arm: mediatek: document WED binding for MT7622
` [PATCH v2 05/14] dt-bindings: arm: mediatek: document the pcie mirror node on MT7622
` [PATCH v2 14/14] net: ethernet: mtk_eth_soc: support creating mac address based offload entries

[GIT PULL] Networking for 5.18-rc2
 2022-04-07 18:21 UTC 

[PATCH] rtw89: ser: add a break statement
 2022-04-07 18:01 UTC  (2+ messages)

[PATCH v2 net] net: mdio: don't defer probe forever if PHY IRQ provider is missing
 2022-04-07 17:57 UTC  (3+ messages)

[PATCH v10 0/1] wfx: get out from the staging area
 2022-04-07 17:42 UTC  (11+ messages)

[PATCH net-next 00/15] net: Remove use of list iterator after loop body
 2022-04-07 17:42 UTC  (17+ messages)
` [PATCH net-next 01/15] connector: Replace usage of found with dedicated list iterator variable
` [PATCH net-next 02/15] net: dsa: sja1105: Remove usage of iterator for list_add() after loop
` [PATCH net-next 03/15] net: dsa: mv88e6xxx: Replace usage of found with dedicated iterator
` [PATCH net-next 04/15] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next 05/15] net: sparx5: "
` [PATCH net-next 06/15] qed: Use "
` [PATCH net-next 07/15] qed: Replace usage of found with "
` [PATCH net-next 08/15] qed: Remove usage of list iterator variable after the loop
` [PATCH net-next 09/15] net: qede: Replace usage of found with dedicated list iterator variable
` [PATCH net-next 10/15] net: qede: Remove check of list iterator against head past the loop body
` [PATCH net-next 11/15] sfc: Remove usage of list iterator for list_add() after "
` [PATCH net-next 12/15] net: netcp: Remove usage of list iterator for list_add() after "
` [PATCH net-next 13/15] ps3_gelic: Replace usage of found with dedicated list iterator variable
` [PATCH net-next 14/15] ipvlan: Remove usage of list iterator variable for the loop body
` [PATCH net-next 15/15] team: Remove use of list iterator variable for list_for_each_entry_from()

[PATCH 00/11] Fix deadlocks caused by del_timer_sync()
 2022-04-07 17:36 UTC  (20+ messages)
` [PATCH 01/11] drivers: tty: serial: Fix deadlock in sa1100_set_termios()
    `  "
` [PATCH 02/11] drivers: usb: host: Fix deadlock in oxu_bus_suspend()
    `  "
` [PATCH 09/11] drivers: infiniband: hw: Fix deadlock in irdma_cleanup_cm_core()
    `  "
        `  "
` [PATCH 11/11] arch: xtensa: platforms: Fix deadlock in rs_close()
    `  "

[PATCH net-next] fou: Remove XRFM from NET_FOU Kconfig
 2022-04-07 17:15 UTC 

[PATCH net] net: mdio: don't defer probe forever if PHY IRQ provider is missing
 2022-04-07 17:04 UTC  (7+ messages)

[RFC 00/13] PRUSS Remoteproc, Platform APIS, and Ethernet Driver
 2022-04-07 16:56 UTC  (6+ messages)
` [RFC 01/13] dt-bindings: remoteproc: Add PRU consumer bindings
` [RFC 12/13] dt-bindings: net: Add ICSSG Ethernet Driver bindings

[PATCH net-next 0/5][pull request] 100GbE Intel Wired LAN Driver Updates 2022-04-07
 2022-04-07 16:52 UTC  (6+ messages)
` [PATCH net-next 1/5] ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_u
` [PATCH net-next 2/5] ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet()
` [PATCH net-next 3/5] ice: switch: use a struct to pass packet template params
` [PATCH net-next 4/5] ice: switch: use convenience macros to declare dummy pkt templates
` [PATCH net-next 5/5] ice: switch: convert packet template match code to rodata

[PATCH net-next] net: mvneta: add support for page_pool_get_stats
 2022-04-07 16:48 UTC  (6+ messages)

[PATCH v2] RDMA: Split kernel-only global device caps from uverbs device caps
 2022-04-07 16:28 UTC  (9+ messages)

[PATCH v2] net: macb: Restart tx only if queue pointer is lagging
 2022-04-07 16:16 UTC 

[PATCH] decouple llc/bridge
 2022-04-07 16:16 UTC  (2+ messages)

[PATCH v3 net-next 1/4] rtnetlink: enable alt_ifname for setlink/newlink
 2022-04-07 16:11 UTC  (4+ messages)

[PATCH] ipv6:fix crash when idev is NULL
 2022-04-07 16:10 UTC  (3+ messages)

[PATCH net-next] sfc: Stop using iommu_present()
 2022-04-07 16:05 UTC  (2+ messages)

[PATCH mlx5-next 00/17] Drop Mellanox FPGA IPsec support from the kernel
 2022-04-07 16:03 UTC  (3+ messages)
` [PATCH mlx5-next 08/17] RDMA/core: Delete IPsec flow action logic from the core

[PATCH 1/1] net/rds: Use "unpin_user_page" as "pin_user_pages" counterpart
 2022-04-07 15:58 UTC  (2+ messages)

[PATCH net-next] net-core: rx_otherhost_dropped to core_stats
 2022-04-07 15:39 UTC  (4+ messages)

[PATCH 1/5] iommu: Replace uses of IOMMU_CAP_CACHE_COHERENCY with dev_is_dma_coherent()
 2022-04-07 15:31 UTC  (14+ messages)

[PATCH net-next] sfc: use hardware tx timestamps for more than PTP
 2022-04-07 15:24 UTC 

[PATCH v5 1/3] selftests: bpf: add test for bpf_skb_change_proto
 2022-04-07 15:22 UTC  (4+ messages)
` [PATCH v5 2/3] selftests net: add UDP GRO fraglist + bpf self-tests
` [PATCH v5 3/3] net: fix wrong network header length

[PATCH net-next] net: dsa: felix: suppress -EPROBE_DEFER errors
 2022-04-07 14:58 UTC  (6+ messages)

[PATCH 0/5] Make the iommu driver no-snoop block feature consistent
 2022-04-07 14:56 UTC  (8+ messages)
` [PATCH 2/5] vfio: Require that devices support DMA cache coherence

[PATCH net-next 0/9] net: dsa: mt7530: updates for phylink changes
 2022-04-07 14:47 UTC  (5+ messages)
` [PATCH net-next 5/9] net: dsa: mt7530: only indicate linkmodes that can be supported

[PATCH] net: phy: genphy_loopback: fix loopback failed when speed is unknown
 2022-04-07 14:45 UTC  (8+ messages)

[PATCH v3 net-next 0/2] net: tc: dsa: Implement offload of matchall for bridged DSA ports
 2022-04-07 14:32 UTC  (4+ messages)
` [PATCH v3 net-next 1/2] net: tc: dsa: Add the matchall filter with drop action "

riscv defconfig CONFIG_PM/macb/generic PHY regression in v5.18-rc1
 2022-04-07 14:30 UTC  (4+ messages)

[PATCH net] net/sched: fix initialization order when updating chain 0 head
 2022-04-07 14:29 UTC 

[PATCH 0/2] dt-bindings: net: Fix ave descriptions
 2022-04-07 13:59 UTC  (3+ messages)

[PATCH] net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link
 2022-04-07 13:25 UTC 

[PATCHv2 net] sctp: use the correct skb for security_sctp_assoc_request
 2022-04-07 13:24 UTC 

[PATCH net-next 0/3] net: create a net/core/ internal header
 2022-04-07 13:12 UTC  (3+ messages)
` [PATCH net-next 1/3] net: hyperv: remove use of bpf_op_t

[PATCH bpf-next] bpf: Fix excessive memory allocation in stack_map_alloc()
 2022-04-07 13:04 UTC 

[RFC PATCH] can: m_can: Add driver for M_CAN hardware in NVIDIA devices
 2022-04-07 13:01 UTC  (3+ messages)

[RFC bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
 2022-04-07 12:52 UTC  (5+ messages)
` [RFC bpf-next 1/4] kallsyms: Add kallsyms_lookup_names function
` [RFC bpf-next 2/4] fprobe: Resolve symbols with kallsyms_lookup_names
` [RFC bpf-next 3/4] bpf: Resolve symbols with kallsyms_lookup_names for kprobe multi link
` [RFC bpf-next 4/4] selftests/bpf: Add attach bench test

[net-next RESEND v2] net: core: use shared sysctl macro
 2022-04-07 12:50 UTC  (2+ messages)

linux 5.17.1 disregarding ACK values resulting in stalled TCP connections
 2022-04-07 12:48 UTC  (12+ messages)

[PATCH v3 net-next 0/4] rtnetlink: improve ALT_IFNAME config and fix dangerous GROUP usage
 2022-04-07 12:25 UTC  (5+ messages)
` [PATCH v3 net-next 1/4] rtnetlink: enable alt_ifname for setlink/newlink
` [PATCH v3 net-next 2/4] rtnetlink: return ENODEV when IFLA_ALT_IFNAME is used in dellink
` [PATCH v3 net-next 3/4] rtnetlink: return ENODEV when ifname does not exist and group is given
` [PATCH v3 net-next 4/4] rtnetlink: return EINVAL when request cannot succeed

[PATCH v3] net: phy: micrel: ksz9031/ksz9131: add cabletest support
 2022-04-07 12:21 UTC  (3+ messages)

[PATCH v5 0/7] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
 2022-04-07 12:05 UTC  (3+ messages)

[PATCH v2] net: phy: micrel: ksz9031/ksz9131: add cabletest support
 2022-04-07 10:56 UTC  (5+ messages)

[PATCH] af_unix: Escape abstract unix socket address
 2022-04-07 10:56 UTC  (3+ messages)

[PATCH bpf-next 00/10] xsk: stop softirq processing on full XSK Rx queue
 2022-04-07 10:49 UTC  (2+ messages)

[PATCH V2] ethernet: Fix some formatting issues
 2022-04-07 10:36 UTC 

[PATCH] ethernet: Fix some formatting issues
 2022-04-07 10:31 UTC 

[PATCH][next] ath11k: Fix spelling mistake "reseting" -> "resetting"
 2022-04-07 10:28 UTC 

[PATCH net-next v2] net: openvswitch: fix uAPI incompatibility with existing user space
 2022-04-07 10:22 UTC  (6+ messages)

[PATCH v6 00/10] ieee802154: Better Tx error handling
 2022-04-07 10:09 UTC  (11+ messages)
` [PATCH v6 01/10] net: ieee802154: Enhance/fix the names of the MLME return codes
` [PATCH v6 02/10] net: ieee802154: Fill the list of "
` [PATCH v6 03/10] net: mac802154: Save a global error code on transmissions
` [PATCH v6 04/10] net: mac802154: Create an offloaded transmission error helper
` [PATCH v6 05/10] net: mac802154: Create an error helper for asynchronous offloading errors
` [PATCH v6 06/10] net: ieee802154: at86rf230: Call _xmit_hw_error() when failing to offload frames
` [PATCH v6 07/10] net: ieee802154: at86rf230: Forward Tx trac errors
` [PATCH v6 08/10] net: ieee802154: atusb: Call _xmit_hw_error() upon transmission error
` [PATCH v6 09/10] net: ieee802154: ca8210: Use core return codes instead of hardcoding them
` [PATCH v6 10/10] net: ieee802154: ca8210: Call _xmit_error() when a transmission fails

[PATCH v5 00/11] ieee802154: Better Tx error handling
 2022-04-07 10:02 UTC  (11+ messages)
` [PATCH v5 05/11] net: mac802154: Create a transmit bus error helper
` [PATCH v5 06/11] net: ieee802154: at86rf230: Rename the asynchronous "
` [PATCH v5 09/11] net: ieee802154: atusb: Call _xmit_error() when a transmission fails

[PATCH v3] net: fix wrong network header length
 2022-04-07  9:38 UTC  (2+ messages)

[DSA] fallback PTP to master port when switch does not support it
 2022-04-07  9:44 UTC  (4+ messages)

[RFC PATCH net-next 0/2] devlink: Add port stats
 2022-04-07  8:40 UTC  (3+ messages)
` [RFC PATCH net-next 1/2] devlink: Introduce stats to the port object
` [RFC PATCH net-next 2/2] devlink: Add statistics to port get

[PATCH v3 0/3] Add reset deassertion for Aspeed MDIO
 2022-04-07  7:57 UTC  (4+ messages)
` [PATCH RESEND v3 1/3] dt-bindings: net: add reset property for aspeed, ast2600-mdio binding
` [PATCH RESEND v3 2/3] net: mdio: add reset control for Aspeed MDIO
` [PATCH RESEND v3 3/3] ARM: dts: aspeed: add reset properties into MDIO nodes


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