On Thu, Sep 24, 2015 at 5:31 AM, David Woodhouse wrote:
> On Thu, 2015-09-24 at 05:05 -0700, Eric Dumazet wrote:
>>
>> Right, netif_skb_features() only has the following checks :
>>
>> if (gso_segs > dev->gso_max_segs || gso_segs < dev->gso_min_segs)
>> features &= ~NETIF_F_GSO_MASK;
>>
>> But
On Fri, 25 Sep 2015 11:58:30 +0200
Bastian Stender wrote:
>
> #ifdef IPCONFIG_DEBUG
> -#define DBG(x) printk x
> +#define DBG(x) pr_debug(x)
> #else
> #define DBG(x) do { } while(0)
> #endif
Why not remove all the local IPCONFIG_DEBUG stuff and just use pr_debug()
like modern kernel code.
Adds support for ethtool get time stamp ioctl, which is used by
tcpdump to get the supported time stamp types
eg: tcpdump -i eth5 -J
Time stamp types for eth5 (use option -j to set):
host (Host)
adapter_unsynced (Adapter, not synced with system time)
Adds support for adapter unsynced mode, by
From: Stephen Hemminger
Date: Thu, 24 Sep 2015 11:20:11 -0700
> From: Ian Wilson
>
> Allow bridge forward delay to be configured when Spanning Tree is enabled.
>
> Signed-off-by: Ian Wilson
> Signed-off-by: Stephen Hemminger
Applied to net-next, thanks.
--
To unsubscribe from this list: sen
Begin forwarded message:
Date: Sun, 27 Sep 2015 22:42:34 +
From: "bugzilla-dae...@bugzilla.kernel.org"
To: "shemmin...@linux-foundation.org"
Subject: [Bug 105091] New: ICMP unreachable is not sent when receiving GRE
packets on device that has no tunnel interface
https://bugzilla.kernel
On 09/26/2015 10:36 PM, David Miller wrote:
From: Alexander Duyck
Date: Tue, 22 Sep 2015 14:56:08 -0700
Rather than carry around a value of budget that is 0 or less we can instead
just loop through and pass 0 to each napi->poll call. If any driver
returns a value for work done that is non-zer
From: Yoshinori Sato
Date: Sun, 27 Sep 2015 23:19:15 +0900
> @@ -88,7 +88,7 @@ config MCF8390
> config NE2000
> tristate "NE2000/NE1000 support"
> depends on (ISA || (Q40 && m) || M32R || MACH_TX49XX || \
> - ATARI_ETHERNEC)
> + ATARI_ETHERNEC || H8300
FDX.docx
Description: Binary data
Hello,
On Fri, 25 Sep 2015, Jiri Bohac wrote:
> if (!atomic_read(&cp->n_control))
> ip_vs_conn_expire_now(cp);
> __ip_vs_conn_put(cp);
> - cp = NULL;
> + return NF_DROP;
So, at this point we do not know wh
On Wed, 2015-09-23 at 18:49 +0200, Bendik Rønning Opstad wrote:
> Application limited streams such as thin streams, that transmit small
> amounts of payload in relatively few packets per RTT, can be prevented
> from growing the CWND when in congestion avoidance. This leads to
> increased sojourn ti
On Fri, Sep 25, 2015 at 06:49:39AM -0700, Christoph Hellwig wrote:
> Signed-off-by: Christoph Hellwig
> ---
> drivers/usb/gadget/configfs.c | 295
> ++--
> include/linux/usb/gadget_configfs.h | 19 +--
> 2 files changed, 118 insertions(+), 196 deletions(-)
On Fri, Sep 25, 2015 at 06:49:39AM -0700, Christoph Hellwig wrote:
> Signed-off-by: Christoph Hellwig
I need commit logs for everything. Without commit logs, I can't apply your
patches.
--
balbi
signature.asc
Description: PGP signature
Signed-off-by: Yoshinori Sato
---
Documentation/devicetree/bindings/net/ne2000.txt | 17 +
drivers/net/ethernet/8390/ne.c | 20 +++-
2 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/net/ne2000.
On 26 September 2015 at 22:31, Jiri Slaby wrote:
> But this has to crash whenever the file is read as val's storage is gone at
> that moment already, right?
Yeah, its fixed now in the new version. This was a *really* bad idea :(
--
To unsubscribe from this list: send the line "unsubscribe netdev"
Signed-off-by: Yoshinori Sato
---
drivers/net/ethernet/8390/Kconfig | 2 +-
drivers/net/ethernet/8390/ne.c| 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/8390/Kconfig
b/drivers/net/ethernet/8390/Kconfig
index edf7225..44d7167 100644
--- a/drivers/
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On Sun, Sep 27, 2015 at 12:04 AM, Viresh Kumar wrote:
> global_lock is defined as an unsigned long and accessing only its lower
> 32 bits from sysfs is incorrect, as we need to consider other 32 bits
> for big endian 64-bit systems. There are no such platforms yet, but the
> code needs to be robus
On Saturday, September 26, 2015 09:33:56 PM Arnd Bergmann wrote:
> On Saturday 26 September 2015 11:40:00 Viresh Kumar wrote:
> > On 25 September 2015 at 15:19, Rafael J. Wysocki wrote:
> > > So if you allow something like debugfs to update your structure, how
> > > do you make sure there is the p
On Saturday, September 26, 2015 12:52:08 PM James Bottomley wrote:
> On Fri, 2015-09-25 at 22:58 +0200, Rafael J. Wysocki wrote:
> > On Friday, September 25, 2015 01:25:49 PM Viresh Kumar wrote:
> > > On 25 September 2015 at 13:33, Rafael J. Wysocki
> > > wrote:
> > > > You're going to change tha
David Miller wrote:
> > This patch set addresses the issue for ILA by adding a fast locator
> > lookup that occurs before early demux. This is done by using a hook
> > at NF_INET_PRE_ROUTING. For the backend we implement an rhashtable
> > that contains identifier to locator to mappings. The table
On 2015/9/26 12:42, David Miller wrote:
From: huangdaode
Date: Fri, 25 Sep 2015 16:29:50 +0800
@@ -191,9 +191,12 @@ static void hns_rcb_ring_init(struct ring_pair_cb
*ring_pair, int ring_type)
if (ring_type == RX_RING) {
dsaf_write_dev(q, RCB_RING_RX_RING_BASEADDR_L_RE
This patch fixes the compilation error with arm allmodconfig, this error
generated due to unavailability of readq() on 32-bit platform which was
found during net-next daily compilation. In the same time, fix all the
hns drivers compilation warnings.
Signed-off-by: huangdaode
Signed-off-by: zhaung
22 matches
Mail list logo