Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
 messages from 2020-09-21 20:48:12 to 2020-09-22 10:16:44 UTC [more...]

[PATCH v5 0/2] net: mdio-ipq4019: add Clause 45 support
 2020-09-22 10:16 UTC 

[PATCH v3 ethtool] bnxt: Add Broadcom driver support
 2020-09-22 10:13 UTC 

[PATCH bpf-next v7 00/10] bpf: Support multi-attach for freplace programs
 2020-09-22 10:14 UTC  (21+ messages)
` [PATCH bpf-next v7 01/10] bpf: disallow attaching modify_return tracing functions to other BPF programs
` [PATCH bpf-next v7 03/10] bpf: verifier: refactor check_attach_btf_id()
` [PATCH bpf-next v7 04/10] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach
` [PATCH bpf-next v7 05/10] bpf: support attaching freplace programs to multiple attach points
` [PATCH bpf-next v7 06/10] bpf: Fix context type resolving for extension programs
` [PATCH bpf-next v7 07/10] libbpf: add support for freplace attachment in bpf_link_create
` [PATCH bpf-next v7 08/10] selftests: add test for multiple attachments of freplace program
` [PATCH bpf-next v7 10/10] selftests: Add selftest for disallowing modify_return attachment to freplace

[RFC] [PATCH v1 0/3] isolation: limit msix vectors based on housekeeping CPUs
 2020-09-22 10:08 UTC  (10+ messages)
` [RFC][Patch v1 1/3] sched/isolation: API to get num of hosekeeping CPUs
` [RFC][Patch v1 2/3] i40e: limit msix vectors based on housekeeping CPUs

[PATCH] mm/memcontrol: Add the drop_cache interface for cgroup v2
 2020-09-22 10:01 UTC  (12+ messages)
      ` [External] "

[PATCH v3 bpf-next 00/11] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
 2020-09-22  9:56 UTC  (17+ messages)
` [PATCH v3 bpf-next 01/11] bpf: Move the PTR_TO_BTF_ID check to check_reg_type()
` [PATCH v3 bpf-next 02/11] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
` [PATCH v3 bpf-next 03/11] bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
` [PATCH v3 bpf-next 04/11] bpf: Change bpf_sk_storage_*() "
` [PATCH v3 bpf-next 05/11] bpf: Change bpf_tcp_*_syncookie "
` [PATCH v3 bpf-next 06/11] bpf: Change bpf_sk_assign "
` [PATCH v3 bpf-next 07/11] bpf: selftest: Add ref_tracking verifier test for bpf_skc casting
` [PATCH v3 bpf-next 08/11] bpf: selftest: Move sock_fields test into test_progs
` [PATCH v3 bpf-next 09/11] bpf: selftest: Adapt sock_fields test to use skel and global variables
` [PATCH v3 bpf-next 10/11] bpf: selftest: Use network_helpers in the sock_fields test
` [PATCH v3 bpf-next 11/11] bpf: selftest: Use bpf_skc_to_tcp_sock() "

[PATCH net] Revert "ravb: Fixed to be able to unload modules"
 2020-09-22  9:53 UTC  (2+ messages)

BPF redirect API design issue for BPF-prog MTU feedback?
 2020-09-22  9:15 UTC  (13+ messages)

[PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
 2020-09-22  9:01 UTC  (11+ messages)

[PATCH] net: allwinner: remove redundant irqsave and irqrestore in hardIRQ
 2020-09-22  8:46 UTC  (2+ messages)

Performance regressions in networking & storage benchmarks in Linux kernel 5.8
 2020-09-22  8:51 UTC 

[PATCH RESEND bpf-next v4 00/11] Make check_func_arg type checks table driven
 2020-09-22  8:20 UTC  (4+ messages)
` [PATCH bpf-next v4 11/11] bpf: use a table to drive helper arg type checks

[PATCH v3] Bluetooth: Check for encryption key size on connect
 2020-09-22  7:56 UTC 

[PATCH] ath11k: Remove unused function ath11k_htc_restore_tx_skb()
 2020-09-22  7:46 UTC  (2+ messages)

[PATCH v2] Bluetooth: Check for encryption key size on connect
 2020-09-22  7:47 UTC  (3+ messages)

[PATCH -next] ath5k: convert to use DEFINE_SEQ_ATTRIBUTE macro
 2020-09-22  7:46 UTC  (2+ messages)

[PATCH v1] Bluetooth: Enforce key size of 16 bytes on FIPS level
 2020-09-22  7:37 UTC  (3+ messages)

[PATCH net-next v2 00/16] net: bridge: mcast: IGMPv3/MLDv2 fast-path (part 2)
 2020-09-22  7:30 UTC  (17+ messages)
` [PATCH net-next v2 01/16] net: bridge: mdb: use extack in br_mdb_parse()
` [PATCH net-next v2 02/16] net: bridge: mdb: move all port and bridge checks to br_mdb_add
` [PATCH net-next v2 03/16] net: bridge: mdb: use extack in br_mdb_add() and br_mdb_add_group()
` [PATCH net-next v2 04/16] net: bridge: add src field to br_ip
` [PATCH net-next v2 05/16] net: bridge: mcast: use br_ip's src for src groups and querier address
` [PATCH net-next v2 06/16] net: bridge: mcast: rename br_ip's u member to dst
` [PATCH net-next v2 07/16] net: bridge: mdb: add support to extend add/del commands
` [PATCH net-next v2 08/16] net: bridge: mdb: add support for add/del/dump of entries with source
` [PATCH net-next v2 09/16] net: bridge: mcast: when igmpv3/mldv2 are enabled lookup (S,G) first, then (*,G)
` [PATCH net-next v2 10/16] net: bridge: mcast: add rt_protocol field to the port group struct
` [PATCH net-next v2 11/16] net: bridge: mcast: add sg_port rhashtable
` [PATCH net-next v2 12/16] net: bridge: mcast: install S,G entries automatically based on reports
` [PATCH net-next v2 13/16] net: bridge: mcast: handle port group filter modes
` [PATCH net-next v2 14/16] net: bridge: mcast: add support for blocked port groups
` [PATCH net-next v2 15/16] net: bridge: mcast: handle host state
` [PATCH net-next v2 16/16] net: bridge: mcast: when forwarding handle filter mode and blocked flag

[PATCH] rtlwifi: rtl8723be: use true,false for bool variable large_cfo_hit
 2020-09-22  7:18 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8821ae: use true,false for bool variable large_cfo_hit
 2020-09-22  7:18 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8192ee: use true,false for bool variable large_cfo_hit
 2020-09-22  7:17 UTC  (2+ messages)

[PATCH] rtlwifi: Use ffs in <foo>_phy_calculate_bit_shift
 2020-09-22  7:17 UTC  (2+ messages)

[PATCH -next v2] mt7601u: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-22  7:15 UTC  (2+ messages)

[PATCH ethtool] bnxt: Add Broadcom driver support
 2020-09-22  7:15 UTC  (7+ messages)

[PATCH 2/5] wlcore: Remove unused function no_write_handler()
 2020-09-22  7:15 UTC  (2+ messages)

[PATCH] SUNRPC: Fix svc_flush_dcache()
 2020-09-22  7:13 UTC 

[PATCH] net: phy: realtek: fix rtl8211e rx/tx delay config
 2020-09-22  6:42 UTC  (8+ messages)

[PATCH iproute2] ip: do not exit if RTM_GETNSID failed
 2020-09-22  6:28 UTC  (3+ messages)

[PATCH v2 ethtool] bnxt: Add Broadcom driver support
 2020-09-22  6:16 UTC 

[PATCH iproute2] build: avoid make jobserver warnings
 2020-09-22  6:15 UTC  (3+ messages)

[PATCH] net/mlx5: remove unreachable return
 2020-09-22  5:54 UTC  (2+ messages)

[PATCH -next] net/mlx5: simplify the return expression of mlx5_ec_init()
 2020-09-22  5:52 UTC  (2+ messages)

[PATCH 1/2] net/mlx5e: IPsec: Use kvfree() for memory allocated with kvzalloc()
 2020-09-22  5:21 UTC  (3+ messages)
` [PATCH 2/2] net/mlx5e: Use kfree() to free fd->g in accel_fs_tcp_create_groups()

[PATCH net-next 7/8] netdevsim: Simulate port function state for a PCI port
 2020-09-22  4:37 UTC  (10+ messages)
` [PATCH net-next v2 0/8] devlink: Add SF add/delete devlink ops

UBSAN: array-index-out-of-bounds in arch_uprobe_analyze_insn
 2020-09-22  4:20 UTC 

[PATCH bpf-next v3 1/5] bpf: expose is_mptcp flag to bpf_tcp_sock
 2020-09-22  4:08 UTC  (3+ messages)
` [PATCH bpf-next v3 3/5] bpf: add 'bpf_mptcp_sock' structure and helper

[PATCH bpf-next] bpf: add support for other map types to bpf_map_lookup_and_delete_elem
 2020-09-22  3:54 UTC  (2+ messages)

[net-next v3 PATCH 0/2] Introduce mbox tracepoints for Octeontx2
 2020-09-22  2:57 UTC  (3+ messages)
` [net-next v3 PATCH 1/2] octeontx2-af: Introduce tracepoints for mailbox
` [net-next v3 PATCH 2/2] octeontx2-pf: Add tracepoints for PF/VF mailbox

[net-next v2 PATCH 0/2] Introduce mbox tracepoints for Octeontx2
 2020-09-22  2:53 UTC  (4+ messages)
` [net-next v2 PATCH 1/2] octeontx2-af: Introduce tracepoints for mailbox

[pull request][net-next V3 00/12] mlx5 Multi packet tx descriptors for SKBs
 2020-09-22  2:47 UTC  (13+ messages)
` [net-next V3 01/12] net/mlx5e: Refactor inline header size calculation in the TX path
` [net-next V3 02/12] net/mlx5e: Use struct assignment to initialize mlx5e_tx_wqe_info
` [net-next V3 03/12] net/mlx5e: Move mlx5e_tx_wqe_inline_mode to en_tx.c
` [net-next V3 04/12] net/mlx5e: Refactor xmit functions
` [net-next V3 05/12] net/mlx5e: Small improvements for XDP TX MPWQE logic
` [net-next V3 06/12] net/mlx5e: Unify constants for WQE_EMPTY_DS_COUNT
` [net-next V3 07/12] net/mlx5e: Move the TLS resync check out of the function
` [net-next V3 08/12] net/mlx5e: Support multiple SKBs in a TX WQE
` [net-next V3 09/12] net/mlx5e: Generalize TX MPWQE checks for full session
` [net-next V3 10/12] net/mlx5e: Rename xmit-related structs to generalize them
` [net-next V3 11/12] net/mlx5e: Move TX code into functions to be used by MPWQE
` [net-next V3 12/12] net/mlx5e: Enhanced TX MPWQE for SKBs

[PATCH -next] mlxsw: spectrum_acl_tcam: simplify the return expression of ishtp_cl_driver_register()
 2020-09-22  1:48 UTC  (3+ messages)

[GIT] Networking
 2020-09-22  1:44 UTC 

[PATCH v5 bpf-next 0/6] bpf: add helpers to support BTF-based kernel data display
 2020-09-22  1:10 UTC  (3+ messages)
` [PATCH v5 bpf-next 5/6] bpf: add bpf_seq_btf_write helper

[PATCH v2 net] net: mscc: ocelot: return error if VCAP filter is not found
 2020-09-22  0:46 UTC 

[PATCH net] net: mscc: ocelot: return error if VCAP filter is not found
 2020-09-22  0:42 UTC  (4+ messages)

[PATCH net 0/3] Fix broken tc-flower rules for mscc_ocelot switches
 2020-09-22  0:41 UTC  (5+ messages)
` [PATCH net 1/3] net: dsa: felix: fix some key offsets for IP4_TCP_UDP VCAP IS2 entries
` [PATCH net 2/3] net: dsa: seville: "
` [PATCH net 3/3] net: mscc: ocelot: "

[PATCH net] inet_diag: validate INET_DIAG_REQ_PROTOCOL attribute
 2020-09-22  0:39 UTC  (2+ messages)

[PATCH net] net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCU
 2020-09-22  0:38 UTC  (2+ messages)

[pull request][net V2 00/15] mlx5 fixes-2020-09-18
 2020-09-22  0:36 UTC  (17+ messages)
` [net V2 01/15] net/mlx5: Fix FTE cleanup
` [net V2 02/15] net/mlx5e: Use RCU to protect rq->xdp_prog
` [net V2 03/15] net/mlx5e: Use synchronize_rcu to sync with NAPI
` [net V2 04/15] net/mlx5e: Fix memory leak of tunnel info when rule under multipath not ready
` [net V2 05/15] net/mlx5e: CT: Fix freeing ct_label mapping
` [net V2 06/15] net/mlx5e: Enable adding peer miss rules only if merged eswitch is supported
` [net V2 07/15] net/mlx5e: Fix endianness when calculating pedit mask first bit
` [net V2 08/15] net/mlx5e: Fix multicast counter not up-to-date in "ip -s"
` [net V2 09/15] net/mlx5e: Fix using wrong stats_grps in mlx5e_update_ndo_stats()
` [net V2 10/15] net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
` [net V2 11/15] net/mlx5e: kTLS, Fix napi sync and possible use-after-free
` [net V2 12/15] net/mlx5e: kTLS, Add missing dma_unmap in RX resync
` [net V2 13/15] net/mlx5e: kTLS, Fix leak on resync error flow
` [net V2 14/15] net/mlx5e: kTLS, Avoid kzalloc(GFP_KERNEL) under spinlock
` [net V2 15/15] net/mlx5e: mlx5e_fec_in_caps() returns a boolean

[PATCH net-next] net: Update MAINTAINERS for MediaTek switch driver
 2020-09-22  0:28 UTC  (2+ messages)

[net-next v8 0/5] devlink flash update overwrite mask
 2020-09-22  0:27 UTC  (2+ messages)

[PATCH] net: lantiq: Add locking for TX DMA channel
 2020-09-22  0:18 UTC  (2+ messages)

[PATCH net-next] net: phy: bcm7xxx: Add an entry for BCM72113
 2020-09-22  0:16 UTC  (3+ messages)

[PATCH 1/3 nf] selftests: netfilter: add cpu counter check
 2020-09-21 23:57 UTC  (2+ messages)

[PATCH net-next] ipvs: Remove unused macros
 2020-09-21 23:35 UTC  (3+ messages)

[PATCHv2 bpf-next] selftests/bpf: Fix stat probe in d_path test
 2020-09-21 23:32 UTC  (2+ messages)

[PATCH net-next 0/3] octeontx2-af: add support for KPU profile customization
 2020-09-21 23:26 UTC  (3+ messages)
` [PATCH net-next v2 3/3] octeontx2-af: add support for custom KPU entries

[PATCH net-next] net: hns3: Constify static structs
 2020-09-21 22:55 UTC 

[PATCH bpf-next v4] bpf: using rcu_read_lock for bpf_sk_storage_map iterator
 2020-09-21 22:47 UTC  (2+ messages)

[PATCH net-next 0/2] devlink: Use nla_policy to validate range
 2020-09-21 22:47 UTC  (2+ messages)

[PATCH net-next] net: bridge: pop vlan from skb if filtering is disabled but it's a pvid
 2020-09-21 22:12 UTC  (8+ messages)

pull-request: can-next 2020-09-21
 2020-09-21 21:57 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Use --no-fail option if CONFIG_BPF is not enabled
 2020-09-21 21:55 UTC  (2+ messages)

pull-request: mac80211-next 2020-09-21
 2020-09-21 21:55 UTC  (2+ messages)

pull-request: mac80211 2020-09-21
 2020-09-21 21:55 UTC  (2+ messages)

[PATCH v3 00/11] Fix PM hibernation in Xen guests
 2020-09-21 21:54 UTC  (8+ messages)
` [PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode

[PATCH net-next v2] net: natsemi: Remove set but not used variable
 2020-09-21 21:54 UTC  (2+ messages)

[PATCH] ipv6: route: convert comma to semicolon
 2020-09-21 21:52 UTC  (2+ messages)

[PATCH] net: unix: remove redundant assignment to variable 'err'
 2020-09-21 21:52 UTC  (2+ messages)

[PATCH v2 net-next] net: phy: realtek: enable ALDPS to save power for RTL8211F
 2020-09-21 21:50 UTC  (2+ messages)

[PATCH iproute2-next] ip: promote missed packets to the -s row
 2020-09-21 21:49 UTC  (6+ messages)

[PATCH v4 0/2] net: mdio-ipq4019: add Clause 45 support
 2020-09-21 21:48 UTC  (2+ messages)

[PATCH net-next 0/5] PHY subsystem kernel doc
 2020-09-21 21:45 UTC  (2+ messages)

[PATCH net-next v1 0/7] udp_tunnel: convert Intel drivers with shared tables
 2020-09-21 21:44 UTC  (4+ messages)
` [PATCH net-next v1 4/7] selftests: net: add a test for shared UDP tunnel info tables
  ` [Intel-wired-lan] "

[PATCH] net: dsa: rtl8366rb: Roof MTU for switch
 2020-09-21 21:43 UTC  (2+ messages)

[PATCH v3 00/14] Adding GAUDI NIC code to habanalabs driver
 2020-09-21 21:20 UTC  (12+ messages)

[PATCH net-next] net-sysfs: add backlog len and CPU id to softnet data
 2020-09-21 20:56 UTC  (2+ messages)

[PATCH net] sfc: Fix error code in probe
 2020-09-21 20:55 UTC  (2+ messages)

[PATCH V2 net-next 0/7] Update license and polish ENA driver code
 2020-09-21 20:54 UTC  (2+ messages)

[PATCH bpf v1 0/3] fix BTF usage on embedded systems
 2020-09-21 20:52 UTC  (2+ messages)

[PATCH -next] chelsio: simplify the return expression of t3_ael2020_phy_prep()
 2020-09-21 20:49 UTC  (2+ messages)

[PATCH net-next 06/16] net: bridge: mcast: rename br_ip's u member to dst
 2020-09-21 20:49 UTC  (2+ messages)

[PATCH -next] connector: simplify the return expression of cn_add_callback()
 2020-09-21 20:48 UTC  (2+ messages)

[PATCH -next] enetc: simplify the return expression of enetc_vf_set_mac_addr()
 2020-09-21 20:48 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).