Re: [PATCH 0/5] y2038 conversion for ntp/pps and sfc driver

2015-09-29 Thread Richard Cochran
On Mon, Sep 28, 2015 at 10:21:27PM +0200, Arnd Bergmann wrote: > When trying to build a kernel with time_t commented out, I found that > the ntp subsystem still relies on timespec for its pps handling. > > This series addresses this and converts all the code to use timespec64 > instead, step by

[PATCH net] net: dsa: fix preparation of a port STP update

2015-09-29 Thread Vivien Didelot
Because of the default 0 value of ret in dsa_slave_port_attr_set, a driver may return -EOPNOTSUPP from the commit phase of a STP state, which triggers a WARN() from switchdev. This happened on a 6185 switch which does not support hardware bridging. Fixes: 3563606258cf ("switchdev: convert STP

Re: [PATCH net] ipv4: add support for "gratuitous" redirect

2015-09-29 Thread David Miller
From: Paolo Abeni Date: Fri, 25 Sep 2015 15:16:58 +0200 > Such hosts are going to silently discard the ICMP redirect > messages generated by the VRRP router since the message's source > IP will differ from the redirected route's gateway. > > RFC1122 don't imposes the above

[PATCH] ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12K

2015-09-29 Thread Alexander Duyck
This patch is the ixgbevf version of commit 8ac34f10a5ea4 "ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12K" The same logic applies here as well as the same results since a netperf test will starve for memory in the time from one Tx interrupt to the next. As a result

[linux 3.14-stable] virtio-net: drop NETIF_F_FRAGLIST

2015-09-29 Thread Charles (Chas) Williams
From: Jason Wang commit 48900cb6af4282fa0fb6ff4d72a81aa3dadb5c39 upstream. virtio declares support for NETIF_F_FRAGLIST, but assumes that there are at most MAX_SKB_FRAGS + 2 fragments which isn't always true with a fraglist. A longer fraglist in the skb will make the call

[linux 3.14-stable] ipv6: addrconf: validate new MTU before applying it

2015-09-29 Thread Charles (Chas) Williams
From: Marcelo Leitner commit 77751427a1ff25b27d47a4c36b12c3c8667855ac upstream. Currently we don't check if the new MTU is valid or not and this allows one to configure a smaller than minimum allowed by RFCs or even bigger than interface own MTU, which is a problem as it

[linux 3.14-stable] RDS: verify the underlying transport exists before creating a connection

2015-09-29 Thread Charles (Chas) Williams
From: Sasha Levin commit 74e98eb085889b0d2d4908f59f6e00026063014f upstream. There was no verification that an underlying transport exists when creating a connection, this would cause dereferencing a NULL ptr. It might happen on sockets that weren't properly bound before

[PATCH v2] ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12K

2015-09-29 Thread Alexander Duyck
This patch is the ixgbevf version of commit 8ac34f10a5ea4 "ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12K" The same logic applies here as well as the same results since a netperf test will starve for memory in the time from one Tx interrupt to the next. As a result

<    1   2   3