Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
[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
[PATCH bpf-next 1/2] bpf: Use --no-fail option if CONFIG_BPF is not enabled
2020-09-22 18:47 UTC (3+ messages)
[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 v3 bpf-next 00/11] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
2020-09-22 18:38 UTC (19+ 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-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
[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
[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 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 -next] can: ti_hecc: use devm_platform_ioremap_resource_byname
2020-09-22 14:14 UTC (2+ messages)
[PATCH] SUNRPC: Fix svc_flush_dcache()
2020-09-22 14:14 UTC (2+ 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
[RFC] [PATCH v1 0/3] isolation: limit msix vectors based on housekeeping CPUs
2020-09-22 13:54 UTC (16+ 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 "
[RFC PATCH v2 0/3] l3mdev icmp error route lookup fixes
2020-09-22 13:52 UTC (6+ messages)
[PATCH net-next 0/5] bonding: rename bond components
2020-09-22 13:37 UTC (6+ 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 v3 00/14] Adding GAUDI NIC code to habanalabs driver
2020-09-22 11:49 UTC (11+ messages)
[net-next] net: dsa: felix: convert TAS link speed based on phylink speed
2020-09-22 11:36 UTC (2+ 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
[PATCH -next] ath9k: Remove set but not used variable
2020-09-22 11:30 UTC
[PATCH net] hinic: fix wrong return value of mac-set cmd
2020-09-22 11:26 UTC
Performance regressions in networking & storage benchmarks in Linux kernel 5.8
2020-09-22 11:25 UTC (2+ messages)
[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 (13+ messages)
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] net: allwinner: remove redundant irqsave and irqrestore in hardIRQ
2020-09-22 8:46 UTC (2+ messages)
[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 -next] ath5k: convert to use DEFINE_SEQ_ATTRIBUTE macro
2020-09-22 7:46 UTC (2+ messages)
[PATCH] ath11k: Remove unused function ath11k_htc_restore_tx_skb()
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 2/5] wlcore: Remove unused function no_write_handler()
2020-09-22 7:15 UTC (2+ messages)
[PATCH ethtool] bnxt: Add Broadcom driver support
2020-09-22 7:15 UTC (7+ messages)
[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 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
page: next (older) | prev (newer) | latest
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).