netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-24 22:09:05 to 2018-09-25 20:02:13 UTC [more...]

[PATCH net-next v6 00/23] WireGuard: Secure Network Tunnel
 2018-09-25 20:02 UTC  (25+ messages)
` [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 06/23] zinc: port Andy Polyakov's ChaCha20 ARM and ARM64 implementations
` [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 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 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)

[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)

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

[PATCH v2 bpf-next 00/10] bpf: per-cpu cgroup local storage
 2018-09-25 19:05 UTC  (10+ 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 05/10] bpf: sync include/uapi/linux/bpf.h to tools/include/uapi/linux/bpf.h
` [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 10/10] selftests/bpf: cgroup local storage-based network counters

[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 0/7] net: usb: Check for Wake-on-LAN modes
 2018-09-25 18:35 UTC  (6+ messages)
` [PATCH net 3/7] lan78xx: Check for supported "

[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-next v5 00/20] WireGuard: Secure Network Tunnel
 2018-09-25 14:44 UTC  (9+ messages)
` [PATCH net-next v5 02/20] zinc: introduce minimal cryptography library

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

[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 bpf-next] flow_dissector: lookup netns by skb->sk if skb->dev is NULL
 2018-09-25  6:13 UTC  (2+ messages)

[PATCH net-next 0/3] r8169: series with smaller improvements
 2018-09-25  5:59 UTC  (4+ 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

[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: "

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

[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 net-next v1 0/5] vrf: allow simultaneous service instances in default and other VRFs
 2018-09-24 23:39 UTC  (12+ 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 0/4] Add SOCFPGA System Manager
 2018-09-24 22:09 UTC  (4+ messages)
` [PATCH 2/4] ARM: socfpga_defconfig: Enable CONFIG_MTD_ALTERA_SYSMGR
` [PATCH 3/4] arm64: defconfig: "
` [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 

[PATCH net 00/15] netpoll: avoid capture effects for NAPI drivers
 2018-09-24 21:18 UTC  (9+ messages)

[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  (9+ 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)

[PATCH] Documentation: Add HOWTO Korean translation into BPF and XDP Reference Guide
 2018-09-24 18:20 UTC  (3+ messages)
`  "

[PATCH RFC net-next] net: enable RPS on vlan devices
 2018-09-24 18:01 UTC 

[PATCH] net: nixge: Address compiler warnings when building for i386
 2018-09-25  0:00 UTC  (2+ messages)

pull-request: bpf 2018-09-24
 2018-09-24 17:09 UTC  (2+ messages)

[PATCH 0/5] Introducing ixgbe AF_XDP ZC support
 2018-09-24 16:35 UTC  (6+ messages)
` [PATCH 1/5] ixgbe: added Rx/Tx ring disable/enable functions
` [PATCH 2/5] ixgbe: move common Rx functions to ixgbe_txrx_common.h
` [PATCH 3/5] ixgbe: add AF_XDP zero-copy Rx support
` [PATCH 4/5] ixgbe: move common Tx functions to ixgbe_txrx_common.h
` [PATCH 5/5] ixgbe: add AF_XDP zero-copy Tx support

[PATCH net-next v3 00/10] Refactor classifier API to work with Qdisc/blocks without rtnl lock
 2018-09-24 16:22 UTC  (11+ messages)
` [PATCH net-next v3 01/10] net: core: netlink: add helper refcount dec and lock function
` [PATCH net-next v3 02/10] net: sched: rename qdisc_destroy() to qdisc_put()
` [PATCH net-next v3 03/10] net: sched: extend Qdisc with rcu
` [PATCH net-next v3 04/10] net: sched: add helper function to take reference to Qdisc
` [PATCH net-next v3 05/10] net: sched: use Qdisc rcu API instead of relying on rtnl lock
` [PATCH net-next v3 06/10] net: sched: change tcf block reference counter type to refcount_t
` [PATCH net-next v3 07/10] net: sched: implement functions to put and flush all chains
` [PATCH net-next v3 08/10] net: sched: protect block idr with spinlock
` [PATCH net-next v3 09/10] net: sched: implement tcf_block_refcnt_{get|put}()
` [PATCH net-next v3 10/10] net: sched: use reference counting for tcf blocks on rules update

[PATCH net-next v3 00/10] Refactor classifier API to work with Qdisc/blocks without rtnl lock
 2018-09-24 16:18 UTC 

[Regression] openvswitch: Add eventmask support to CT action
 2018-09-24 22:21 UTC  (2+ messages)

[PATCH v2 0/3] Add can support to RZ/G2M
 2018-09-24 16:17 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings: can: rcar_can: Add r8a774a1 support

[PATCH] qed: Avoid constant logical operation warning in qed_vf_pf_acquire
 2018-09-24 22:17 UTC 


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).