netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-15 11:57:02 to 2019-11-16 11:22:50 UTC [more...]

[net-next v2 PATCH 0/3] page_pool: followup changes to restore tracepoint features
 2019-11-16 11:22 UTC  (3+ messages)
` [net-next v2 PATCH 1/3] xdp: remove memory poison on free for struct xdp_mem_allocator
` [net-next v2 PATCH 2/3] page_pool: add destroy attempts counter and rename tracepoint

[PATCH v3 net-next 0/3] add DMA-sync-for-device capability to page_pool API
 2019-11-16 11:20 UTC  (6+ messages)
` [PATCH v3 net-next 1/3] net: mvneta: rely on page_pool_recycle_direct in mvneta_run_xdp
` [PATCH v3 net-next 2/3] net: page_pool: add the possibility to sync DMA memory for device
` [PATCH v3 net-next 3/3] net: mvneta: get rid of huge dma sync in mvneta_rx_refill

[PATCH net-next 0/2] net: introduce and use route hint
 2019-11-16 11:04 UTC  (5+ messages)
` [PATCH net-next 1/2] ipv6: introduce and uses route look hints for list input
` [PATCH net-next 2/2] ipv4: use dst hint for ipv4 list receive

[net-next v1 PATCH 0/4] page_pool: followup changes to restore tracepoint features
 2019-11-16 10:56 UTC  (9+ messages)
` [net-next v1 PATCH 1/4] xdp: remove memory poison on free for struct xdp_mem_allocator
` [net-next v1 PATCH 2/4] page_pool: add destroy attempts counter and rename tracepoint
` [net-next v1 PATCH 3/4] page_pool: block alloc cache during shutdown
` [net-next v1 PATCH 4/4] page_pool: extend tracepoint to also include the page PFN

[PATCH] net: stmmac: Use the correct style for SPDX License Identifier
 2019-11-16  9:40 UTC 

[PATCH] octeontx2-af: Use the correct style for SPDX License Identifier
 2019-11-16  9:20 UTC 

[PATCH -next 0/2] ipw2x00: remove some set but not used variables
 2019-11-16  7:51 UTC  (5+ messages)
` [PATCH -next 1/2] ipw2x00: remove set but not used variable 'reason'
` [PATCH -next 2/2] ipw2x00: remove set but not used variable 'force_update'

[PATCH -next] brcmfmac: remove set but not used variable 'mpnum','nsp','nmp'
 2019-11-16  7:22 UTC 

[PATCH net v2] net: fec: add a check for CONFIG_PM to avoid clock count mis-match
 2019-11-16  6:57 UTC  (3+ messages)
  ` [EXT] "

[PATCH v3 net-next] Selftests for bareudp module
 2019-11-16  5:53 UTC 

[PATCH v3 net-next 0/1] Bareudp Device Support
 2019-11-16  5:50 UTC  (2+ messages)
` [PATCH v3 net-next 1/1] Bareudp device support

[PATCH v3 net-next 0/2] Bare UDP L3 Encapsulation Module
 2019-11-16  5:45 UTC  (3+ messages)
` [PATCH v3 net-next 1/2] UDP tunnel encapsulation module for tunnelling different protocols like MPLS,IP,NSH etc
` [PATCH v3 net-next 2/2] Special handling for IP & MPLS

[PATCH] net: stmmac: remove variable 'ret' set but not used
 2019-11-16  3:50 UTC 

Possible bug in TCP retry logic/Kernel crash
 2019-11-16  2:29 UTC  (6+ messages)

[PATCH net-next] selftests: net: avoid ptl lock contention in tcp_mmap
 2019-11-16  2:07 UTC  (2+ messages)

[PATCH v4 bpf-next 0/4] Add support for memory-mapping BPF array maps
 2019-11-16  1:18 UTC  (19+ messages)
` [PATCH v4 bpf-next 1/4] bpf: switch bpf_map ref counter to 64bit so bpf_map_inc never fails
` [PATCH v4 bpf-next 2/4] bpf: add mmap() support for BPF_MAP_TYPE_ARRAY

[net-next:master 217/233] drivers/net/phy/mscc.c:1683:3-4: Unneeded semicolon
 2019-11-16  1:04 UTC  (3+ messages)
` [PATCH] mscc.c: fix semicolon.cocci warnings

[PATCH v16 00/12] open: introduce openat2(2) syscall
 2019-11-16  0:37 UTC  (28+ messages)
` [PATCH v16 01/12] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v16 02/12] namei: allow nd_jump_link() to produce errors
` [PATCH v16 03/12] namei: allow set_root() "
` [PATCH v16 04/12] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v16 05/12] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v16 06/12] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v16 07/12] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v16 08/12] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v16 09/12] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v16 10/12] open: introduce openat2(2) syscall
` [PATCH v16 11/12] selftests: add openat2(2) selftests
` [PATCH v16 12/12] Documentation: path-lookup: include new LOOKUP flags

[PATCH net-next v2 0/3] Add support for SFPs behind PHYs
 2019-11-16  0:34 UTC  (5+ messages)
` [PATCH net-next v2 1/3] dt-bindings: net: add ethernet controller and phy sfp property
` [PATCH net-next v2 2/3] net: phy: add core phylib sfp support
` [PATCH net-next v2 3/3] net: phy: marvell10g: add SFP+ support

[PATCH rfc bpf-next 0/8] Optimize BPF tail calls for direct jumps
 2019-11-16  0:01 UTC  (14+ messages)
` [PATCH rfc bpf-next 1/8] bpf, x86: generalize and extend bpf_arch_text_poke "
` [PATCH rfc bpf-next 3/8] bpf: move bpf_free_used_maps into sleepable section
` [PATCH rfc bpf-next 4/8] bpf: move owner type,jited info into array auxillary data
` [PATCH rfc bpf-next 8/8] bpf: constant map key tracking for prog array pokes

[PATCH v4 bpf-next 00/20] Introduce BPF trampoline
 2019-11-16  0:01 UTC  (4+ messages)
` [PATCH v4 bpf-next 03/20] bpf: Add bpf_arch_text_poke() helper

[net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
 2019-11-15 23:42 UTC  (3+ messages)

combining sockmap + ktls
 2019-11-15 23:12 UTC  (3+ messages)

pull-request: bpf 2019-11-15
 2019-11-15 23:09 UTC  (2+ messages)

[PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other
 2019-11-15 23:02 UTC  (23+ messages)
              ` static and dynamic linking. Was: [PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF

[PATCH 00/16] drivers: y2038 updates
 2019-11-15 22:44 UTC  (3+ messages)
` [PATCH 09/16] netfilter: nft_meta: use 64-bit time arithmetic

[PATCH 0/8] y2038: bug fixes from y2038 work
 2019-11-15 22:43 UTC  (3+ messages)
` [PATCH 5/8] netfilter: xt_time: use time64_t

[RFC bpf-next 0/3] bpf: adding map batch processing support
 2019-11-15 22:42 UTC  (3+ messages)
` [RFC bpf-next 2/3] tools/bpf: test bpf_map_lookup_and_delete_batch()

[nf-next PATCH] net: netfilter: Support iif matches in POSTROUTING
 2019-11-15 22:36 UTC  (2+ messages)

[PATCH bpf-next 1/2] samples/bpf: Remove duplicate option from xdpsock
 2019-11-15 22:27 UTC  (2+ messages)

[PATCH net] bpf: doc: change right arguments for JIT example code
 2019-11-15 22:27 UTC  (2+ messages)

[PATCH bpf] selftests: bpf: fix test_tc_tunnel hanging
 2019-11-15 22:05 UTC  (4+ messages)

[PATCH bpf] selftests: bpf: xdping is not meant to be run standalone
 2019-11-15 22:06 UTC  (4+ messages)

[RFC PATCH bpf-next 0/4] Introduce xdp_call.h and the BPF dispatcher
 2019-11-15 21:58 UTC  (5+ messages)
` [RFC PATCH bpf-next 2/4] bpf: introduce "

[PATCH net-next] r8169: load firmware for RTL8168fp/RTL8117
 2019-11-15 21:38 UTC 

[PATCH] ethtool: Add QSFP-DD support
 2019-11-15 21:34 UTC  (5+ messages)

[net-next PATCH] taprio: don't reject same mqprio settings
 2019-11-15 21:21 UTC  (3+ messages)

[net-next 1/1] virtual-bus: Implementation of Virtual Bus
 2019-11-15 21:17 UTC  (3+ messages)

[PATCH net 00/13] ptp: Validate the ancillary ioctl flags more carefully
 2019-11-15 20:49 UTC  (2+ messages)

[net-next] tun: fix data-race in gro_normal_list()
 2019-11-15 20:47 UTC  (2+ messages)

[PATCH net-next] selftests: net: tcp_mmap should create detached threads
 2019-11-15 20:46 UTC  (2+ messages)

[PATCH net-next] net: openvswitch: don't call pad_packet if not necessary
 2019-11-15 20:43 UTC  (2+ messages)

[PATCH] net: ep93xx_eth: fix mismatch of request_mem_region in remove
 2019-11-15 20:42 UTC  (2+ messages)

[PATCH v2 net-next 00/11] DSA driver for Vitesse Felix switch
 2019-11-15 20:39 UTC  (3+ messages)

[PATCH net-next] r8169: improve conditional firmware loading for RTL8168d
 2019-11-15 20:35 UTC 

[PATCH net-next 0/8] net/smc: improve termination handling (part 3)
 2019-11-15 20:30 UTC  (2+ messages)

[PATCH v2 net-next 0/7] net: stmmac: CPU Performance Improvements
 2019-11-15 20:27 UTC  (2+ messages)

[PATCH net-next] mlxsw: spectrum_router: Allocate discard adjacency entry when needed
 2019-11-15 20:25 UTC  (2+ messages)

[PATCH] net-sysfs: Fix memory leak in register_queue_kobjects
 2019-11-15 20:21 UTC  (2+ messages)

[PATCH] ax88172a: fix information leak on short answers
 2019-11-15 20:19 UTC  (2+ messages)

[PATCH net] selftests: mlxsw: Adjust test to recent changes
 2019-11-15 20:14 UTC  (2+ messages)

[PATCH net-next] cnic: Fix Kconfig warning without MMU
 2019-11-15 20:14 UTC  (2+ messages)

[PATCH net-next] net/tls: Fix unused function warning
 2019-11-15 20:12 UTC  (2+ messages)

[PATCH] net/mlx4_en: fix mlx4 ethtool -N insertion
 2019-11-15 20:12 UTC 

[PATCH net-next] net: phy: avoid matching all-ones clause 45 PHY IDs
 2019-11-15 20:08 UTC 

[PATCH] net: phylink: update to use phy_support_asym_pause()
 2019-11-15 20:07 UTC  (2+ messages)

[PATCH net-next v3 0/2] cxgb4: add TC-MATCHALL classifier offload
 2019-11-15 19:28 UTC  (11+ messages)
` [PATCH net-next v3 1/2] cxgb4: add TC-MATCHALL classifier egress offload
` [PATCH net-next v3 2/2] cxgb4: add TC-MATCHALL classifier ingress offload

[PATCH] rtl_nic: add firmware rtl8168fp-3
 2019-11-15 18:44 UTC  (2+ messages)

[PATCH net 06/13] mlx5: reject unsupported external timestamp flags
 2019-11-15 18:23 UTC  (4+ messages)

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-15 18:06 UTC  (6+ messages)
` [PATCH v5 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v5 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP

Investment opportunity
 2019-11-15 17:59 UTC 

[net] rds: ib: update WR sizes when bringing up connection
 2019-11-15 17:55 UTC  (2+ messages)

[net-next, 0/3] seg6: improvements to Segment Routing in IPv6
 2019-11-15 17:44 UTC  (4+ messages)
` [net-next, 1/3] seg6: verify srh pointer in get_srh()

[PATCH net] ipmr: Fix skb headroom in ipmr_get_route()
 2019-11-15 17:29 UTC 

pull-request: wireless-drivers-next-2019-11-15
 2019-11-15 17:18 UTC 

crash since commit "net/flow_dissector: switch to siphash"
 2019-11-15 17:09 UTC  (4+ messages)

[PATCH] vrf: Fix possible NULL pointer oops when delete nic
 2019-11-15 16:59 UTC  (3+ messages)

[PATCH net-next 0/3] add DMA sync capability to page_pool API
 2019-11-15 16:53 UTC  (13+ messages)
` [PATCH net-next 2/3] net: page_pool: add the possibility to sync DMA memory for non-coherent devices

selftest/net: so_txtime.sh fails intermittently - read Resource temporarily unavailable
 2019-11-15 16:21 UTC  (2+ messages)

Fw: [Bug 205533] New: The flexcan/socketcan driver does not block and returns an error if all buffers are in use on transmit
 2019-11-15 16:21 UTC 

[PATCH rdma-next 0/4] Get IB port and node GUIDs through rtnetlink
 2019-11-15 15:24 UTC  (4+ messages)
` [PATCH iproute2-next] ip link: Add support to get SR-IOV VF node GUID and port GUID

[PATCH] net-sysfs: Fix reference count leak
 2019-11-15 15:24 UTC  (2+ messages)

[PATCH iproute2-next v1] ip link: Add support to get SR-IOV VF node GUID and port GUID
 2019-11-15 15:21 UTC 

[v3,net-next, 2/2] enetc: update TSN Qbv PSPEED set according to adjust link speed
 2019-11-15 15:20 UTC  (3+ messages)
` [v4,net-next, 1/2] enetc: Configure the Time-Aware Scheduler via tc-taprio offload

[PATCH v4 45/47] net/wan/fsl_ucc_hdlc: reject muram offsets above 64K
 2019-11-15 14:33 UTC  (10+ messages)
` [PATCH v4 46/47] net: ethernet: freescale: make UCC_GETH explicitly depend on PPC32

[PATCH bpf-next v4] selftests/bpf: test for bpf_get_file_path() from raw tracepoint
 2019-11-15 13:59 UTC 

[PATCH v3] lib: optimize cpumask_local_spread()
 2019-11-15 13:36 UTC  (7+ messages)

[RFC PATCH v2 bpf-next 00/15] xdp_flow: Flow offload to XDP
 2019-11-15 13:16 UTC  (9+ messages)

[PATCH bpf-next v9] bpf: add new helper get_file_path for mapping a file descriptor to a pathname
 2019-11-15 12:52 UTC  (2+ messages)

[PATCH] rtw88: remove duplicated include from ps.c
 2019-11-15 12:24 UTC  (2+ messages)

[PATCH] wil6210: fix break that is never reached because of zero'ing of a retry counter
 2019-11-15 12:09 UTC 

[PATCH net-next v2] ath10k: fix RX of frames with broken FCS in monitor mode
 2019-11-15 11:56 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).