netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-23 16:12:52 to 2020-06-23 22:40:53 UTC [more...]

[PATCH bpf-next 0/3] bpf: introduce bpf_get_task_stack_trace()
 2020-06-23 22:27 UTC  (16+ messages)
` [PATCH bpf-next 1/3] bpf: introduce helper bpf_get_task_stack_trace()
` [PATCH bpf-next 2/3] bpf: allow %pB in bpf_seq_printf()
` [PATCH bpf-next 3/3] selftests/bpf: add bpf_iter test with bpf_get_task_stack_trace()

[net-next v2 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2020-06-23
 2020-06-23 22:40 UTC  (2+ messages)
` [net-next v2 02/15] iecm: Add framework set of header files

[PATCH RESEND] net/cisco: Fix a sleep-in-atomic-context bug in enic_init_affinity_hint()
 2020-06-23 22:26 UTC  (4+ messages)

[PATCH net-next] r8169: rename RTL8125 to RTL8125A
 2020-06-23 22:25 UTC  (2+ messages)

[Patch net] cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
 2020-06-23 22:21 UTC  (11+ messages)

[PATCH net-next] bonding/xfrm: use real_dev instead of slave_dev
 2020-06-23 22:20 UTC  (2+ messages)

[PATCH net 00/12] cxgb4/cxgb4vf: fix warnings reported by sparse
 2020-06-23 22:19 UTC  (14+ messages)
` [PATCH net 01/12] cxgb4: move handling L2T ARP failures to caller
` [PATCH net 02/12] cxgb4: move PTP lock and unlock to caller in Tx path
` [PATCH net 03/12] cxgb4: use unaligned conversion for fetching timestamp
` [PATCH net 04/12] cxgb4: parse TC-U32 key values and masks natively
` [PATCH net 05/12] cxgb4: fix endian conversions for L4 ports in filters
` [PATCH net 06/12] cxgb4: use correct type for all-mask IP address comparison
` [PATCH net 07/12] cxgb4: fix SGE queue dump destination buffer context
` [PATCH net 08/12] cxgb4: remove cast when saving IPv4 partial checksum
` [PATCH net 09/12] cxgb4: move DCB version extern to header file
` [PATCH net 10/12] cxgb4: fix set but unused variable when DCB is disabled
` [PATCH net 11/12] cxgb4: update kernel-doc line comments
` [PATCH net 12/12] cxgb4vf: "

[PATCH bpf-next v2] tools: bpftool: fix variable shadowing in emit_obj_refs_json()
 2020-06-23 22:15 UTC  (2+ messages)

[PATCH net-next 0/2] mlxsw: Bump firmware version to XX.2007.1168
 2020-06-23 22:14 UTC  (4+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] mlxsw: Enforce firmware version for Spectrum-3

[PATCH v2 net-next 1/2] indirect_call_wrapper: extend indirect wrapper to support up to 4 calls
 2020-06-23 22:11 UTC  (6+ messages)
` [PATCH v2 net-next 2/2] ipv6: fib6: avoid indirect calls from fib6_rule_lookup

[PATCH bpf-next v3 00/15] implement bpf iterator for tcp and udp sockets
 2020-06-23 22:11 UTC  (14+ messages)
` [PATCH bpf-next v3 05/15] bpf: add bpf_skc_to_tcp6_sock() helper
` [PATCH bpf-next v3 09/15] bpf: add bpf_skc_to_udp6_sock() helper

[PATCH] net: ath10k: fix OOB: __ath10k_htt_rx_ring_fill_n
 2020-06-23 22:11 UTC 

[PATCH] IPv6: Fix CPU contention on FIB6 GC
 2020-06-23 22:06 UTC  (7+ messages)

[PATCH net-next] mlxsw: spectrum_dcb: Fix a spelling typo in spectrum_dcb.c
 2020-06-23 22:04 UTC  (3+ messages)

[PATCH net-next v10 0/5] RGMII Internal delay common property
 2020-06-23 22:02 UTC  (3+ messages)
` [PATCH net-next v10 2/5] net: phy: Add a helper to return the index for of the internal delay

[PATCH net-next v2 0/5] hinic: add some ethtool ops support
 2020-06-23 22:02 UTC  (9+ messages)
` [PATCH net-next v2 1/5] hinic: add support to set and get pause params
` [PATCH net-next v2 2/5] hinic: add support to set and get irq coalesce
` [PATCH net-next v2 4/5] hinic: add support to identify physical device
` [PATCH net-next v2 5/5] hinic: add support to get eeprom information

[PATCH v2 net 0/9] net: qed/qede: various stability fixes
 2020-06-23 22:01 UTC  (2+ messages)

[PATCH bpf-next v4 00/15] implement bpf iterator for tcp and udp sockets
 2020-06-23 21:59 UTC  (19+ messages)
` [PATCH bpf-next v4 01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state
` [PATCH bpf-next v4 02/15] net: bpf: implement bpf iterator for tcp
` [PATCH bpf-next v4 03/15] bpf: support 'X' in bpf_seq_printf() helper
` [PATCH bpf-next v4 04/15] bpf: allow tracing programs to use bpf_jiffies64() helper
` [PATCH bpf-next v4 05/15] bpf: add bpf_skc_to_tcp6_sock() helper
` [PATCH bpf-next v4 06/15] bpf: add bpf_skc_to_{tcp,tcp_timewait,tcp_request}_sock() helpers
` [PATCH bpf-next v4 07/15] net: bpf: add bpf_seq_afinfo in udp_iter_state
` [PATCH bpf-next v4 08/15] net: bpf: implement bpf iterator for udp
` [PATCH bpf-next v4 09/15] bpf: add bpf_skc_to_udp6_sock() helper
` [PATCH bpf-next v4 10/15] selftests/bpf: move newer bpf_iter_* type redefining to a new header file
` [PATCH bpf-next v4 11/15] selftests/bpf: refactor some net macros to bpf_tracing_net.h
` [PATCH bpf-next v4 12/15] selftests/bpf: add more common "
` [PATCH bpf-next v4 13/15] selftests/bpf: implement sample tcp/tcp6 bpf_iter programs
` [PATCH bpf-next v4 14/15] selftests/bpf: implement sample udp/udp6 "
` [PATCH bpf-next v4 15/15] selftests/bpf: add tcp/udp iterator programs to selftests

[PATCH v3 net] net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM
 2020-06-23 21:53 UTC  (2+ messages)

[PATCH net 0/2] wireguard fixes for 5.8-rc3
 2020-06-23 21:51 UTC  (2+ messages)

[iproute2 master] devlink: Document zero policer identifier
 2020-06-23 20:06 UTC 

[PATCH v3 bpf-next 0/9] introduce support for XDP programs in CPUMAP
 2020-06-23 21:39 UTC  (10+ messages)
` [PATCH v3 bpf-next 1/9] cpumap: use non-locked version __ptr_ring_consume_batched
` [PATCH v3 bpf-next 2/9] net: Refactor xdp_convert_buff_to_frame
` [PATCH v3 bpf-next 3/9] samples/bpf: xdp_redirect_cpu_user: do not update bpf maps in option loop
` [PATCH v3 bpf-next 4/9] cpumap: formalize map value as a named struct
` [PATCH v3 bpf-next 5/9] bpf: cpumap: add the possibility to attach an eBPF program to cpumap
` [PATCH v3 bpf-next 6/9] bpf: cpumap: implement XDP_REDIRECT for eBPF programs attached to map entries
` [PATCH v3 bpf-next 7/9] libbpf: add SEC name for xdp programs attached to CPUMAP
` [PATCH v3 bpf-next 8/9] samples/bpf: xdp_redirect_cpu: load a eBPF program on cpumap
` [PATCH v3 bpf-next 9/9] selftest: add tests for XDP programs in CPUMAP entries

[PATCH net v2 0/2] bridge: mrp: Update MRP_PORT_ROLE
 2020-06-23 21:38 UTC  (2+ messages)

[PATCH net-next,v2] rtnetlink: add keepalived rtm_protocol
 2020-06-23 21:35 UTC  (2+ messages)

[PATCH v2 0/2] net: phy: call phy_disable_interrupts() in phy_init_hw()
 2020-06-23 21:34 UTC  (3+ messages)
` [PATCH v2 1/2] net: phy: export phy_disable_interrupts()

[pull request][net-next 00/10] mlx5 updates 2020-06-23
 2020-06-23 21:33 UTC  (17+ messages)
` [net-next 01/10] net/mlx5: Avoid eswitch header inclusion in fs core layer
` [net-next 02/10] net/mlx5: FWTrace: Add missing space
` [net-next 03/10] net/mlx5: Add a missing macro undefinition
` [net-next 04/10] net/mlx5: Use kfree(ft->g) in arfs_create_groups()
` [net-next 05/10] net/mlx5e: Remove unused mlx5e_xsk_first_unused_channel
` [net-next 06/10] net/mlx5e: Move including net/arp.h from en_rep.c to rep/neigh.c
` [net-next 07/10] net/mlx5e: Move TC-specific function definitions into MLX5_CLS_ACT
` [net-next 08/10] net/mlx5e: vxlan: Use RCU for vxlan table lookup
` [net-next 09/10] net/mlx5e: vxlan: Return bool instead of opaque ptr in port_lookup()
` [net-next 10/10] net/mlx5e: Add support for PCI relaxed ordering

[PATCHv3 0/9] bpf: Add d_path helper
 2020-06-23 20:17 UTC  (11+ messages)
` [PATCH 09/11] "

[PATCH bpf-next] tools: bpftool: do not pass json_wtr to emit_obj_refs_json()
 2020-06-23 21:25 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] bpf, netns: Prepare for multi-prog attachment
 2020-06-23 21:24 UTC  (5+ messages)
` [PATCH bpf-next v2 2/3] bpf, netns: Keep attached programs in bpf_prog_array

[PATCH v3 bpf-next 1/3] bpf: switch most helper return values from 32-bit int to 64-bit long
 2020-06-23 21:15 UTC  (5+ messages)
` [PATCH v3 bpf-next 2/3] selftests/bpf: add variable-length data concatenation pattern test

[PATCH 5.4 313/314] sched/rt, net: Use CONFIG_PREEMPTION.patch
 2020-06-23 19:58 UTC 

[PATCH net-next v3 0/3] Add Marvell 88E1340S, 88E1548P support
 2020-06-23 21:04 UTC  (2+ messages)

[PATCH] linux/log2.h: enclose macro arg in parens
 2020-06-23 20:59 UTC  (2+ messages)

[PATCH 4.19 204/206] sched/rt, net: Use CONFIG_PREEMPTION.patch
 2020-06-23 19:58 UTC 

[RFC net-next] devlink: Add reset subcommand
 2020-06-23 20:56 UTC  (2+ messages)

[PATCH net-next 0/2] cxgb4: fix more warnings reported by sparse
 2020-06-23 20:33 UTC  (3+ messages)
` [PATCH net-next 1/2] cxgb4: always sync access when flashing PHY firmware
` [PATCH net-next 2/2] cxgb4: move device dump arrays in header to C file

[PATCH net-next 0/4] net: bridge: fdb activity tracking
 2020-06-23 20:47 UTC  (5+ messages)
` [PATCH net-next 1/4] net: bridge: fdb_add_entry takes ndm as argument
` [PATCH net-next 2/4] net: neighbor: add fdb extended attribute
` [PATCH net-next 3/4] net: bridge: add option to allow activity notifications for any fdb entries
` [PATCH net-next 4/4] net: bridge: add a flag to avoid refreshing fdb when changing/adding

[PATCH 4.14 135/136] sched/rt, net: Use CONFIG_PREEMPTION.patch
 2020-06-23 19:59 UTC 

[net-next 0/9][pull request] 40GbE Intel Wired LAN Driver Updates 2020-06-22
 2020-06-23 20:40 UTC  (5+ messages)
` [net-next 4/9] i40e: detect and log info about pre-recovery mode

[PATCH 00/11] net: improve devres helpers
 2020-06-23 20:16 UTC  (5+ messages)
` [PATCH 03/11] net: devres: relax devm_register_netdev()

[PATCH net-next v2 3/4] mlx5: become aware of when running as a bonding slave
 2020-06-23 19:57 UTC  (4+ messages)

[PATCH 00/15] net: phy: correctly model the PHY voltage supply in DT
 2020-06-23 19:49 UTC  (26+ messages)
` [PATCH 01/15] net: phy: arrange headers in mdio_bus.c alphabetically
` [PATCH 02/15] net: phy: arrange headers in mdio_device.c alphabetically
` [PATCH 03/15] net: phy: arrange headers in phy_device.c alphabetically
` [PATCH 04/15] net: mdio: add a forward declaration for reset_control to mdio.h
` [PATCH 05/15] net: phy: reset the PHY even if probe() is not implemented
` [PATCH 06/15] net: phy: mdio: reset MDIO devices "
` [PATCH 09/15] net: phy: delay PHY driver probe until PHY registration
` [PATCH 12/15] dt-bindings: mdio: add phy-supply property to ethernet phy node
` [PATCH 14/15] net: phy: add PHY regulator support

[PATCH ipsec-next 0/6] xfrm: remove xfrm replay indirections
 2020-06-23 19:48 UTC  (7+ messages)
` [PATCH ipsec-next 1/6] xfrm: replay: avoid xfrm replay notify indirection
` [PATCH ipsec-next 2/6] xfrm: replay: get rid of duplicated notification code
` [PATCH ipsec-next 3/6] xfrm: replay: remove advance indirection
` [PATCH ipsec-next 4/6] xfrm: replay: remove recheck indirection
` [PATCH ipsec-next 5/6] xfrm: replay: avoid replay indirection
` [PATCH ipsec-next 6/6] xfrm: replay: remove last "

[PATCH][next] libbpf: fix spelling mistake "kallasyms" -> "kallsyms"
 2020-06-23 18:56 UTC  (2+ messages)

Multicast routing: wrong output interface selected unless VRF default route is added
 2020-06-23 18:38 UTC  (2+ messages)

[bpf PATCH] bpf: do not allow btf_ctx_access with __int128 types
 2020-06-23 18:33 UTC  (2+ messages)

[PATCH v2 00/16] Remove uninitialized_var() macro
 2020-06-23 18:29 UTC  (5+ messages)
` [PATCH v2 04/16] b43: Remove uninitialized_var() usage

[PATCH bpf] bpf: fix formatting in documentation for BPF helpers
 2020-06-23 18:24 UTC  (2+ messages)

[PATCH v3 bpf-next 0/8] bpf, printk: add BTF-based type printing
 2020-06-23 18:16 UTC  (3+ messages)
` [PATCH v3 bpf-next 8/8] bpf/selftests: add tests for %pT format specifier

[PATCH v2 bpf-next] fold test_current_pid_tgid_new_ns into into test_progs
 2020-06-23 18:10 UTC  (2+ messages)

[Patch net] cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
 2020-06-23 17:56 UTC  (3+ messages)

[PATCH AUTOSEL 5.7 08/28] ibmvnic: Harden device login requests
 2020-06-23 17:35 UTC  (5+ messages)
` [PATCH AUTOSEL 5.7 09/28] net: alx: fix race condition in alx_remove
` [PATCH AUTOSEL 5.7 10/28] test_objagg: Fix potential memory leak in error handling
` [PATCH AUTOSEL 5.7 11/28] rocker: fix incorrect error handling in dma_rings_init
` [PATCH AUTOSEL 5.7 12/28] mvpp2: ethtool rxtx stats fix

[PATCH AUTOSEL 5.4 07/24] ibmvnic: Harden device login requests
 2020-06-23 17:35 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 08/24] net: alx: fix race condition in alx_remove
` [PATCH AUTOSEL 5.4 09/24] test_objagg: Fix potential memory leak in error handling
` [PATCH AUTOSEL 5.4 10/24] rocker: fix incorrect error handling in dma_rings_init
` [PATCH AUTOSEL 5.4 11/24] mvpp2: ethtool rxtx stats fix

[PATCH AUTOSEL 4.19 07/15] ibmvnic: Harden device login requests
 2020-06-23 17:36 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 08/15] net: alx: fix race condition in alx_remove
` [PATCH AUTOSEL 4.19 09/15] rocker: fix incorrect error handling in dma_rings_init

[PATCH AUTOSEL 4.14 2/6] net: alx: fix race condition in alx_remove
 2020-06-23 17:36 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 3/6] rocker: fix incorrect error handling in dma_rings_init

[PATCH AUTOSEL 4.9 2/6] net: alx: fix race condition in alx_remove
 2020-06-23 17:36 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 3/6] rocker: fix incorrect error handling in dma_rings_init

[PATCH AUTOSEL 4.4 1/3] net: alx: fix race condition in alx_remove
 2020-06-23 17:37 UTC 

[ANNOUNCE] bridge-utils 1.7
 2020-06-23 17:24 UTC 

[PATCH bpf 1/2] flow_dissector: reject invalid attach_flags
 2020-06-23 17:07 UTC  (8+ messages)

[PATCH rdma-next v3 00/11] RAW format dumps through RDMAtool
 2020-06-23 17:04 UTC  (4+ messages)

[PATCH net-next v3 0/4] bonding: initial support for hardware crypto offload
 2020-06-23 16:57 UTC  (3+ messages)
` [PATCH net-next v3 4/4] bonding: support hardware encryption offload to slaves
    ` FW: "

KASAN: vmalloc-out-of-bounds Read in nl8NUM_dump_wpan_phy
 2020-06-23 16:56 UTC 

KASAN: vmalloc-out-of-bounds Read in tipc_nl_node_dump_monitor_peer
 2020-06-23 16:56 UTC 

[PATCH net 0/2] Two phylink pause fixes
 2020-06-23 16:47 UTC  (3+ messages)
` [PATCH net 1/2] net: phylink: fix ethtool -A with attached PHYs
` [PATCH net 2/2] net: phylink: ensure manual pause mode configuration takes effect

[RFC v9 00/11] vhost: ring format independence
 2020-06-23 16:45 UTC  (4+ messages)
` [RFC v9 02/11] vhost: use batched get_vq_desc version

[PATCH v2 net] openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt_len
 2020-06-23 16:33 UTC 

[PATCH RFC v8 00/11] vhost: ring format independence
 2020-06-23 16:15 UTC  (9+ messages)
` [PATCH RFC v8 02/11] vhost: use batched get_vq_desc version

[PATCH] tcp: don't ignore ECN CWR on pure ACK
 2020-06-23 16:12 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).