Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-07 01:35:23 to 2022-07-07 15:29:54 UTC [more...]

[PATCH v4 net-next 0/6] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-07-07 15:29 UTC  (2+ messages)
` [PATCH v4 net-next 1/6] net: bridge: add locked entry fdb flag to extend locked port feature

[PATCH RFC net-next v2 0/5] net: dsa: always use phylink
 2022-07-07 15:27 UTC  (9+ messages)
` [PATCH RFC net-next 5/5] net: dsa: always use phylink for CPU and DSA ports

[PATCH net-next v2 00/35] [RFT] net: dpaa: Convert to phylink
 2022-07-07 15:00 UTC  (6+ messages)
` [PATCH net-next v2 04/35] [RFC] phy: fsl: Add Lynx 10G SerDes driver

[PATCH] vdpa: Use device_iommu_capable()
 2022-07-07 14:46 UTC  (2+ messages)

[PATCH] riscv, libbpf: use a0 for RC register
 2022-07-07 14:40 UTC  (4+ messages)

[PATCH v4 00/12] remove msize limit in virtio transport
 2022-07-07 14:30 UTC  (2+ messages)

[RFC PATCH net-next v3 0/4] ice: PPPoE offload support
 2022-07-07 14:14 UTC  (6+ messages)
` [RFC PATCH net-next v3 4/4] ice: Add support for PPPoE hardware offload

[PATCH] net: ag71xx: switch to napi_build_skb() to reuse skbuff_heads
 2022-07-07 14:10 UTC  (3+ messages)
  ` [PATCH net-next v2] "

[PATCH V3 net-next 1/4] net: bridge: add fdb flag to extent locked port feature
 2022-07-07 14:08 UTC  (13+ messages)

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-07 14:02 UTC  (4+ messages)

[PATCH net] ip_tunnel: allow to inherit from VLAN encapsulated IP frames
 2022-07-07 13:59 UTC  (6+ messages)

[PATCH 0/2] selftests: forwarding: Install two missing tests
 2022-07-07 13:55 UTC  (3+ messages)
` [PATCH 1/2] selftests: forwarding: Install local_termination.sh
` [PATCH 2/2] selftests: forwarding: Install no_forwarding.sh

[PATCH -next] bcm63xx_enet: change the driver variables to static
 2022-07-07 13:58 UTC 

[RFC PATCH net-next 0/3] Delete ds->configure_vlan_while_not_filtering
 2022-07-07 13:45 UTC  (5+ messages)
` [RFC PATCH net-next 1/3] selftests: forwarding: add a vlan_deletion test to bridge_vlan_unaware

[PATCH] usbnet: modern method to get random MAC
 2022-07-07 13:38 UTC  (2+ messages)

[PATCH bpf-next] samples: bpf: Fix cross-compiling error about bpftool
 2022-07-07 14:08 UTC 

[RFC PATCH 1/2] vmxnet3: Add basic XDP support
 2022-07-07 13:33 UTC  (2+ messages)
` [RFC PATCH v2] vmxnet3: Add "

[PATCH net-next v2 0/2] sfc: Add EF100 BAR config support
 2022-07-07 13:07 UTC  (3+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] sfc: Implement change of BAR configuration

[PATCH v2 bpf-next] xsk: mark napi_id on sendmsg()
 2022-07-07 13:08 UTC 

[PATCH] bpf: make sure mac_header was set before using it
 2022-07-07 12:39 UTC 

[PATCH bpf-next v3 0/6] Support riscv jit to provide
 2022-07-07 12:23 UTC  (9+ messages)
` [PATCH bpf-next v3 4/6] libbpf: Unify memory address casting operation style
` [PATCH bpf-next v3 6/6] selftests/bpf: Remove the casting about jited_ksyms and jited_linfo

[PATCH] tcp: make retransmitted SKB fit into the send window
 2022-07-07 12:17 UTC  (2+ messages)

[net-next PATCH] octeontx2-af: Don't reset previous pfc config
 2022-07-07 12:14 UTC 

[PATCH] net: Fix UAF in ieee80211_scan_rx()
 2022-07-07 11:59 UTC  (4+ messages)
` Ping: "

[PATCH net-next v4 00/27] io_uring zerocopy send
 2022-07-07 11:49 UTC  (28+ messages)
` [PATCH net-next v4 01/27] ipv4: avoid partial copy for zc
` [PATCH net-next v4 02/27] ipv6: "
` [PATCH net-next v4 03/27] skbuff: don't mix ubuf_info from different sources
` [PATCH net-next v4 04/27] skbuff: add SKBFL_DONT_ORPHAN flag
` [PATCH net-next v4 05/27] skbuff: carry external ubuf_info in msghdr
` [PATCH net-next v4 06/27] net: Allow custom iter handler "
` [PATCH net-next v4 07/27] net: introduce managed frags infrastructure
` [PATCH net-next v4 08/27] net: introduce __skb_fill_page_desc_noacc
` [PATCH net-next v4 09/27] ipv4/udp: support externally provided ubufs
` [PATCH net-next v4 10/27] ipv6/udp: "
` [PATCH net-next v4 11/27] tcp: "
` [PATCH net-next v4 12/27] io_uring: initialise msghdr::msg_ubuf
` [PATCH net-next v4 13/27] io_uring: export io_put_task()
` [PATCH net-next v4 14/27] io_uring: add zc notification infrastructure
` [PATCH net-next v4 15/27] io_uring: cache struct io_notif
` [PATCH net-next v4 16/27] io_uring: complete notifiers in tw
` [PATCH net-next v4 17/27] io_uring: add rsrc referencing for notifiers
` [PATCH net-next v4 18/27] io_uring: add notification slot registration
` [PATCH net-next v4 19/27] io_uring: wire send zc request type
` [PATCH net-next v4 20/27] io_uring: account locked pages for non-fixed zc
` [PATCH net-next v4 21/27] io_uring: allow to pass addr into sendzc
` [PATCH net-next v4 22/27] io_uring: sendzc with fixed buffers
` [PATCH net-next v4 23/27] io_uring: flush notifiers after sendzc
` [PATCH net-next v4 24/27] io_uring: rename IORING_OP_FILES_UPDATE
` [PATCH net-next v4 25/27] io_uring: add zc notification flush requests
` [PATCH net-next v4 26/27] io_uring: enable managed frags with register buffers
` [PATCH net-next v4 27/27] selftests/io_uring: test zerocopy send

[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
 2022-07-07 11:41 UTC  (10+ messages)
  ` [xdp-hints] "

[PATCH v1 net-next] af_unix: Optimise hash table layout
 2022-07-07 11:40 UTC  (2+ messages)

[PATCH net v3] net: ethernet: ti: am65-cpsw: Fix devlink port register sequence
 2022-07-07 11:35 UTC  (4+ messages)

[PATCH net-next 1/2] eth: mtk: switch to netif_napi_add_tx()
 2022-07-07 11:33 UTC  (3+ messages)
` [PATCH net-next 2/2] eth: sp7021: "

[PATCH net-next 0/5] devlink rate police limiter
 2022-07-07 11:20 UTC  (5+ messages)

[PATCH bpf-next 0/2] xsk: cover AF_XDP test app in MAINTAINERS
 2022-07-07 11:16 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftests: xsk: rename AF_XDP testing app
` [PATCH bpf-next 2/2] MAINTAINERS: add entry for AF_XDP selftests files

[PATCH v6 0/5] bpf: Add bpf_verify_pkcs7_signature() helper
 2022-07-07 11:00 UTC  (5+ messages)
` [PATCH v6 4/5] "

[PATCH bpf-next v10 0/6] New BPF helpers to accelerate synproxy
 2022-07-07 10:47 UTC  (3+ messages)
` [PATCH bpf-next v10 4/6] selftests/bpf: Add selftests for raw syncookie helpers

[PATCH net-next 1/1] net: dsa: mv88e6xxx: allow reading FID when handling ATU violations
 2022-07-07 10:28 UTC  (2+ messages)

[GIT PULL] Networking for 5.19-rc6
 2022-07-07 10:21 UTC 

[PATCH intel-net 0/2] ice: bring up ethtool selftests
 2022-07-07 10:20 UTC  (3+ messages)
` [PATCH intel-net 1/2] ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)
` [PATCH intel-net 2/2] ice: do not setup vlan for loopback VSI

[Regression] stress-ng udp-flood causes kernel panic on Ampere Altra
 2022-07-07 10:17 UTC  (4+ messages)
` [PATCH nf v3] netfilter: conntrack: fix crash due to confirmed bit load reordering

[PATCH intel-next 0/2] ice: add NETIF_F_LOOPBACK support
 2022-07-07 10:16 UTC  (3+ messages)
` [PATCH intel-next 1/2] ice: compress branches in ice_set_features()
` [PATCH intel-next 2/2] ice: allow toggling loopback mode via ndo_set_features callback

[RFC/RFT PATCH] net: stmmac: do not poke MAC_CTRL_REG twice on link up
 2022-07-07 10:14 UTC 

[PATCH] net: stmmac: dwc-qos: Disable split header for Tegra194
 2022-07-07 10:12 UTC  (3+ messages)

[PATCH v3 net-next] net: Find dst with sk's xfrm policy not ctl_sk
 2022-07-07 10:01 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v5 "

[PATCH net-next v2] ip_tunnel: allow to inherit from VLAN encapsulated IP frames
 2022-07-07  9:38 UTC  (3+ messages)

rawip: delayed and mis-sequenced transmits
 2022-07-07  9:34 UTC  (4+ messages)

[PATCH net-next v5] net: ip6mr: add RTM_GETROUTE netlink op
 2022-07-07  9:33 UTC 

[PATCH net 0/2] Fix police 'continue' action offload
 2022-07-07  9:33 UTC  (3+ messages)

[PATCH net-next] net: phylink: fix SGMII inband autoneg enable
 2022-07-07  9:20 UTC 

[PATCH net-next v3 0/4] dt-bindings: net: convert sff,sfp to dtschema
 2022-07-07  9:14 UTC  (5+ messages)
` [PATCH net-next v3 1/4] "
` [PATCH net-next v3 2/4] dt-bindings: net: sff,sfp: rename example dt nodes to be more generic
` [PATCH net-next v3 3/4] arch: arm64: dts: lx2160a-clearfog-itx: rename the sfp GPIO properties
` [PATCH net-next v3 4/4] arch: arm64: dts: marvell: "

[PATCH] p54: Use the bitmap API to allocate bitmaps
 2022-07-07  9:13 UTC  (2+ messages)
` [RESEND] "

[PATCH v2 net-next 0/4] dt-bindings: net: convert sff,sfp to dtschema
 2022-07-07  8:52 UTC  (4+ messages)
` [PATCH v2 net-next 1/4] "

[PATCH net-next RFC 0/3] net: dsa: realtek: drop custom slave MII
 2022-07-07  8:45 UTC  (6+ messages)

[PATCH net-next 1/2] net: extract port range fields from fl_flow_key
 2022-07-07  8:35 UTC  (2+ messages)
` [PATCH net-next 2/2] net: prestera: add support for port range filters

Zużycie auta
 2022-07-07  8:15 UTC 

[PATCH net-next v2] Documentation: add a description for net.core.high_order_alloc_disable
 2022-07-07  8:10 UTC  (2+ messages)

[patch net-next 0/3] net: devlink: devl_* cosmetic fixes
 2022-07-07  8:04 UTC  (8+ messages)
` [patch net-next 2/3] net: devlink: call lockdep_assert_held() for devlink->lock directly

[PATCH] net: l2tp: fix clang -Wformat warning
 2022-07-07  7:50 UTC  (2+ messages)

[PATCH v4 0/9] tegra: Add support for MGBE controller
 2022-07-07  7:48 UTC  (10+ messages)
` [PATCH v4 1/9] dt-bindings: power: Add Tegra234 MGBE power domains
` [PATCH v4 2/9] dt-bindings: Add Tegra234 MGBE clocks and resets
` [PATCH v4 3/9] dt-bindings: memory: Add Tegra234 MGBE memory clients
` [PATCH v4 4/9] memory: tegra: Add MGBE memory clients for Tegra234
` [PATCH v4 5/9] dt-bindings: net: Add Tegra234 MGBE
` [PATCH v4 6/9] arm64: tegra: Add MGBE nodes on Tegra234
` [PATCH v4 7/9] arm64: tegra: Enable MGBE on Jetson AGX Orin Developer Kit
` [PATCH v4 8/9] arm64: defconfig: Enable Tegra MGBE driver
` [PATCH net-next v4 9/9] stmmac: tegra: Add MGBE support

[PATCH v3 0/9] tegra: Add support for MGBE controller
 2022-07-07  7:45 UTC  (8+ messages)
` [PATCH v3 5/9] dt-bindings: net: Add Tegra234 MGBE

[PATCH] net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_txsa()
 2022-07-07  7:38 UTC  (2+ messages)

[net-next PATCH V3 00/12] octeontx2: Exact Match Table
 2022-07-07  7:33 UTC  (13+ messages)
` [net-next PATCH V3 01/12] octeontx2-af: Use hashed field in MCAM key
` [net-next PATCH V3 02/12] octeontx2-af: Exact match support
` [net-next PATCH V3 03/12] octeontx2-af: Exact match scan from kex profile
` [net-next PATCH V3 04/12] octeontx2-af: devlink configuration support
` [net-next PATCH V3 05/12] octeontx2-af: FLR handler for exact match table
` [net-next PATCH V3 06/12] octeontx2-af: Drop rules for NPC MCAM
` [net-next PATCH V3 07/12] octeontx2-af: Debugsfs support for exact match
` [net-next PATCH V3 08/12] octeontx2: Modify mbox request and response structures
` [net-next PATCH V3 09/12] octeontx2-af: Wrapper functions for MAC addr add/del/update/reset
` [net-next PATCH V3 10/12] octeontx2-af: Invoke exact match functions if supported
` [net-next PATCH V3 11/12] octeontx2-pf: Add support for exact match table
` [net-next PATCH V3 12/12] octeontx2-af: Enable Exact match flag in kex profile

[PATCH net-next] Documentation: add a description for net.core.high_order_alloc_disable
 2022-07-07  7:23 UTC  (4+ messages)

[PATCH V3 net-next 0/4] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-07-07  6:54 UTC  (9+ messages)
` [PATCH V3 net-next 3/4] net: dsa: mv88e6xxx: mac-auth/MAB implementation

[pull request][net-next 00/15] mlx5 updates 2022-07-06
 2022-07-07  6:51 UTC  (6+ messages)
` [net-next 10/15] net/tls: Perform immediate device ctx cleanup when possible
` [net-next 11/15] net/tls: Multi-threaded calls to TX tls_dev_del

[net] tipc: fix uninit-value in tipc_nl_node_reset_link_stats
 2022-07-07  6:36 UTC  (5+ messages)

linux-next: build failure after merge of the net-next tree
 2022-07-07  4:56 UTC  (2+ messages)
` [EXT] "

[PATCH] octeontx2-af: Fix compiler warnings
 2022-07-07  4:51 UTC  (3+ messages)
  ` [EXT] "

[PATCH V2 00/12] *** Exact Match Table ***
 2022-07-07  4:44 UTC  (13+ messages)
` [PATCH V2 01/12] octeontx2-af: Use hashed field in MCAM key
` [PATCH V2 02/12] octeontx2-af: Exact match support
` [PATCH V2 03/12] octeontx2-af: Exact match scan from kex profile
` [PATCH V2 04/12] octeontx2-af: devlink configuration support
` [PATCH V2 05/12] octeontx2-af: FLR handler for exact match table
` [PATCH V2 06/12] octeontx2-af: Drop rules for NPC MCAM
` [PATCH V2 07/12] octeontx2-af: Debugsfs support for exact match
` [PATCH V2 08/12] octeontx2: Modify mbox request and response structures
` [PATCH V2 09/12] octeontx2-af: Wrapper functions for MAC addr add/del/update/reset
` [PATCH V2 10/12] octeontx2-af: Invoke exact match functions if supported
` [PATCH V2 11/12] octeontx2-pf: Add support for exact match table
` [PATCH V2 12/12] octeontx2-af: Enable Exact match flag in kex profile

[PATCH net-next v1 1/9] dt-bindings: power: Add Tegra234 MGBE power domains
 2022-07-07  4:10 UTC  (5+ messages)
` [PATCH net-next v1 5/9] dt-bindings: net: Add Tegra234 MGBE

[PATCH bpf-next v6 0/4] bpf trampoline for arm64
 2022-07-07  3:35 UTC  (8+ messages)

[PATCH] sfc: falcon: Use the bitmap API to allocate bitmaps
 2022-07-07  3:00 UTC  (2+ messages)

[PATCH] cnic: Use the bitmap API to allocate bitmaps
 2022-07-07  3:00 UTC  (2+ messages)

[PATCH 1/2] qed: Use the bitmap API to allocate bitmaps
 2022-07-07  3:00 UTC  (2+ messages)

[PATCH] sfc/siena: Use the bitmap API to allocate bitmaps
 2022-07-07  3:00 UTC  (2+ messages)

[PATCH -next] net: dsa: b53: remove unnecessary spi_set_drvdata()
 2022-07-07  3:00 UTC  (2+ messages)

[PATCH] bnxt: Use the bitmap API to allocate bitmaps
 2022-07-07  3:00 UTC  (2+ messages)

[PATCH net v2] net: rose: fix UAF bug caused by rose_t0timer_expiry
 2022-07-07  3:00 UTC  (4+ messages)

[PATCH v2 net] r8169: fix accessing unset transport header
 2022-07-07  3:00 UTC  (2+ messages)

[PATCHv3] usbnet: fix memory leak in error case
 2022-07-07  2:50 UTC  (2+ messages)

[PATCH net-next] Revert "Merge branch 'octeontx2-af-next'"
 2022-07-07  2:30 UTC  (2+ messages)

[PATCH v2 bpf-next 5/5] bpf: trampoline: support FTRACE_OPS_FL_SHARE_IPMODIFY
 2022-07-07  2:11 UTC  (8+ messages)

[PATCH net-next 0/6] tls: pad strparser, internal header, decrypt_ctx etc
 2022-07-07  1:35 UTC  (7+ messages)
` [PATCH net-next 1/6] strparser: pad sk_skb_cb to avoid straddling cachelines
` [PATCH net-next 2/6] tls: rx: always allocate max possible aad size for decrypt
` [PATCH net-next 3/6] tls: rx: wrap decrypt params in a struct
` [PATCH net-next 4/6] tls: rx: coalesce exit paths in tls_decrypt_sg()
` [PATCH net-next 5/6] tls: create an internal header
` [PATCH net-next 6/6] tls: rx: make tls_wait_data() return an recvmsg retcode


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 read-only IMAP folder(s) and NNTP newsgroup(s).