netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-22 07:13:29 to 2020-09-22 22:17:40 UTC [more...]

[GIT] Networking
 2020-09-22 22:17 UTC  (4+ messages)

[PATCH net-next 0/5] bonding: rename bond components
 2020-09-22 22:05 UTC  (7+ messages)
` [PATCH net-next 1/5] bonding: rename struct slave member link to link_state
` [PATCH net-next 2/5] bonding: rename slave to link where possible
` [PATCH net-next 3/5] bonding: rename master to aggregator "
` [PATCH net-next 4/5] bonding: make Kconfig toggle to disable legacy interfaces
` [PATCH net-next 5/5] bonding: update Documentation for link/aggregator terminology

[PATCH v4 1/4] Bluetooth: Interleave with allowlist scan
 2020-09-22 21:52 UTC  (2+ messages)

[PATCH v2] net: lantiq: Add locking for TX DMA channel
 2020-09-22 21:41 UTC 

[PATCH] net: lantiq: Add locking for TX DMA channel
 2020-09-22 21:40 UTC  (3+ messages)

[RFC] [PATCH v1 0/3] isolation: limit msix vectors based on housekeeping CPUs
 2020-09-22 21:26 UTC  (22+ 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
` [RFC][Patch v1 3/3] PCI: Limit pci_alloc_irq_vectors as per "

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

[PATCH v3 bpf-next 00/11] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
 2020-09-22 20:16 UTC  (20+ 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 RESEND bpf-next v4 00/11] Make check_func_arg type checks table driven
 2020-09-22 20:07 UTC  (5+ messages)
` [PATCH bpf-next v4 11/11] bpf: use a table to drive helper arg type checks

[PATCH] net/mlx5: remove unreachable return
 2020-09-22 20:05 UTC  (4+ messages)

[PATCH net-next 0/2] net: dsa: bcm_sf2: Additional DT changes
 2020-09-22 20:03 UTC  (3+ messages)
` [PATCH net-next 1/2] net: dsa: bcm_sf2: Disallow port 5 to be a DSA CPU port
` [PATCH net-next 2/2] net: dsa: bcm_sf2: Include address 0 for MDIO diversion

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

[PATCH -next] net/mlx5: simplify the return expression of mlx5_ec_init()
 2020-09-22 19:53 UTC  (4+ messages)

[PATCH linux-4.19.y 0/2] tcp_bbr: Improving TCP BBR performance for WiFi and cellular networks
 2020-09-22 19:27 UTC  (3+ messages)
` [PATCH linux-4.19.y 1/2] tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioning
` [PATCH linux-4.19.y 2/2] tcp_bbr: adapt cwnd based on ack aggregation estimation

BUG: unable to handle kernel paging request in bpf_trace_run2
 2020-09-22 19:11 UTC  (2+ messages)

RTNETLINK answers: Permission denied
 2020-09-22 19:04 UTC 

[PATCHv2 bpf-next] selftests/bpf: Fix stat probe in d_path test
 2020-09-22 18:39 UTC  (3+ messages)

[PATCH bpf-next v8 00/11] bpf: Support multi-attach for freplace programs
 2020-09-22 18:38 UTC  (12+ messages)
` [PATCH bpf-next v8 01/11] bpf: disallow attaching modify_return tracing functions to other BPF programs
` [PATCH bpf-next v8 02/11] bpf: change logging calls from verbose() to bpf_log() and use log pointer
` [PATCH bpf-next v8 03/11] bpf: verifier: refactor check_attach_btf_id()
` [PATCH bpf-next v8 04/11] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach
` [PATCH bpf-next v8 05/11] bpf: support attaching freplace programs to multiple attach points
` [PATCH bpf-next v8 06/11] bpf: Fix context type resolving for extension programs
` [PATCH bpf-next v8 07/11] libbpf: add support for freplace attachment in bpf_link_create
` [PATCH bpf-next v8 08/11] selftests: add test for multiple attachments of freplace program
` [PATCH bpf-next v8 09/11] selftests/bpf: Adding test for arg dereference in extension trace
` [PATCH bpf-next v8 10/11] selftests: Add selftest for disallowing modify_return attachment to freplace
` [PATCH bpf-next v8 11/11] selftests: Remove fmod_ret from benchmarks and test_overhead

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

[PATCH 0/3] Fix Kernel-doc warnings introduced on next-20200921
 2020-09-22 18:22 UTC  (7+ messages)
` [PATCH 1/3] net: fix a new kernel-doc warning at dev.c

[net-next 0/3] cxgb4/ch_ktls: updates in net-next
 2020-09-22 17:45 UTC  (4+ messages)
` [net-next 1/3] ch_ktls: Issue if connection offload fails
` [net-next 2/3] cxgb4: Avoid log flood
` [net-next 3/3] cxgb4/ch_ktls: ktls stats are added at port level

[PATCH net-next v2 00/16] net: bridge: mcast: IGMPv3/MLDv2 fast-path (part 2)
 2020-09-22 17:55 UTC  (19+ 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 bpf-next v7 00/10] bpf: Support multi-attach for freplace programs
 2020-09-22 17:48 UTC  (17+ 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 net-next v2 0/3] GVE Raw Addressing
 2020-09-22 17:40 UTC  (7+ messages)
` [PATCH net-next v2 1/3] gve: Add support for raw addressing device option
` [PATCH net-next v2 2/3] gve: Add support for raw addressing to the rx path
` [PATCH net-next v2 3/3] gve: Add support for raw addressing in the tx path

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

[net-next PATCH 0/2] Add support for VLAN based flow distribution
 2020-09-22 17:13 UTC  (4+ messages)
` [net-next PATCH 1/2] octeontx2-af: Add support for VLAN based RSS hashing
` [net-next PATCH 2/2] octeontx2-pf: Support to change VLAN based RSS hash options via ethtool

[PATCH v2] Bluetooth: Check for encryption key size on connect
 2020-09-22 17:03 UTC  (4+ messages)

[PATCH v3 00/14] Adding GAUDI NIC code to habanalabs driver
 2020-09-22 16:52 UTC  (15+ messages)

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

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

ip rule iif oif and vrf
 2020-09-22 15:39 UTC  (2+ messages)

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

[PATCH] SUNRPC: Fix svc_flush_dcache()
 2020-09-22 14:14 UTC  (2+ messages)

[PATCH -next] can: ti_hecc: use devm_platform_ioremap_resource_byname
 2020-09-22 14:14 UTC  (2+ messages)

[RFC PATCH v2 0/3] l3mdev icmp error route lookup fixes
 2020-09-22 13:52 UTC  (6+ messages)

[PATCH] net: switchdev: Fixed kerneldoc warning
 2020-09-22 13:57 UTC  (2+ messages)

[PATCH net] drivers/net/wan/x25_asy: Correct the ndo_open and ndo_stop functions
 2020-09-22 13:57 UTC 

a saner API for allocating DMA addressable pages v3
 2020-09-22  8:53 UTC  (19+ messages)
` [PATCH 06/18] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/18] 53c700: improve non-coherent DMA handling
` [PATCH 09/18] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/18] hal2: "
` [PATCH 11/18] lib82596: "
` [PATCH 12/18] sgiseeq: "
` [PATCH 13/18] 53c700: "
` [PATCH 14/18] dma-mapping: remove dma_cache_sync
` [PATCH 15/18] dma-mapping: add a new dma_alloc_pages API

[PATCH v3 00/14] Adding GAUDI NIC code to habanalabs driver
 2020-09-22 11:49 UTC  (11+ messages)

[PATCH RFC] net: add in_softirq() debug checking in napi_consume_skb()
 2020-09-22 11:36 UTC 

[PATCH net-next RFC v2 repost 0/3] Add devlink traps in
 2020-09-22 11:35 UTC  (4+ messages)
` [PATCH net-next RFC v2 repost 1/3] devlink: Wrap trap related
` [PATCH net-next RFC v2 repost 2/3] devlink: Add devlink traps
` [PATCH net-next RFC v2 repost 3/3] net/mlx5e: Add devlink

[net-next] net: dsa: felix: convert TAS link speed based on phylink speed
 2020-09-22 11:36 UTC  (2+ messages)

[PATCH -next] ath9k: Remove set but not used variable
 2020-09-22 11:30 UTC 

Performance regressions in networking & storage benchmarks in Linux kernel 5.8
 2020-09-22 11:25 UTC  (2+ messages)

[PATCH net] hinic: fix wrong return value of mac-set cmd
 2020-09-22 11:26 UTC 

[PATCH v4 0/2] net: mdio-ipq4019: add Clause 45 support
 2020-09-22 10:17 UTC  (3+ messages)

[PATCH v5 0/2] net: mdio-ipq4019: add Clause 45 support
 2020-09-22 10:16 UTC  (3+ messages)
` [PATCH v5 1/2] net: mdio-ipq4019: change defines to upper case
` [PATCH v5 2/2] net: mdio-ipq4019: add Clause 45 support

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

[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  (11+ messages)

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

[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 -next] ath5k: convert to use DEFINE_SEQ_ATTRIBUTE macro
 2020-09-22  7:46 UTC  (2+ messages)

[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  (5+ messages)

[PATCH 2/5] wlcore: Remove unused function no_write_handler()
 2020-09-22  7:15 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).