From: Andy Zhou
Date: Fri, 15 May 2015 14:15:34 -0700
> Currently, we send ICMP packets when errors occur during fragmentation or
> de-fragmentation. However, it is a bug when sending those ICMP packets
> in the context of using netfilter for bridging.
>
> Those ICMP packets are only expected i
From: Hariprasad Shenai
Date: Sun, 17 May 2015 16:15:21 +0530
> We now have a new cxgb4 module parameter "tx_vf" that when set
> to a non-zero value, causes cxgb4 to use the "Virtual Machine" version
> of the firmware Ethernet TX Packet Work Request (FW_ETH_TX_PKT_VM_WR)
> instead of the "normal"
From: Herbert Xu
Date: Sun, 17 May 2015 10:45:34 +0800
> On Sat, May 16, 2015 at 05:08:19PM -0400, David Miller wrote:
>>
>> As far as I can tell, this ought to be fine as-is.
>
> OK what about dropping the global rover altogether? Let's just
> start randomly like UDP.
>
> ---8<---
> Currently
From: Florent Fourcot
Date: Sat, 16 May 2015 00:24:59 +0200
> commit 1d13a96c74fc ("ipv6: tcp: fix flowlabel value in ACK messages
> send from TIME_WAIT") added the flow label in the last TCP packets.
> Unfortunately, it was not casted properly.
>
> This patch replace the buggy shift with be32_t
From: Cong Wang
Date: Fri, 15 May 2015 14:47:32 -0700
> The spinlock is used to protect netns_ids which is per net,
> so there is no need to use a global spinlock.
>
> Cc: Nicolas Dichtel
> Signed-off-by: Cong Wang
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe
From: Florian Fainelli
Date: Fri, 15 May 2015 12:38:01 -0700
> MoCA interfaces require the use of an user-space daemon (mocad) which
> will typically use cmd->autoneg to force the link. This is causing other
> network manager applications not to get proper carrier down
> notifications because of
From: Jiri Pirko
Date: Fri, 15 May 2015 13:27:32 +0200
> Fixes: 06635a35d13d42b9 ("flow_dissect: use programable dissector in
> skb_flow_dissect and friends")
> Reported-by: Dan Carpenter
> Signed-off-by: Jiri Pirko
Whoops, wonder how that snuck in there.
Applied, thanks Jiri.
--
To unsubscr
From: Simon Xiao
Date: Fri, 15 May 2015 02:33:03 -0700
> Currently the struct netvsc_stats has a member s_sync
> of type u64_stats_sync.
> This definition will break kernel build as the macro
> netdev_alloc_pcpu_stats requires this member name to be syncp.
> (see netdev_alloc_pcpu_stats definitio
From: Florian Westphal
Date: Fri, 15 May 2015 10:50:47 +0200
> This series prepares removal of tc_verd member from sk_buff.
>
> It simplifies tc state machinery to what is required to keep current
> mirred/ifb combinations working.
>
> I tested a few scenarios, namely:
>
> 1 - htb based shapin
From: Sridhar Samudrala
Date: Wed, 13 May 2015 21:55:43 -0700
> - introduce port fdb obj and generic switchdev_port_fdb_add/del/dump()
> - use switchdev_port_fdb_add/del/dump in rocker/team/bonding ndo ops.
> - add support for fdb obj in switchdev_port_obj_add/del/dump()
> - switch rocker to impl
From: Eric Dumazet
Date: Fri, 15 May 2015 12:39:24 -0700
> When testing commit 790ba4566c1a ("tcp: set SOCK_NOSPACE under memory
> pressure") using edge triggered epoll applications, I found various
> issues under memory pressure and thousands of active sockets.
>
> This patch series is a first
From: Nicolas Dichtel
Date: Wed, 13 May 2015 14:19:42 +0200
> Before the patch, the command 'ip link add bond2 type bond mode 802.3ad'
> causes the kernel to send a rtnl message for the bond2 interface, with an
> ifindex 0.
>
> 'ip monitor' shows:
> 0: bond2: mtu 1500 state DOWN group default
>
From: Willem de Bruijn
Date: Sun, 17 May 2015 19:44:02 -0400
> Rollover can be enabled as flag or mode. Allocate state in both cases.
> This solves a NULL pointer exception in fanout_demux_rollover on
> referencing po->rollover if using mode rollover.
>
> Also make sure that in rollover mode eac
Rollover can be enabled as flag or mode. Allocate state in both cases.
This solves a NULL pointer exception in fanout_demux_rollover on
referencing po->rollover if using mode rollover.
Also make sure that in rollover mode each silo is tried (contrary
to rollover flag, where the main socket is excl
From: Eric Dumazet
Date: Fri, 15 May 2015 09:07:31 -0700
> From: Eric Dumazet
>
> Fix verbose sparse errors :
>
> make C=2 CF=-D__CHECK_ENDIAN__ net/ipv4/netfilter/ipt_SYNPROXY.o
>
> Signed-off-by: Eric Dumazet
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
From: Eric Dumazet
Date: Fri, 15 May 2015 05:48:07 -0700
> From: Eric Dumazet
>
> First one in __skb_checksum_validate_complete() fixes the following
> (and other callers)
>
> make C=2 CF=-D__CHECK_ENDIAN__ net/ipv4/tcp_ipv4.o
> CHECK net/ipv4/tcp_ipv4.c
> include/linux/skbuff.h:3052:24: w
From: Eric Dumazet
Date: Fri, 15 May 2015 08:58:45 -0700
> From: Eric Dumazet
>
> make C=2 CF=-D__CHECK_ENDIAN__ net/ipv4/ipip.o
> CHECK net/ipv4/ipip.c
> net/ipv4/ipip.c:254:27: warning: incorrect type in assignment (different base
> types)
> net/ipv4/ipip.c:254:27:expected restricted
From: Eric Dumazet
Date: Fri, 15 May 2015 08:52:19 -0700
> From: Eric Dumazet
>
> make C=2 CF=-D__CHECK_ENDIAN__ net/ipv4/netfilter/nf_nat_l3proto_ipv4.o
> CHECK net/ipv4/netfilter/nf_nat_l3proto_ipv4.c
> include/net/checksum.h:125:64: warning: incorrect type in argument 2
> (different bas
From: Amir Vadai
Date: Sun, 17 May 2015 16:02:11 +0300
> We didn't get a response yet regarding your comment about the irq
> renaming [3].
Well then, please hold off on resubmissions of this series until you
do get a response and that issue is firmly resolved.
--
To unsubscribe from this list: s
19 matches
Mail list logo