netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-14 00:25:14 to 2018-09-14 20:01:14 UTC [more...]

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

[bpf-next, v4 0/5] Introduce eBPF flow dissector
 2018-09-14 14:46 UTC 

[PATCH v2 0/2] hv_netvsc: associate VF and PV device by serial number
 2018-09-14 19:54 UTC  (3+ messages)
` [PATCH v2 1/2] PCI: hv: support reporting serial number as slot information
` [PATCH v2 2/2] hv_netvsc: pair VF based on serial number

[PATCH net] pppoe: fix reception of frames with no mac header
 2018-09-14 14:35 UTC  (2+ messages)

[PATCH net] veth: Orphan skb before GRO
 2018-09-14 14:16 UTC  (2+ messages)

[PATCH iproute2] q_cake: Also print nonat, nowash and no-ack-filter keywords
 2018-09-14 13:51 UTC 

[PATCH iproute2] q_cake: Add printing of no-split-gso option
 2018-09-14 13:40 UTC  (3+ messages)

[PATCH] net/mlx4_core: print firmware version during driver loading
 2018-09-14 18:33 UTC  (5+ messages)

KMSAN: uninit-value in do_ip_vs_set_ctl
 2018-09-14 18:23 UTC 

[PATCH net-next 0/4] bnxt_en: Fixes for net-next
 2018-09-14 12:49 UTC  (3+ messages)
` [PATCH net-next 4/4] bnxt_en: Always forward VF MAC address to the PF

[PATCH net-next 0/7] add support for VSC8584 and VSC8574 Microsemi quad-port PHYs
 2018-09-14 18:02 UTC  (21+ messages)
` [PATCH net-next 1/7] dt-bindings: net: vsc8531: add two additional LED modes for VSC8584
` [PATCH net-next 2/7] net: phy: mscc: add support for VSC8584 PHY
` [PATCH net-next 3/7] net: phy: mscc: split config_init in two functions for VSC8584
` [PATCH net-next 4/7] net: phy: mscc: add support for VSC8574 PHY
` [PATCH 5/7] MIPS: mscc: ocelot: add GPIO4 pinmuxing DT node
` [PATCH 6/7] MIPS: mscc: add DT for Ocelot PCB120
` [PATCH 7/7] MIPS: mscc: add PCB120 to the ocelot fitImage

[PATCH net-next v4 00/20] WireGuard: Secure Network Tunnel
 2018-09-14 17:47 UTC  (3+ messages)

[PATCH net-next] cxgb4: update supported DCB version
 2018-09-14 12:05 UTC 

[PATCH] net: hp100: fix always-true check for link up state
 2018-09-14 16:39 UTC 

[PATCH] net: ethernet: ti: add missing GENERIC_ALLOCATOR dependency
 2018-09-14 11:20 UTC 

[PATCH net-next] net: sched: change tcf_del_walker() to use concurrent-safe delete
 2018-09-14 10:46 UTC  (6+ messages)
` [PATCH net-next v2] net: sched: change tcf_del_walker() to take idrinfo->lock

[PATCH net-next 00/13] Refactor classifier API to work with Qdisc/blocks without rtnl lock
 2018-09-14 10:38 UTC  (6+ messages)
` [PATCH net-next 08/13] net: sched: rename tcf_block_get{_ext}() and tcf_block_put{_ext}()

[PATCH 0/2] net: ethernet: neterion: use linux/io-64-nonatomic-lo-hi.h
 2018-09-14 15:49 UTC  (4+ messages)
` [PATCH 1/2] net: neterion: vxge: "
` [PATCH 2/2] net: neterion: s2io: Use linux/io-64-nonatomic-lo-hi.h

[PATCH] net: macb: disable scatter-gather for macb on sama5d3
 2018-09-14 15:48 UTC  (2+ messages)
` [PATCH] ARM: dts: at91: add new compatibility string "

[PATCH net] net/sched: act_sample: fix NULL dereference in the data path
 2018-09-14 10:03 UTC  (2+ messages)

[PATCH net-next 0/8] bnxt_en: devlink param updates
 2018-09-14 10:01 UTC  (6+ messages)

[net-next,RFC PATCH] Introduce TC Range classifier
 2018-09-14  9:58 UTC  (4+ messages)
` [net-next, RFC PATCH] net: sched: cls_range: Introduce "

[PATCH net] net: mvpp2: let phylink manage the carrier state
 2018-09-14 14:56 UTC 

[PATCH net-next] cxgb4: add per rx-queue counter for packet errors
 2018-09-14  9:16 UTC 

[RFC PATCH net-next v1 00/14] rename and shrink i40evf
 2018-09-14  9:10 UTC  (17+ messages)
` [RFC PATCH net-next v1 02/14] iavf: diet and reformat
` [RFC PATCH net-next v1 03/14] iavf: rename functions and structs to new name
` [RFC PATCH net-next v1 04/14] iavf: rename i40e_status to iavf_status
` [RFC PATCH net-next v1 05/14] iavf: move i40evf files to new name
` [RFC PATCH net-next v1 06/14] iavf: remove references to old names
` [RFC PATCH net-next v1 07/14] iavf: rename device ID defines
` [RFC PATCH net-next v1 08/14] iavf: rename I40E_ADMINQ_DESC
` [RFC PATCH net-next v1 09/14] iavf: rename i40e_hw to iavf_hw
` [RFC PATCH net-next v1 10/14] iavf: replace i40e_debug with iavf version
` [RFC PATCH net-next v1 11/14] iavf: tracing infrastructure rename
` [RFC PATCH net-next v1 12/14] iavf: rename most of i40e strings
` [RFC PATCH net-next v1 13/14] iavf: finish renaming files to iavf
` [RFC PATCH net-next v1 14/14] intel-ethernet: use correct module license

[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
 2018-09-14 14:23 UTC  (2+ messages)

[PATCH net-next] cxgb4: Fix endianness issue in t4_fwcache()
 2018-09-14  9:06 UTC 

[PATCH net-next 5/8] bnxt_en: Use hw_tc_offload and ignore_ari devlink parameters
 2018-09-14  8:58 UTC  (2+ messages)

mlx5 driver loading failing on v4.19 / net-next / bpf-next
 2018-09-14  8:52 UTC  (4+ messages)

[PATCH 1/1] net: rds: use memset to optimize the recv
 2018-09-14  8:45 UTC 

[PATCH net-next 0/5] Various improvements to Microsemi PHY driver
 2018-09-14 13:29 UTC  (12+ messages)
` [PATCH net-next 1/5] net: phy: mscc: add ethtool statistics counters
` [PATCH net-next 2/5] net: phy: mscc: Add EEE init sequence
` [PATCH net-next 3/5] net: phy: mscc: remove unneeded parenthesis
` [PATCH net-next 4/5] net: phy: mscc: shorten `x != 0` condition to `x`
` [PATCH net-next 5/5] net: phy: mscc: remove unneeded temporary variable

[PATCH net-next] virtio_net: ethtool tx napi configuration
 2018-09-14  8:08 UTC  (13+ messages)

Regression: kernel 4.14 an later very slow with many ipsec tunnels
 2018-09-14 11:49 UTC  (10+ messages)

[PATCH][net-next] net: move definition of pcpu_lstats to header file
 2018-09-14  8:00 UTC 

[PATCH v2,net-next 1/2] ip_gre: fix parsing gre header in ipgre_err
 2018-09-14 12:44 UTC  (4+ messages)

[PATCH bpf-next 07/11] bpf: Add helper to retrieve socket in BPF
 2018-09-14  7:11 UTC  (3+ messages)

[PATCH net] net: diag: Fix swapped src/dst in udp_dump_one
 2018-09-14  6:25 UTC 

[PATCH net-next v3 00/17] WireGuard: Secure Network Tunnel
 2018-09-14  9:53 UTC  (17+ messages)
` [PATCH net-next v3 02/17] zinc: introduce minimal cryptography library

[PATCH v3,net-next 1/2] ip_gre: fix parsing gre header in ipgre_err
 2018-09-14  4:26 UTC  (2+ messages)
` [PATCH v3,net-next 2/2] ip6_gre: simplify gre header parsing in ip6gre_err

[PATCH net] net/ipv6: do not copy DST_NOCOUNT flag on rt init
 2018-09-14  4:11 UTC  (2+ messages)

[PATCH net-next V2] virtio_net: ethtool tx napi configuration
 2018-09-14  8:24 UTC  (5+ messages)

[PATCH stable 4.4 V2 0/6] fix SegmentSmack in stable branch (CVE-2018-5390)
 2018-09-14  8:24 UTC  (7+ messages)
` [PATCH stable 4.4 V2 1/6] tcp: increment sk_drops for dropped rx packets
` [PATCH stable 4.4 V2 2/6] tcp: use an RB tree for ooo receive queue
` [PATCH stable 4.4 V2 3/6] tcp: fix a stale ooo_last_skb after a replace
` [PATCH stable 4.4 V2 4/6] tcp: free batches of packets in tcp_prune_ofo_queue()
` [PATCH stable 4.4 V2 5/6] tcp: call tcp_drop() from tcp_data_queue_ofo()
` [PATCH stable 4.4 V2 6/6] tcp: add tcp_ooo_try_coalesce() helper

[PATCH net-next v3 00/11] mscc: ocelot: add support for SerDes muxing configuration
 2018-09-14  8:16 UTC  (12+ messages)
` [PATCH net-next v3 01/11] MIPS: mscc: ocelot: make HSIO registers address range a syscon
` [PATCH net-next v3 02/11] dt-bindings: net: ocelot: remove hsio from the list of register address spaces
` [PATCH net-next v3 03/11] net: mscc: ocelot: get HSIO regmap from syscon
` [PATCH net-next v3 04/11] net: mscc: ocelot: move the HSIO header to include/soc
` [PATCH net-next v3 05/11] net: mscc: ocelot: simplify register access for PLL5 configuration
` [PATCH net-next v3 06/11] phy: add QSGMII and PCIE modes
` [PATCH net-next v3 07/11] dt-bindings: phy: add DT binding for Microsemi Ocelot SerDes muxing
` [PATCH net-next v3 08/11] MIPS: mscc: ocelot: add SerDes mux DT node
` [PATCH net-next v3 09/11] dt-bindings: add constants for Microsemi Ocelot SerDes driver
` [PATCH net-next v3 10/11] phy: add driver for Microsemi Ocelot SerDes muxing
` [PATCH net-next v3 11/11] net: mscc: ocelot: make use of SerDes PHYs for handling their configuration

unexpected GRO/veth behavior
 2018-09-14  2:51 UTC  (5+ messages)

[iproute2,RFC PATCH] tc: range: Introduce TC range classifier
 2018-09-13 20:54 UTC 

[PATCH] crypto: Adds user space interface for ALG_SET_KEY_TYPE
 2018-09-14  6:03 UTC  (2+ messages)

[PATCHv2] net: ipv4: Use BUG_ON directly instead of a if condition followed by BUG
 2018-09-14  5:13 UTC  (3+ messages)

[PATCH] ieee802154: ca8210: remove redundant condition check before debugfs_remove
 2018-09-14  5:04 UTC 

[PATCH net v2] bonding: pass link-local packets to bonding master also
 2018-09-13 23:24 UTC  (4+ messages)

[PATCH v2] socket: fix struct ifreq size in compat ioctl
 2018-09-13 23:01 UTC  (2+ messages)

[PATCH 1/2] netlink: add NLA_REJECT policy type
 2018-09-13 22:59 UTC  (17+ messages)
` [PATCH 2/2] netlink: add ethernet address policy types

[PATCH] socket: fix struct ifreq size in compat ioctl
 2018-09-13 22:48 UTC  (2+ messages)

[PATCH bpf-next 07/11] bpf: Add helper to retrieve socket in BPF
 2018-09-13 22:23 UTC  (8+ messages)

[PATCH] knav: qmss: Introduce queue descriptors monitor
 2018-09-14  3:20 UTC  (2+ messages)

[RFC PATCH iproute2-next] System specification health API
 2018-09-13 22:06 UTC  (5+ messages)
` [RFC PATCH iproute2-next] man: Add devlink health man page

[PATCH net-next V2 00/11] vhost_net TX batching
 2018-09-14  3:11 UTC  (4+ messages)
` [PATCH net-next V2 11/11] vhost_net: batch submitting XDP buffers to underlayer sockets

[PATCH] net/ibm/emac: Remove VLA usage
 2018-09-13 21:23 UTC 

[PATCH stable 4.4 0/9] fix SegmentSmack in stable branch (CVE-2018-5390)
 2018-09-14  2:24 UTC  (13+ messages)

[bpf-next, v3 0/5] Introduce eBPF flow dissector
 2018-09-13 21:00 UTC  (6+ messages)
` [bpf-next, v3 1/5] flow_dissector: implements flow dissector BPF hook

[PATCH bpf-next 00/11] Add socket lookup support
 2018-09-13 20:56 UTC  (7+ messages)
` [PATCH bpf-next 10/11] selftests/bpf: Add C tests for reference tracking
` [PATCH bpf-next 11/11] Documentation: Describe bpf "

[PATCH iproute2] libnetlink: fix leak and using unused memory on error
 2018-09-13 19:33 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).