netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-14 16:22:25 to 2018-09-15 23:01:47 UTC [more...]

[PATCH net-next v4 00/20] WireGuard: Secure Network Tunnel
 2018-09-15 23:01 UTC  (23+ messages)
` [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-next 0/7] add support for VSC8584 and VSC8574 Microsemi quad-port PHYs
 2018-09-15 21:34 UTC  (18+ 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 net-next 0/5] Various improvements to Microsemi PHY driver
 2018-09-15 20:53 UTC  (9+ messages)
` [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 v2 net] net: aquantia: memory corruption on jumbo frames
 2018-09-15 15:03 UTC 

[PATCH net] net: aquantia: memory corruption on jumbo frames
 2018-09-15 14:26 UTC  (2+ messages)

[PATCH net-next v3 00/17] WireGuard: Secure Network Tunnel
 2018-09-15 20:01 UTC  (8+ messages)
` [PATCH net-next v3 01/17] asm: simd context helper API

KMSAN: uninit-value in bond_start_xmit (2)
 2018-09-15 12:53 UTC 

[net-next PATCH] tls: async support causes out-of-bounds access in crypto APIs
 2018-09-15 12:13 UTC  (2+ messages)

[PATCH net-next v2] net/tls: Add support for async decryption of tls records
 2018-09-15 12:11 UTC  (3+ messages)

[PATCH net-next 0/5] net: lantiq: Minor fixes for vrx200 and gswip
 2018-09-15 12:08 UTC  (6+ messages)
` [PATCH net-next 1/5] dt-bindings: net: lantiq,xrx200-net: Use lower case in hex
` [PATCH net-next 2/5] dt-bindings: net: dsa: lantiq,xrx200-gswip: Fix minor style fixes
` [PATCH net-next 3/5] net: lantiq: lantiq_xrx200: Move clock prepare to probe function
` [PATCH net-next 4/5] net: dsa: lantiq_gswip: Minor code style improvements
` [PATCH net-next 5/5] net: dsa: tag_gswip: Add gswip to dsa_tag_protocol_to_str()

URG­ENT UPD­ATES
 2018-09-15 11:05 UTC 

[PATH RFC net-next 0/8] Continue towards using linkmode in phylib
 2018-09-15 10:01 UTC  (17+ messages)
` [PATH RFC net-next 1/8] net: phy: Move linkmode helpers to somewhere public
` [PATH RFC net-next 2/8] net: phy: Add phydev_warn()
` [PATH RFC net-next 3/8] net: phy: Add helper to convert MII ADV register to a linkmode
` [PATH RFC net-next 4/8] net: phy: Add helper for advertise to lcl value
` [PATH RFC net-next 5/8] net: phy: Add limkmode equivalents to some of the MII ethtool helpers
` [PATH RFC net-next 6/8] net: ethernet xgbe expand PHY_GBIT_FEAUTRES
` [PATH RFC net-next 7/8] net: phy: Replace phy driver features u32 with link_mode bitmap
` [PATH RFC net-next 8/8] net: phy: Add build warning if assumptions get broken

[PATCH net-next] net: lantiq: Fix return value check in xrx200_probe()
 2018-09-15  9:15 UTC  (2+ messages)

[PATCH net-next] net: dsa: gswip: Fix copy-paste error in gswip_gphy_fw_probe()
 2018-09-15  9:14 UTC  (2+ messages)

[PATCH net-next] net: dsa: gswip: Fix return value check in gswip_probe()
 2018-09-15  9:14 UTC  (2+ messages)

[PATCH net-next] net/smc: cast sizeof to int for comparison
 2018-09-15 11:35 UTC  (2+ messages)

[PATCH] net: socionext: Fix two sleep-in-atomic-context bugs in ave_rxfifo_reset()
 2018-09-15  4:02 UTC 

Need input on placement of driver
 2018-09-15  3:40 UTC  (2+ messages)

[PATCH net-next RFC 0/8] udp and configurable gro
 2018-09-15  3:37 UTC  (15+ 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] net/mlx4_core: print firmware version during driver loading
 2018-09-15  8:50 UTC  (11+ messages)

[BUG] net: broadcom: b44: Possible sleep-in-atomic-context bugs in b44_chip_reset()
 2018-09-15  8:44 UTC 

[BUG] net: wireless: ath9k: Possible sleep-in-atomic-context bugs
 2018-09-15  8:30 UTC 

[PATCH net-next] net: fix return type of ndo_start_xmit function
 2018-09-15  8:19 UTC 

[PATCH net] net: phy: sfp: Prevent NULL deference of socket_ops
 2018-09-15  7:32 UTC  (2+ messages)

[PATCH net-next] net: hns: make function hns_gmac_wait_fifo_clean() static
 2018-09-15  1:42 UTC 

[net-next,RFC PATCH] Introduce TC Range classifier
 2018-09-15  1:31 UTC  (8+ messages)
` [net-next, RFC PATCH] net: sched: cls_range: Introduce "

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

[PATCH bpf-next] tools/bpf: bpftool: improve output format for bpftool net
 2018-09-14 21:49 UTC 

[bpf-next, v4 0/5] Introduce eBPF flow dissector
 2018-09-14 21:49 UTC  (9+ 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

[PATCH net] net: dsa: mv88e6xxx: Fix ATU Miss Violation
 2018-09-14 21:46 UTC 

[PATCH net-next v3 0/2] net: stmmac: Coalesce and tail addr fixes
 2018-09-14 21:27 UTC  (3+ messages)

mlx5_core: null pointer dereference in mlx5_accel_tls_device_caps() (net-next kernel)
 2018-09-14 21:20 UTC 

[PATCH net-next v3 00/11] mscc: ocelot: add support for SerDes muxing configuration
 2018-09-15  2:31 UTC  (15+ 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 09/11] dt-bindings: add constants for Microsemi Ocelot SerDes driver

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

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

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

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 


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