netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-14 08:16:09 to 2018-09-15 02:30:01 UTC [more...]

[PATCH net-next v3 00/11] mscc: ocelot: add support for SerDes muxing configuration
 2018-09-15  2:30 UTC  (14+ messages)
` [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 11/11] net: mscc: ocelot: make use of SerDes PHYs for handling their configuration

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

[PATCH net-next 0/5] Various improvements to Microsemi PHY driver
 2018-09-15  2:21 UTC  (14+ 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] tls: fix currently broken MSG_PEEK behavior
 2018-09-14 21:00 UTC 

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

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

[Patch net-next] ipv4: initialize ra_mutex in inet_init_net()
 2018-09-14 20:32 UTC 

[PATCH net] bnxt_en: Fix VF mac address regression
 2018-09-14 20:14 UTC  (2+ messages)

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

[net-next PATCH] tls: async support causes out-of-bounds access in crypto APIs
 2018-09-14 20:01 UTC 

[PATCH net-next v2] net/tls: Add support for async decryption of tls records
 2018-09-14 19:39 UTC  (2+ messages)

[bpf-next, v4 0/5] Introduce eBPF flow dissector
 2018-09-14 19:22 UTC  (7+ messages)
` [bpf-next, v4 1/5] flow_dissector: implements flow dissector BPF hook
` [bpf-next, v4 2/5] bpf: sync bpf.h uapi with tools/
` [bpf-next, v4 3/5] bpf: support flow dissector in libbpf and bpftool
` [bpf-next, v4 4/5] flow_dissector: implements eBPF parser
` [bpf-next, v4 5/5] selftests/bpf: test bpf flow dissection

[RFC PATCH net-next v1 00/14] rename and shrink i40evf
 2018-09-14 19:17 UTC  (5+ messages)

[PATCH net] ipv6: fix possible use-after-free in ip6_xmit()
 2018-09-14 19:02 UTC 

[PATCH net-next RFC 0/8] udp and configurable gro
 2018-09-14 18:38 UTC  (10+ messages)
` [PATCH net-next RFC 1/8] gro: convert device offloads to net_offload
` [PATCH net-next RFC 2/8] gro: deduplicate gro_complete
` [PATCH net-next RFC 3/8] gro: add net_gro_receive
` [PATCH net-next RFC 4/8] ipv6: remove offload exception for hopopts
` [PATCH net-next RFC 5/8] net: deconstify net_offload
` [PATCH net-next RFC 6/8] net: make gro configurable
` [PATCH net-next RFC 7/8] udp: gro behind static key
` [PATCH net-next RFC 8/8] udp: add gro

[PATCH iproute2] q_cake: Also print nonat, nowash and no-ack-filter keywords
 2018-09-14 18:35 UTC  (2+ messages)
` [Cake] "

mlx5 driver loading failing on v4.19 / net-next / bpf-next
 2018-09-14 18:26 UTC  (5+ messages)

KMSAN: uninit-value in strlcpy (2)
 2018-09-14 18:23 UTC 

[PATCH] net: caif: remove redundant null check on frontpkt
 2018-09-14 18:18 UTC  (3+ messages)

[PATCH iproute2] libnetlink: fix leak and using unused memory on error
 2018-09-14 17:48 UTC  (2+ messages)

[PATCH net-next v4 00/20] WireGuard: Secure Network Tunnel
 2018-09-14 17:49 UTC  (25+ 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 12/20] zinc: BLAKE2s generic C implementation "
` [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 17/20] crypto: port Poly1305 to Zinc
` [PATCH net-next v4 18/20] crypto: port ChaCha20 "
` [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

[PATCH] net/mlx4_core: print firmware version during driver loading
 2018-09-14 22:36 UTC  (10+ messages)

[RFC PATCH 0/4] UDP: implement GRO support for UDP_SEGMENT socket
 2018-09-14 17:16 UTC  (7+ messages)
` [RFC PATCH 1/4] net: add new helper to update an already registered offload
` [RFC PATCH 2/4] net: enable UDP gro on demand
` [RFC PATCH 3/4] udp: implement GRO plain UDP sockets
` [RFC PATCH 4/4] selftests: add GRO support, fix port option processing

[PATCH 1/1] net: rds: use memset to optimize the recv
 2018-09-14 16:51 UTC  (2+ messages)

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

Project Financing
 2018-09-14 16:13 UTC 

[PATCH net-next] cxgb4: update supported DCB version
 2018-09-14 15:52 UTC  (2+ messages)

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

[PATCH net-next] cxgb4: add per rx-queue counter for packet errors
 2018-09-14 15:43 UTC  (2+ messages)

[PATCH net-next] cxgb4: Fix endianness issue in t4_fwcache()
 2018-09-14 15:43 UTC  (2+ messages)

[PATCH][net-next] net: move definition of pcpu_lstats to header file
 2018-09-14 15:32 UTC  (2+ messages)

[PATCH net] net: diag: Fix swapped src/dst in udp_dump_one
 2018-09-14 15:30 UTC  (2+ messages)

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

[PATCH net-next 0/7] add support for VSC8584 and VSC8574 Microsemi quad-port PHYs
 2018-09-14 20:26 UTC  (22+ 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 v3 0/2] net: stmmac: Coalesce and tail addr fixes
 2018-09-14 15:06 UTC  (2+ messages)

PROBLEM: r8169 takes long time to get link up on linux-4.19
 2018-09-14 14:24 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] veth: Orphan skb before GRO
 2018-09-14 14:16 UTC  (2+ messages)

[PATCH iproute2] q_cake: Add printing of no-split-gso option
 2018-09-14 13:40 UTC  (3+ 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 v4 00/20] WireGuard: Secure Network Tunnel
 2018-09-14 17:47 UTC  (3+ messages)

[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 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-next 0/8] bnxt_en: devlink param updates
 2018-09-14 10:01 UTC  (6+ messages)

[PATCH net] net: mvpp2: let phylink manage the carrier state
 2018-09-14 14:56 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)

[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 bpf-next 07/11] bpf: Add helper to retrieve socket in BPF
 2018-09-14  7:11 UTC  (3+ messages)

[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  (3+ 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


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