Re: [PATCH net-next V4 00/12] net/mlx5: ConnectX-4 100G Ethernet driver

2015-05-17 Thread David Miller
From: Amir Vadai am...@mellanox.com 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

[PATCH net-next] net-packet: fix null pointer exception in rollover mode

2015-05-17 Thread Willem de Bruijn
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

Re: [PATCH net-next] net-packet: fix null pointer exception in rollover mode

2015-05-17 Thread David Miller
From: Willem de Bruijn will...@google.com 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

Re: [net-next fragmentation icmp v5 0/3] fragmentation ICMP

2015-05-17 Thread David Miller
From: Andy Zhou az...@nicira.com 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

Re: [PATCH net-next v3] switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.

2015-05-17 Thread David Miller
From: Sridhar Samudrala sridhar.samudr...@intel.com 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()

Re: [net-next] netlink: Use random autobind rover

2015-05-17 Thread David Miller
From: Herbert Xu herb...@gondor.apana.org.au 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.

Re: [PATCH net-next 1/3] cxgb4: Add support for loopback between VI of same port

2015-05-17 Thread David Miller
From: Hariprasad Shenai haripra...@chelsio.com 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

Re: [PATCH v2 net-next 0/6] tcp: better handling of memory pressure

2015-05-17 Thread David Miller
From: Eric Dumazet eduma...@google.com 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

Re: [PATCH net v4] rtnl/bond: don't send rtnl msg for unregistered iface

2015-05-17 Thread David Miller
From: Nicolas Dichtel nicolas.dich...@6wind.com 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:

Re: [PATCH -next 0/3] tc state machinery cleanups

2015-05-17 Thread David Miller
From: Florian Westphal f...@strlen.de 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

Re: [PATCH net-next] net: dsa: bcm_sf2: properly propagate carrier down state for MoCA

2015-05-17 Thread David Miller
From: Florian Fainelli f.faine...@gmail.com 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

Re: [PATCH net-next,1/1] hv_netvsc: change member name of struct netvsc_stats

2015-05-17 Thread David Miller
From: Simon Xiao six...@microsoft.com 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

Re: [patch net-next] flow_dissector: remove bogus return in tipc section

2015-05-17 Thread David Miller
From: Jiri Pirko j...@resnulli.us 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 dan.carpen...@oracle.com Signed-off-by: Jiri Pirko j...@resnulli.us Whoops, wonder how that

Re: [PATCH net] tcp/ipv6: fix flow label setting in TIME_WAIT state

2015-05-17 Thread David Miller
From: Florent Fourcot florent.four...@enst-bretagne.fr 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

Re: [Patch net-next] netns: make nsid_lock per net

2015-05-17 Thread David Miller
From: Cong Wang xiyou.wangc...@gmail.com 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 nicolas.dich...@6wind.com Signed-off-by: Cong Wang xiyou.wangc...@gmail.com Applied,

Re: [PATCH net-next] net: fix two sparse errors

2015-05-17 Thread David Miller
From: Eric Dumazet eric.duma...@gmail.com Date: Fri, 15 May 2015 05:48:07 -0700 From: Eric Dumazet eduma...@google.com 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

Re: [PATCH net-next] ipip: fix one sparse error

2015-05-17 Thread David Miller
From: Eric Dumazet eric.duma...@gmail.com Date: Fri, 15 May 2015 08:58:45 -0700 From: Eric Dumazet eduma...@google.com 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)

Re: [PATCH net-next] net: fix sparse error in csum_replace4()

2015-05-17 Thread David Miller
From: Eric Dumazet eric.duma...@gmail.com Date: Fri, 15 May 2015 08:52:19 -0700 From: Eric Dumazet eduma...@google.com 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

Re: [PATCH net-next] netfilter: synproxy: fix sparse errors

2015-05-17 Thread David Miller
From: Eric Dumazet eric.duma...@gmail.com Date: Fri, 15 May 2015 09:07:31 -0700 From: Eric Dumazet eduma...@google.com Fix verbose sparse errors : make C=2 CF=-D__CHECK_ENDIAN__ net/ipv4/netfilter/ipt_SYNPROXY.o Signed-off-by: Eric Dumazet eduma...@google.com Applied. -- To unsubscribe