netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-28 15:59:17 to 2020-07-28 23:38:28 UTC [more...]

[RFC PATCH v2 21/21] netgpu/nvidia: add Nvidia plugin for netgpu
 2020-07-28 23:38 UTC  (11+ messages)

[PATCH v8 bpf-next 00/13] bpf: Add d_path helper
 2020-07-28 23:35 UTC  (21+ messages)
` [PATCH v8 bpf-next 01/13] selftests/bpf: Fix resolve_btfids test
` [PATCH v8 bpf-next 03/13] bpf: Move btf_resolve_size into __btf_resolve_size
` [PATCH v8 bpf-next 04/13] bpf: Add elem_id pointer as argument to __btf_resolve_size
` [PATCH v8 bpf-next 06/13] bpf: Factor btf_struct_access function
` [PATCH v8 bpf-next 07/13] bpf: Add btf_struct_ids_match function
` [PATCH v8 bpf-next 08/13] bpf: Add BTF_SET_START/END macros
` [PATCH v8 bpf-next 09/13] bpf: Add d_path helper
` [PATCH v8 bpf-next 11/13] selftests/bpf: Add verifier test for "
` [PATCH v8 bpf-next 12/13] selftests/bpf: Add "
` [PATCH v8 bpf-next 13/13] selftests/bpf: Add set test to resolve_btfids

How to make a change in both net and net-next
 2020-07-28 23:21 UTC 

[PATCH net] devlink: ignore -EOPNOTSUPP errors on dumpit
 2020-07-28 23:21 UTC  (2+ messages)

[PATCH net] rxrpc: Fix race between recvmsg and sendmsg on immediate call failure
 2020-07-28 23:03 UTC 

[RFC PATCH net-next v2 0/6] introduce PLDM firmware update library
 2020-07-28 22:59 UTC  (15+ messages)
` [RFC PATCH net-next v2 6/6] devlink: add overwrite mode to flash update

[PATCH] hv_netvsc: Add validation for untrusted Hyper-V values
 2020-07-28 22:53 UTC 

[PATCH bpf-next] bpf: fix build without CONFIG_NET when using BPF XDP link
 2020-07-28 22:32 UTC  (4+ messages)

[net-next PATCH v7 0/6] ACPI support for dpaa2 MAC driver
 2020-07-28 22:30 UTC  (15+ messages)
` [net-next PATCH v7 1/6] Documentation: ACPI: DSD: Document MDIO PHY

[bpf-next PATCH] bpf, selftests: use ::1 for localhost in tcp_server.py
 2020-07-28 22:28 UTC  (4+ messages)

[PATCH net-next 00/12] Exchange MPTCP DATA_FIN/DATA_ACK before TCP FIN
 2020-07-28 22:12 UTC  (13+ messages)
` [PATCH net-next 01/12] mptcp: Allow DATA_FIN in headers without "
` [PATCH net-next 02/12] mptcp: Return EPIPE if sending is shut down during a sendmsg
` [PATCH net-next 03/12] mptcp: Remove outdated and incorrect comment
` [PATCH net-next 04/12] mptcp: Use MPTCP-level flag for sending DATA_FIN
` [PATCH net-next 05/12] mptcp: Track received DATA_FIN sequence number and add related helpers
` [PATCH net-next 06/12] mptcp: Add mptcp_close_state() helper
` [PATCH net-next 07/12] mptcp: Add helper to process acks of DATA_FIN
` [PATCH net-next 08/12] mptcp: Use full MPTCP-level disconnect state machine
` [PATCH net-next 09/12] mptcp: Only use subflow EOF signaling on fallback connections
` [PATCH net-next 10/12] mptcp: Skip unnecessary skb extension allocation for bare acks
` [PATCH net-next 11/12] mptcp: Safely read sequence number when lock isn't held
` [PATCH net-next 12/12] mptcp: Safely store sequence number when sending data

[PATCH v5 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-07-28 22:07 UTC  (4+ messages)
` [PATCH v5 bpf-next 4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT

[PATCH net-next v2 0/2] udp_tunnel: convert mlx5 to the new udp_tunnel infrastructure
 2020-07-28 21:50 UTC  (4+ messages)
` [PATCH net-next v2 1/2] udp_tunnel: add the ability to hard-code IANA VXLAN
` [PATCH net-next v2 2/2] mlx5: convert to new udp_tunnel infrastructure

[PATCH net-next v3 0/2] udp_tunnel: convert mlx5 to the new udp_tunnel infrastructure
 2020-07-28 21:47 UTC  (3+ messages)
` [PATCH net-next v3 1/2] udp_tunnel: add the ability to hard-code IANA VXLAN
` [PATCH net-next v3 2/2] mlx5: convert to new udp_tunnel infrastructure

[PATCH kernel] 9p/trans_fd: Check file mode at opening
 2020-07-28 17:42 UTC  (2+ messages)
` [V9fs-developer] "

[bpf PATCH 0/3] Fix sock_ops field read splat
 2020-07-28 21:15 UTC  (6+ messages)
` [bpf PATCH 1/3] bpf: sock_ops ctx access may stomp registers in corner case

[PATCH iproute2-next master v2] bridge: fdb show: fix fdb entry state output (+ add json support)
 2020-07-28 21:08 UTC  (4+ messages)

[PATCH v2 0/9] ptp: Add generic header parsing function
 2020-07-28 21:06 UTC  (5+ messages)
` [PATCH v2 4/9] mlxsw: spectrum_ptp: Use generic helper function

[PATCH] bpf: Add bpf_ktime_get_real_ns
 2020-07-28 20:57 UTC  (4+ messages)

[PATCH v3 bpf 1/2] bpf: fix map leak in HASH_OF_MAPS map
 2020-07-28 20:54 UTC  (3+ messages)
` [PATCH v3 bpf 2/2] selftests/bpf: extend map-in-map selftest to detect memory leaks

[PATCH 3/4] igb/igb_ethtool.c : Remove unnecessary usages of memset
 2020-07-28 20:49 UTC  (2+ messages)

[PATCH 2/4] e1000e/ethtool.c : Remove unnecessary usages of memset
 2020-07-28 20:47 UTC  (2+ messages)

[PATCH bpf-next v5 00/15] Run a BPF program on socket lookup
 2020-07-28 20:47 UTC  (4+ messages)
` [PATCH bpf-next v5 15/15] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

[PATCH 1/4] e1000/e1000_ethtool.c: Remove unnecessary usages of memset
 2020-07-28 20:43 UTC  (2+ messages)

[RFC PATCH v2 00/21] netgpu: networking between NIC and GPU/CPU
 2020-07-28 20:43 UTC  (17+ messages)
` [RFC PATCH v2 10/21] netgpu: add network/gpu/host dma module
` [RFC PATCH v2 11/21] core/skbuff: add page recycling logic for netgpu pages
` [RFC PATCH v2 19/21] mlx5e: add the netgpu driver functions
` [RFC PATCH v2 21/21] netgpu/nvidia: add Nvidia plugin for netgpu

[PATCH v2] igb: reinit_locked() should be called with rtnl_lock
 2020-07-28 20:37 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net 0/3] net: lan78xx: fix NULL deref and memory leak
 2020-07-28 20:36 UTC  (2+ messages)

[PATCH] e1000e: continue to init phy even when failed to disable ULP
 2020-07-28 20:34 UTC  (3+ messages)
` [v4][PATCH] "
  ` [Intel-wired-lan] "

[PATCH net] ptp: ptp_clockmatrix: update to support 4.8.7 firmware
 2020-07-28 20:00 UTC 

[PATCH v19 06/23] LSM: Use lsmblob in security_secctx_to_secid
 2020-07-28 20:13 UTC  (4+ messages)
` [PATCH v19 15/23] LSM: Use lsmcontext in security_secid_to_secctx

[PATCH net-next v2 0/2] mlxsw: Add support for QSFP-DD transceiver type
 2020-07-28 20:28 UTC  (2+ messages)

[pull request][net-next 00/13] mlx5 updates 2020-07-28
 2020-07-28 20:27 UTC  (5+ messages)
` [net-next 06/13] net/mlx5e: Link non uplink representors to PCI device

[PATCH net-next 0/2] dpaa2-eth: add reset control for debugfs stats
 2020-07-28 20:26 UTC  (6+ messages)

[pull request][net V2 00/11] mlx5 fixes-2020-07-28
 2020-07-28 20:22 UTC  (14+ messages)
` [net V2 01/11] net/mlx5: E-switch, Destroy TSAR when fail to enable the mode
` [net V2 02/11] net/mlx5: E-switch, Destroy TSAR after reload interface
` [net V2 03/11] net/mlx5: Fix forward to next namespace
` [net V2 04/11] net/mlx5e: Fix error path of device attach
` [net V2 05/11] net/mlx5e: Fix missing cleanup of ethtool steering during rep rx cleanup
` [net V2 06/11] net/mlx5: Fix a bug of using ptp channel index as pin index
` [net V2 07/11] net/mlx5: Verify Hardware supports requested ptp function on a given pin
` [net V2 08/11] net/mlx5e: Fix slab-out-of-bounds in mlx5e_rep_is_lag_netdev
` [net V2 09/11] net/mlx5: Query PPS pin operational status before registering it
` [net V2 10/11] net/mlx5e: Modify uplink state on interface up/down
` [net V2 11/11] net/mlx5e: Fix kernel crash when setting vf VLANID on a VF dev

[net-next 0/6][pull request] 40GbE Intel Wired LAN Driver Updates 2020-07-28
 2020-07-28 20:16 UTC  (10+ messages)
` [net-next 1/6] i40e: not compute affinity_mask for IRQ
` [net-next 2/6] i40e: prefetch struct page of Rx buffer conditionally
` [net-next 3/6] i40e, xsk: remove HW descriptor prefetch in AF_XDP path
` [net-next 4/6] i40e: use 16B HW descriptors instead of 32B
` [net-next 5/6] i40e, xsk: increase budget for AF_XDP path
` [net-next 6/6] i40e, xsk: move buffer allocation out of the Rx processing loop

[PATCH net-next RFC 00/13] Add devlink reload level option
 2020-07-28 20:06 UTC  (11+ messages)
` [PATCH net-next RFC 01/13] devlink: Add reload level option to devlink reload command

[PATCH v1] farsync: use generic power management
 2020-07-28 20:04 UTC  (3+ messages)

[PATCH] usb: hso: check for return value in hso_serial_common_create()
 2020-07-28 20:02 UTC  (2+ messages)

[PATCH 0/4 net-next] sockptr_t fixes
 2020-07-28 20:01 UTC  (6+ messages)
` [PATCH 4/4] net: improve the user pointer check in init_user_sockptr

[PATCH net 0/5] net: hns3: fixes for -net
 2020-07-28 19:55 UTC  (2+ messages)

[PATCH] drivers/net/wan/lapbether: Use needed_headroom instead of hard_header_len
 2020-07-28 19:52 UTC  (2+ messages)

iproute2 DDMMYY versioning - why?
 2020-07-28 19:51 UTC  (3+ messages)

[pull request][net 00/12] mlx5 fixes 2020-07-28
 2020-07-28 19:40 UTC  (7+ messages)
` [net 01/12] net/mlx5e: Hold reference on mirred devices while accessing them
` [net 11/12] net/mlx5e: Modify uplink state on interface up/down

[PATCH net-next 00/29] l2tp: cleanup checkpatch.pl warnings
 2020-07-28 19:31 UTC  (5+ messages)
` [PATCH 17/29] l2tp: avoid precidence issues in L2TP_SKB_CB macro

[PATCH bpf-next] udp, bpf: Ignore connections in reuseport group after BPF sk lookup
 2020-07-28 19:19 UTC  (6+ messages)

[PATCH bpf-next v2 00/35] bpf: switch to memcg-based memory accounting
 2020-07-28 19:16 UTC  (11+ messages)
` [PATCH bpf-next v2 27/35] bpf: eliminate rlimit-based memory accounting infra for bpf maps
` [PATCH bpf-next v2 32/35] bpf: selftests: delete bpf_rlimit.h

[PATCH ipsec-next] xfrm: add /proc/sys/core/net/xfrm_redact_secret
 2020-07-28 19:09 UTC  (4+ messages)

[PATCH][next] bpf: fix swapped arguments in calls to check_buffer_access
 2020-07-28 19:12 UTC  (4+ messages)

linux-next: Tree for Jul 27 (kernel/bpf/syscall.o)
 2020-07-28 19:06 UTC  (4+ messages)

[PATCH RFC net-next 0/2] XDP multi buffer helpers
 2020-07-28 18:48 UTC  (3+ messages)

[PATCH 1/2] net: mdiobus: reset deassert delay
 2020-07-28 18:47 UTC  (4+ messages)

[EXT] INFO: trying to register non-static key in del_timer_sync (2)
 2020-07-28 18:45 UTC  (4+ messages)
` [PATCH] mwifiex: don't call del_timer_sync() on uninitialized timer

[PATCH v3] Bluetooth: Fix suspend notifier race
 2020-07-28 18:28 UTC  (2+ messages)

[PATCH] staging: qlge: qlge_dbg: removed comment repition
 2020-07-28 18:26 UTC 

[PATCH 0/6] l2tp: tidy up l2tp core API
 2020-07-28 17:32 UTC  (8+ messages)
` [PATCH 1/6] l2tp: don't export __l2tp_session_unhash
` [PATCH 2/6] l2tp: don't export tunnel and session free functions
` [PATCH 3/6] l2tp: return void from l2tp_session_delete
` [PATCH 4/6] l2tp: remove build_header callback in struct l2tp_session
` [PATCH 5/6] l2tp: tweak exports for l2tp_recv_common and l2tp_ioctl
` [PATCH 6/6] l2tp: improve API documentation in l2tp_core.h

[PATCH RFC leds + net-next v4 0/2] Add support for LEDs on Marvell PHYs
 2020-07-28 17:28 UTC  (7+ messages)
` [PATCH RFC leds + net-next v4 1/2] net: phy: add API for LEDs controlled by PHY HW

KASAN: out-of-bounds Read in ath9k_hif_usb_rx_cb (2)
 2020-07-28 17:06 UTC 

[PATCH net] Documentation: bareudp: Corrected description of bareudp module
 2020-07-28 17:05 UTC 

[RFC 0/7] Add support to process rx packets in thread
 2020-07-28 16:59 UTC  (6+ messages)

[PATCH net-next 0/2] udp_tunnel: convert mlx5 to the new udp_tunnel infrastructure
 2020-07-28 16:59 UTC  (4+ messages)
` [PATCH net-next 2/2] mlx5: convert to "

[PATCH v2] Bluetooth: Fix suspend notifier race
 2020-07-28 16:53 UTC  (2+ messages)

[PATCH 0/4 net-next] sockptr_t fixes v2
 2020-07-28 16:38 UTC  (5+ messages)
` [PATCH 1/4] netfilter: arp_tables: restore a SPDX identifier
` [PATCH 2/4] net: make sockptr_is_null strict aliasing safe
` [PATCH 3/4] net: remove sockptr_advance
` [PATCH 4/4] net: improve the user pointer check in init_user_sockptr

[RFC PATCH] net: dsa: qca8k: Add 802.1q VLAN support
 2020-07-28 16:34 UTC  (3+ messages)
` [PATCH net-next v2] "

[PATCH net-next] liquidio: Remove unneeded cast from memory allocation
 2020-07-28 16:32 UTC 

[PATCH] net: tipc: fix general protection fault in tipc_conn_delete_sub
 2020-07-28 16:15 UTC  (5+ messages)

[PATCH RFC net-next 0/3] Restructure drivers/net/phy
 2020-07-28 16:28 UTC  (4+ messages)

[PATCH v2 0/5] Fixes for setting event freq/periods
 2020-07-28 16:09 UTC  (7+ messages)
` [PATCH v2 1/5] perf record: Set PERF_RECORD_PERIOD if attr->freq is set
` [PATCH v2 2/5] perf record: Prevent override of attr->sample_period for libpfm4 events

[PATCH v2 net-next 11/11] qede: make driver reliable on unload after failures
 2020-07-28 16:04 UTC  (2+ messages)

[PATCH v3] net: ethernet: mtk_eth_soc: fix mtu warning
 2020-07-28 15:59 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).