netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-25 00:49:39 to 2018-09-25 23:45:22 UTC [more...]

[PATCH net-next v6 00/23] WireGuard: Secure Network Tunnel
 2018-09-25 21:03 UTC  (35+ messages)
` [PATCH net-next v6 01/23] asm: simd context helper API
` [PATCH net-next v6 02/23] zinc: introduce minimal cryptography library
` [PATCH net-next v6 03/23] zinc: ChaCha20 generic C implementation and selftest
` [PATCH net-next v6 04/23] zinc: ChaCha20 x86_64 implementation
` [PATCH net-next v6 05/23] zinc: import Andy Polyakov's ChaCha20 ARM and ARM64 implementations
` [PATCH net-next v6 06/23] zinc: port "
` [PATCH net-next v6 07/23] zinc: "
` [PATCH net-next v6 08/23] zinc: ChaCha20 MIPS32r2 implementation
` [PATCH net-next v6 09/23] zinc: Poly1305 generic C implementations and selftest
` [PATCH net-next v6 10/23] zinc: Poly1305 x86_64 implementation
` [PATCH net-next v6 11/23] zinc: import Andy Polyakov's Poly1305 ARM and ARM64 implementations
` [PATCH net-next v6 12/23] zinc: "
` [PATCH net-next v6 13/23] zinc: Poly1305 MIPS32r2 and MIPS64 implementations
` [PATCH net-next v6 14/23] zinc: ChaCha20Poly1305 construction and selftest
` [PATCH net-next v6 15/23] zinc: BLAKE2s generic C implementation "
` [PATCH net-next v6 16/23] zinc: BLAKE2s x86_64 implementation
` [PATCH net-next v6 17/23] zinc: Curve25519 generic C implementations and selftest
` [PATCH net-next v6 18/23] zinc: Curve25519 x86_64 implementation
` [PATCH net-next v6 19/23] zinc: Curve25519 ARM implementation
` [PATCH net-next v6 20/23] crypto: port Poly1305 to Zinc
` [PATCH net-next v6 21/23] crypto: port ChaCha20 "
` [PATCH net-next v6 22/23] security/keys: rewrite big_key crypto to use Zinc
` [PATCH net-next v6 23/23] net: WireGuard secure network tunnel

r8169 hang on 4.18
 2018-09-25 19:37 UTC  (5+ messages)

[PATCH net-next 0/3] r8169: series with smaller improvements
 2018-09-25 17:36 UTC  (5+ messages)
` [PATCH net-next 1/3] r8169: use default watchdog timeout
` [PATCH net-next 2/3] r8169: improve rtl8169_irq_mask_and_ack
` [PATCH net-next 3/3] r8169: improve a check in rtl_init_one

Marvell phy errata origins?
 2018-09-25 17:30 UTC  (6+ messages)

[PATCH net v2 0/2] net: phy: fix WoL handling when suspending the PHY
 2018-09-25 17:30 UTC  (5+ messages)
` [PATCH net v2 1/2] net: core: add member wol_enabled to struct net_device

[PATCH net-next v1 0/5] vrf: allow simultaneous service instances in default and other VRFs
 2018-09-25 17:16 UTC  (14+ messages)
` [PATCH net-next v1 1/5] net: allow binding socket in a VRF when there's an unbound socket
` [PATCH net-next v1 2/5] ipv6: allow link-local and multicast packets inside vrf
` [PATCH net-next v1 3/5] ipv4: Allow sending multicast packets on specific i/f using VRF socket
` [PATCH net-next v1 4/5] ipv6: do not drop vrf udp multicast packets
` [PATCH net-next v1 5/5] ipv6: add vrf table handling code for ipv6 mcast

[PATCH net 0/7] net: usb: Check for Wake-on-LAN modes
 2018-09-25 22:32 UTC  (7+ messages)
` [PATCH net 3/7] lan78xx: Check for supported "

[net 1/1] tipc: fix flow control accounting for implicit connect
 2018-09-25 16:21 UTC 

Editing for 4
 2018-09-25 11:17 UTC 

[PATCH bpf-next] flow_dissector: lookup netns by skb->sk if skb->dev is NULL
 2018-09-25 15:38 UTC  (3+ messages)

netlink: 16 bytes leftover after parsing attributes in process `ip'
 2018-09-25 15:37 UTC  (6+ messages)

[PATCH v2 bpf-next 00/10] bpf: per-cpu cgroup local storage
 2018-09-25 19:05 UTC  (13+ messages)
` [PATCH v2 bpf-next 01/10] bpf: extend cgroup bpf core to allow multiple cgroup storage types
` [PATCH v2 bpf-next 02/10] bpf: rework cgroup storage pointer passing
` [PATCH v2 bpf-next 03/10] bpf: introduce per-cpu cgroup local storage
` [PATCH v2 bpf-next 04/10] bpf: don't allow create maps of per-cpu cgroup local storages
` [PATCH v2 bpf-next 05/10] bpf: sync include/uapi/linux/bpf.h to tools/include/uapi/linux/bpf.h
` [PATCH v2 bpf-next 06/10] bpftool: add support for PERCPU_CGROUP_STORAGE maps
` [PATCH v2 bpf-next 07/10] selftests/bpf: add verifier per-cpu cgroup storage tests
` [PATCH v2 bpf-next 08/10] selftests/bpf: extend the storage test to test per-cpu cgroup storage
` [PATCH v2 bpf-next 09/10] samples/bpf: extend test_cgrp2_attach2 test to use "
` [PATCH v2 bpf-next 10/10] selftests/bpf: cgroup local storage-based network counters

Editing for 1
 2018-09-25 11:58 UTC 

[PATCH 0/5] Introducing ixgbe AF_XDP ZC support
 2018-09-25 14:57 UTC  (3+ messages)
` [PATCH 3/5] ixgbe: add AF_XDP zero-copy Rx support

kernel 4.18.5 Realtek 8111G network adapter stops responding under high system load
 2018-09-25 21:03 UTC  (4+ messages)

[PATCH net-next] tls: Fixed a memory leak during socket close
 2018-09-25 14:51 UTC 

[PATCH net 00/15] netpoll: avoid capture effects for NAPI drivers
 2018-09-25 14:43 UTC  (12+ messages)

[PATCH net-next v5 00/20] WireGuard: Secure Network Tunnel
 2018-09-25 14:44 UTC  (10+ messages)
` [PATCH net-next v5 02/20] zinc: introduce minimal cryptography library

[bpf-next PATCH 0/3] bpf/xdp: fix generic-XDP and demonstrate VLAN manipulation
 2018-09-25 14:25 UTC  (4+ messages)
` [bpf-next PATCH 1/3] net: fix generic XDP to handle if eth header was mangled
` [bpf-next PATCH 2/3] bpf: make TC vlan bpf_helpers avail to selftests
` [bpf-next PATCH 3/3] selftests/bpf: add XDP selftests for modifying and popping VLAN headers

Editing for 4
 2018-09-25 11:18 UTC 

[PATCH v2 net-next 0/9] bnxt_en: devlink param updates
 2018-09-25 14:06 UTC  (8+ messages)
` [PATCH v2 net-next 9/9] devlink: Add Documentation/networking/devlink-params-bnxt.txt

[net 1/1] tipc: reset bearer if device carrier not ok
 2018-09-25 19:56 UTC 

requesting stable backport of BPF security fix (commit dd066823db2ac4e22f721ec85190817b58059a54)
 2018-09-25 13:27 UTC  (2+ messages)

[PATCH iproute2 1/1] DEBUG: Fix make check when need build generate_nlmsg
 2018-09-25 12:49 UTC 

[REBASE PATCH net-next v9 0/4] net: vhost: improve performance when enable busyloop
 2018-09-25 12:36 UTC  (5+ messages)
` [REBASE PATCH net-next v9 1/4] net: vhost: lock the vqs one by one
` [REBASE PATCH net-next v9 2/4] net: vhost: replace magic number of lock annotation
` [REBASE PATCH net-next v9 3/4] net: vhost: factor out busy polling logic to vhost_net_busy_poll()
` [REBASE PATCH net-next v9 4/4] net: vhost: add rx busy polling in tx path

[PATCH net-next 0/2] net: phy: Eliminate unnecessary soft
 2018-09-25 18:28 UTC  (3+ messages)
` [PATCH net-next 1/2] net: phy: Stop with excessive soft reset
` [PATCH net-next 2/2] net: phy: marvell: Avoid unnecessary "

[RFC PATCH iproute2-next] System specification health API
 2018-09-25 12:17 UTC  (7+ messages)

bpfilter breaks IPT_SO_GET_INFO
 2018-09-25 17:59 UTC  (4+ messages)

[PATCH net] net: hns: fix for unmapping problem when SMMU is on
 2018-09-25 17:43 UTC  (2+ messages)

[PATCH v2] net: macb: Clean 64b dma addresses if they are not detected
 2018-09-25 17:37 UTC  (3+ messages)

[PATCH net-next] tls: Fix socket mem accounting error under async encryption
 2018-09-25 10:56 UTC 

[PATCH net-next 1/2] netlink: ipv4 IGMP join notifications
 2018-09-25  9:34 UTC  (7+ messages)
` [PATCH net-next v3 1/2] netlink: ipv4 igmp "

[PATCH bpf-next] bpftool: add support for BPF_MAP_TYPE_REUSEPORT_SOCKARRAY maps
 2018-09-25 15:39 UTC  (2+ messages)

[PATCH net] net: phy: sfp: Fix unregistering of HWMON SFP device
 2018-09-25  8:50 UTC  (5+ messages)

[PATCH v3 net-next 00/12] Preparing for phylib limkmodes
 2018-09-25  8:40 UTC  (18+ messages)
` [PATCH v3 net-next 07/12] net: ethernet: Add helper to remove a supported link mode

[PATCH net 0/2] net: phy: fix WoL handling when suspending the PHY
 2018-09-25  8:25 UTC  (8+ messages)
` [PATCH net 1/2] net: core: add member wol_enabled to struct net_device
` [PATCH net 2/2] net: phy: fix WoL handling when suspending the PHY
` [PATCH net v2 "

[PATCH 0/3] xen-netback: hash mapping hanling adjustments
 2018-09-25  8:18 UTC  (5+ messages)
  ` Ping: "

[PATCH 0/3] xen-netback: hash mapping hanling adjustments
 2018-09-25  8:13 UTC  (5+ messages)
` [PATCH net 0/3 RESEND] xen-netback: hash mapping handling adjustments
` [PATCH net 1/3 RESEND] xen-netback: fix input validation in xenvif_set_hash_mapping()
` [PATCH net 2/3 RESEND] xen-netback: validate queue numbers "
` [PATCH net 3/3 RESEND] xen-netback: handle page straddling "

[PATCH iproute2] iplink_vxlan: take into account preferred_family creating vxlan device
 2018-09-25  8:12 UTC  (2+ messages)

[PATCH iproute2 1/1] Makefile: Add check target
 2018-09-25  8:12 UTC  (2+ messages)

[PATCH stable 4.4 V2 0/6] fix SegmentSmack in stable branch (CVE-2018-5390)
 2018-09-25 14:10 UTC  (2+ messages)

[PATCH net-next] net: mvneta: Add support for 2500Mbps SGMII
 2018-09-25 13:59 UTC 

[PATCH 0/3] mac80211_hwsim: radio destruction fixes
 2018-09-25  7:44 UTC  (5+ messages)
` [PATCH 1/3] mac80211_hwsim: fix locking when iterating radios during ns exit
` [PATCH 2/3] mac80211_hwsim: fix race in radio destruction from netlink notifier
` [PATCH 3/3] mac80211_hwsim: drop now unused work-queue from hwsim

[PATCH net-next] ravb: Disable Pause Advertisement
 2018-09-25  7:38 UTC  (2+ messages)

[PATCH rdma-next v1 0/7] Preparation to DevX extension series
 2018-09-25  7:33 UTC  (3+ messages)

[PATCH v2 0/7] include: add setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64
 2018-09-25  7:53 UTC  (12+ messages)
` [PATCH v2 1/7] powerpc: rename setbits32/clrbits32 to setbits32_be/clrbits32_be
` [PATCH v2 2/7] include: add setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64 in linux/setbits.h
` [PATCH v2 3/7] coccinelle: add xxxsetbitsXX converting spatch
` [PATCH v2 4/7] ata: ahci_sunxi: use xxxsetbits32 functions
` [PATCH v2 6/7] drm: meson: use xxxsetbits32
` [PATCH v2 7/7] net: stmmac: dwmac-meson8b: "

[GIT] Networking
 2018-09-25  9:43 UTC  (2+ messages)

[PATCH net-next v9 0/6] net: vhost: improve performance when enable busyloop
 2018-09-25  2:51 UTC  (4+ messages)

[PATCH] net: macb: Clean 64b dma addresses if they are not detected
 2018-09-25  6:34 UTC  (5+ messages)

[PATCH bpf-next 1/9] bpf: extend cgroup bpf core to allow multiple cgroup storage types
 2018-09-25  6:05 UTC  (4+ messages)
` [PATCH bpf-next 2/9] bpf: rework cgroup storage pointer passing

[PATCH v2 net] net: phy: sfp: Fix unregistering of HWMON SFP device
 2018-09-24 23:51 UTC  (2+ messages)

[PATCH 0/4] Add SOCFPGA System Manager
 2018-09-24 22:09 UTC  (3+ messages)
` [PATCH 2/4] ARM: socfpga_defconfig: Enable CONFIG_MTD_ALTERA_SYSMGR
` [PATCH 4/4] net: stmmac: socfpga: Use shared System Manager driver

[PATCH net] bonding: avoid possible dead-lock
 2018-09-24 21:40 UTC 

[PATCH net] bonding: pass link-local packets to bonding master also
 2018-09-24 21:39 UTC 

[PATCH net-next] net: phy: improve handling delayed work
 2018-09-24 21:36 UTC 

[bpf-next, v4 0/5] Introduce eBPF flow dissector
 2018-09-24 21:14 UTC  (5+ messages)

[PATCH v2] rtlwifi: btcoex: Use proper enumerated types for Wi-Fi only interface
 2018-09-25  2:43 UTC  (2+ messages)

bond: take rcu lock in bond_poll_controller
 2018-09-24 19:23 UTC 

[PATCH net-next] dpaa2-eth: Make Rx flow hash key configurable
 2018-09-24 19:29 UTC  (2+ messages)

[PATCH net] net: mvneta: fix the remaining Rx descriptor unmapping issues
 2018-09-24 19:29 UTC  (2+ messages)

[PATCH net] ip_tunnel: be careful when accessing the inner header
 2018-09-24 19:29 UTC  (2+ messages)

[PATCH net-next] tls: Fixed uninitialised vars warning
 2018-09-24 19:26 UTC  (2+ messages)

[PATCH net-next] net/tls: Fixed race condition in async encryption
 2018-09-24 19:26 UTC  (2+ messages)

[PATCH net-next 0/2] few NTF_ROUTER related updates
 2018-09-24 19:21 UTC  (2+ messages)

[PATCH v2 net] mpls: allow routes on ip6gre devices
 2018-09-24 19:20 UTC  (2+ messages)

[PATCH net-next V2 0/2] net/sched: Add hardware specific counters to TC actions
 2018-09-24 19:19 UTC  (2+ messages)

[PATCHv2 bpf-next 00/11] Add socket lookup support
 2018-09-24 19:18 UTC  (6+ messages)
` [PATCHv2 bpf-next 07/11] bpf: Add helper to retrieve socket in BPF

BUG: jumbo frames broken after commit xen-netfront: Fix race between device setup and open
 2018-09-24 18:58 UTC 

[PATCH net] af_key: free SKBs under RCU protection
 2018-09-24 18:46 UTC  (5+ 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).