From: Simon Xiao
1. Introduce netif-msg to netvsc to control debug logging output
and keep msg_enable in netvsc_device_context so that it is
kept persistently.
2. Only call dump_rndis_message() when NETIF_MSG_RX_ERR or above
is specified in netvsc module debug param.
In non-debug mode, in current
On Mon, Apr 27, 2015 at 10:38 AM, wrote:
> From: Anuradha Karuppiah
>
> This patch introduces an IFF_PROTO_DOWN flag that can be used by
> user space applications to notify drivers that errors have been
> detected on the device.
>
> Signed-off-by: Anuradha Karuppiah
> Signed-off-by: Andy Gospod
On Mon, Apr 27, 2015 at 10:38 AM, wrote:
> From: Anuradha Karuppiah
>
> IFF_PROTODOWN can be set by user space applications like MLAG on detecting
> errors on a switch port. This patch provides sample switch driver changes
> for handling IFF_PROTODOWN. Rocker PHYS disables the port in response t
On Mon, Apr 27, 2015 at 10:38 AM, wrote:
> From: Anuradha Karuppiah
>
> User space daemons can detect errors in the network that need to be
> notified to the switch device drivers.
>
> Drivers can react to this error state by doing a phy-down on the
> switch-port which would result in a carrier-
On Tue, Apr 28, 2015 at 07:07:56AM +0200, Mihai Moldovan wrote:
> On 28.04.2015 06:47 AM, Vadim Kochan wrote:
> > On Tue, Apr 28, 2015 at 06:33:18AM +0200, Mihai Moldovan wrote:
> >> On 28.04.2015 06:05 AM, Vadim Kochan wrote:> So by default ss prints
> >> socket with CONNECTED state and even UDP c
On 28.04.2015 06:47 AM, Vadim Kochan wrote:
> On Tue, Apr 28, 2015 at 06:33:18AM +0200, Mihai Moldovan wrote:
>> On 28.04.2015 06:05 AM, Vadim Kochan wrote:> So by default ss prints
>> socket with CONNECTED state and even UDP can be
>>> in the CONNECTED state on the Linux,
>>
>> UDP can be in a CO
On Tue, Apr 28, 2015 at 06:33:18AM +0200, Mihai Moldovan wrote:
> On 28.04.2015 06:05 AM, Vadim Kochan wrote:> So by default ss prints socket
> with
> CONNECTED state and even UDP can be
> > in the CONNECTED state on the Linux,
>
> UDP can be in a CONNECTED state... kay. That's probably a con
On 28.04.2015 06:05 AM, Vadim Kochan wrote:> So by default ss prints socket with
CONNECTED state and even UDP can be
> in the CONNECTED state on the Linux,
UDP can be in a CONNECTED state... kay. That's probably a conntrack thing.
> so you can specify 'ss -ua' (may be
> some explanation shou
Gerd v. Egidy wrote:
>
> my colleagues recently reported that they had spurious problems connecting
> to a specific server via ssh. Investigation showed that the kernel completely
> ignored the ICMP dest. unreachable / fragmentation needed packets in this
> case:
This patch might help:
---8<-
> -Original Message-
> From: David Miller [mailto:da...@davemloft.net]
> Sent: Monday, April 27, 2015 7:57 PM
> To: KY Srinivasan
> Cc: netdev@vger.kernel.org; linux-ker...@vger.kernel.org;
> de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com;
> jasow...@redhat.com
> Subject
On 2015/04/13 17:22, Benjamin Poirier wrote:
> On 2015/04/12 10:03, Ido Shamay wrote:
> > Hi Benjamin,
> >
> > On 4/10/2015 7:27 PM, Benjamin Poirier wrote:
> > >By default, the number of tx queues is limited by the number of online
> > >cpus in
> > >mlx4_en_get_profile(). However, this limit no
> From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org]
> On Behalf Of Jonathan Toppins
> Sent: Friday, April 10, 2015 4:04 PM
> To: Kirsher, Jeffrey T
> Cc: Brandeburg, Jesse; Nelson, Shannon; Wyborny, Carolyn; Skidmore, Donald
> C; Vick, Matthew; Ronciak, John; Williams, Mitch
> From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org]
> On Behalf Of Jonathan Toppins
> Sent: Friday, April 10, 2015 4:04 PM
> To: Kirsher, Jeffrey T
> Cc: Brandeburg, Jesse; Nelson, Shannon; Wyborny, Carolyn; Skidmore, Donald
> C; Vick, Matthew; Ronciak, John; Williams, Mitch
> From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org]
> On Behalf Of Jonathan Toppins
> Sent: Monday, April 27, 2015 8:42 AM
> To: Kirsher, Jeffrey T
> Cc: Brandeburg, Jesse; Nelson, Shannon; Wyborny, Carolyn; Skidmore, Donald
> C; Vick, Matthew; Ronciak, John; Williams, Mitch
From: Alexei Starovoitov
Date: Mon, 27 Apr 2015 14:40:37 -0700
> ALU64_DIV instruction should be dividing 64-bit by 64-bit,
> whereas do_div() does 64-bit by 32-bit divide.
> x64 and arm64 JITs correctly implement 64 by 64 unsigned divide.
> llvm BPF backend emits code assuming that ALU64_DIV doe
From: Yuval Mintz
Date: Mon, 27 Apr 2015 18:15:44 +
>>> bnx2x's 'disable_tpa=1' module option is not respected properly and TPA
>>> (transparent packet aggregation) remains enabled. Even though the
>>> module option causes LRO to be disabled, TPA is enabled in GRO mode.
>>>
>>> Additionally,
From: Murali Karicheri
Date: Mon, 27 Apr 2015 14:12:43 -0400
> Currently when interface type is MAC to Phy, netif_carrier_(on/off)
> is called which is not needed as Phy lib already updates the carrier
> status to net stack. This is needed only for other interface types
>
> Signed-off-by: Murali
From: Pablo Neira Ayuso
Date: Mon, 27 Apr 2015 20:41:55 +0200
> The following patchset contains Netfilter fixes for your net tree,
> they are:
>
> 1) Fix a crash in nf_tables when dictionaries are used from the ruleset,
>due to memory corruption, from Florian Westphal.
>
> 2) Fix another cr
From: "K. Y. Srinivasan"
Date: Mon, 27 Apr 2015 18:14:50 -0700
> Commit commit b08cc79155fc26d0d112b1470d1ece5034651a4b eliminated memory
> allocation in the packet send path. This commit introduced a bug since it
> did not account for the case if the skb was cloned. Fix this bug by
> using the p
> -Original Message-
> From: devel [mailto:driverdev-devel-boun...@linuxdriverproject.org] On
> Behalf Of K. Y. Srinivasan
> Sent: Tuesday, April 28, 2015 9:15
> To: da...@davemloft.net; netdev@vger.kernel.org; linux-
> ker...@vger.kernel.org; de...@linuxdriverproject.org; o...@aepfle.de;
>
From: Jaeden Amero
Date: Mon, 27 Apr 2015 17:43:30 -0500
> If we set the checksum field in the UDP header to 0, the checksum is
> computed correctly.
I think this is completely bogus.
A UDP checksum of zero, means "checksum not computed". And your
device isn't computing the checksum at all, bu
Hi,
Following up a bug report I received at
http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=799 it looks like the current
version iproute2's ss utility always returns an empty result set whenever
specifying the -u flag.
The problem has been bisected to 9db7bf15e22b6a1b8bc09c4a1e29571cbca55c94 and
On Mon, 2015-04-27 at 17:10 -0500, Thomas Falcon wrote:
> + if (be16_to_cpu(skb->protocol) == ETH_P_IP) {
> + skb_set_network_header(skb, 0);
> + skb_set_transport_header(skb,
> sizeof(struct ip
Commit commit b08cc79155fc26d0d112b1470d1ece5034651a4b eliminated memory
allocation in the packet send path. This commit introduced a bug since it
did not account for the case if the skb was cloned. Fix this bug by
using the pre-reserved head room only if the skb is not cloned.
Signed-off-by: K. Y
On Thu, 16 Apr 2015 21:20:06 +0200
Daniel Borkmann wrote:
> This work follows upon commit 6256f8c9e45f ("tc, bpf: finalize eBPF
> support for cls and act front-end") and takes up the idea proposed by
> Hannes Frederic Sowa to spawn a shell (or any other command) that holds
> generated eBPF map fi
Patch does not apply cleanly to current version in git.
All patches should be based off of
http://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
I suspect your mailer is corrupting whitespace.
Maybe easier to send patch as an attachment.
$ patch -p1 < ~/Downloads/v3-iproute2-
From: Jeff Westfahl
Some Cadence MACB hardware generates incorrect UDP checksums for
outgoing UDP packets with a payload of 2 bytes of less. If the UDP data
payload is 0, 1 or 2 bytes, transmit checksum offloading can compute an
incorrect UDPv4 header checksum (e.g. 0x). If we set the checksu
Add support for TSO. TSO is turned off by default and
must be enabled and configured by the user. The driver
version number is increased so that users can be sure
that they are using ibmveth with TSO support.
Cc: Brian King
Signed-off-by: Thomas Falcon
---
v2: Included statistics that were pre
This patch enables 64k rx buffer pools by default. If Cooperative
Memory Overcommitment (CMO) is enabled, the number of 64k buffers
is reduced to save memory.
Cc: Brian King
Signed-off-by: Thomas Falcon
---
drivers/net/ethernet/ibm/ibmveth.c | 3 +++
drivers/net/ethernet/ibm/ibmveth.h | 3 ++-
Enables receiving large packets from other LPARs. These packets
have a -1 IP header checksum, so we must recalculate to have
a valid checksum.
Signed-off-by: Brian King
Signed-off-by: Thomas Falcon
---
v2:
-Included statistics that were previously in a separate patch
-Zeroed the IP header che
Cc: Brian King
Signed-off-by: Thomas Falcon
---
drivers/net/ethernet/ibm/ibmveth.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/ibm/ibmveth.c
b/drivers/net/ethernet/ibm/ibmveth.c
index 25cfc26..f0ec4e5 100644
--- a/drivers/net/ethernet/ibm/ibmveth.c
+
Michael,
Please see attach files.
BTW, I have also tested this bug on at least 8 different HP 705 PCs
with the 5762 NIC, so it is probably not a manufacturer defect. In
addition, I can never replicate the same issue on the older chipset,
BCM5761, which can be found on the HP model 6005. I hope
ALU64_DIV instruction should be dividing 64-bit by 64-bit,
whereas do_div() does 64-bit by 32-bit divide.
x64 and arm64 JITs correctly implement 64 by 64 unsigned divide.
llvm BPF backend emits code assuming that ALU64_DIV does 64 by 64.
Fixes: 89aa075832b0 ("net: sock: allow eBPF programs to be a
From: Markos Chandras
3.12-stable review patch. If anyone has any objections, please let me know.
===
commit 87f966d97b89774162df04d2106c6350c8fe4cb3 upstream.
On a MIPS Malta board, tons of fifo underflow errors have been observed
when using u-boot as bootloader instead of YAMON.
Hello, Petr.
Sorry about the delay.
On Mon, Apr 20, 2015 at 05:43:07PM +0200, Petr Mladek wrote:
...
> > * Extended message formatting for console drivers is enabled iff there
>
> s/iff/if/
if and only if
> I was afraid that there might be a potential buffer overflow because
> the user-provide
Hi, all
We saw some packet corruptions with igb driver after upgrading to 3.14
kernel, but we have no idea how to reproduce it. Below are my
observations for debugging:
1) This is probably a regression from 3.10 to 3.14 as we don't see any
issue with 3.10 kernel. Someone else reported similar re
From: Florian Westphal
NFT_JUMP/GOTO erronously sets length to sizeof(void *).
We then allocate insufficient memory when such element is added to a vmap.
Suggested-by: Patrick McHardy
Signed-off-by: Florian Westphal
Signed-off-by: Pablo Neira Ayuso
---
net/netfilter/nf_tables_api.c |3 +
Hi David,
The following patchset contains Netfilter fixes for your net tree,
they are:
1) Fix a crash in nf_tables when dictionaries are used from the ruleset,
due to memory corruption, from Florian Westphal.
2) Fix another crash in nf_queue when used with br_netfilter. Also from
Florian.
From: Florian Westphal
Might not have an outdev yet. We'll oops when iface goes down while skbs
are still nfqueue'd:
RIP: 0010:[] [] dev_cmp+0x4f/0x80
nfqnl_rcv_dev_event+0xe2/0x150
notifier_call_chain+0x53/0xa0
Fixes: c737b7c4510026 ("netfilter: bridge: add helpers for fetching
physin/outdev
>> bnx2x's 'disable_tpa=1' module option is not respected properly and TPA
>> (transparent packet aggregation) remains enabled. Even though the
>> module option causes LRO to be disabled, TPA is enabled in GRO mode.
>>
>> Additionally, disabling GRO via ethtool then has no effect. One can
>> still
On Fri, Apr 24, 2015 at 3:59 PM, Dan Williams wrote:
> On Fri, 2015-04-24 at 15:40 -0700, Mahesh Bandewar wrote:
>> On Fri, Apr 24, 2015 at 1:15 PM, Dan Williams wrote:
>> > On Thu, 2015-04-23 at 14:29 -0700, Mahesh Bandewar wrote:
>> >> Processing multicast / broadcast in fast path is performanc
Currently when interface type is MAC to Phy, netif_carrier_(on/off)
is called which is not needed as Phy lib already updates the carrier
status to net stack. This is needed only for other interface types
Signed-off-by: Murali Karicheri
---
- v2: re-send to apply this on v4.1
- Fixed comment aga
On 04/27/2015 01:23 PM, David Miller wrote:
From: Murali Karicheri
Date: Mon, 27 Apr 2015 13:07:35 -0400
On 04/25/2015 03:48 PM, David Miller wrote:
From: Murali Karicheri
Date: Fri, 24 Apr 2015 15:01:41 -0400
Currently when interface type is MAC to Phy, netif_carrier_(on/off)
is called whic
On 04/27/2015, 06:25 PM, David Miller wrote:
> From: ebied...@xmission.com (Eric W. Biederman)
> Date: Mon, 27 Apr 2015 10:35:51 -0500
>
>> Jiri Slaby writes:
>>
>>> On 04/25/2015, 04:16 PM, Guenter Roeck wrote:
Several powerpc build fail with:
drivers/net/ethernet/freescale/gianfa
On Mon, Apr 27, 2015 at 8:00 AM, Niklas Cassel wrote:
> Since NULL is a valid clock, we shouldn't use
> IS_ERR_OR_NULL.
Yes, but this code is not using IS_ERR_OR_NULL.
It seems that you are not describing the problem you are trying to solve.
What is the exact issue you are seeing?
> c
1) mlx4 doesn't check fully for supported valid RSS hash function, fix from
Amir Vadai.
2) Off by one in ibmveth_change_mtu(), from David Gibson.
3) Prevent altera chip from reporting false error interrupts in some
circumstances, from Chee Nouk Phoon.
4) Get rid of that stupid endless loo
From: Michal Schmidt
Date: Mon, 27 Apr 2015 17:20:38 +0200
> bnx2x's 'disable_tpa=1' module option is not respected properly and TPA
> (transparent packet aggregation) remains enabled. Even though the
> module option causes LRO to be disabled, TPA is enabled in GRO mode.
>
> Additionally, disabl
From: Masanari Iida
Date: Mon, 27 Apr 2015 23:14:58 +0900
> This patch fix some spelling typo in drivers/net/wirless
>
> Signed-off-by: Masanari Iida
I'll let the wireless folks pick this one up, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a mess
From: Masanari Iida
Date: Mon, 27 Apr 2015 23:14:57 +0900
> This patch fix spelling typo in printk.
>
> Signed-off-by: Masanari Iida
Applied.
--
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:
From: Johan Hovold
Date: Mon, 27 Apr 2015 13:08:07 +0200
> On Mon, Apr 27, 2015 at 01:05:17PM +0200, Johan Hovold wrote:
>> On Mon, Apr 27, 2015 at 01:00:50PM +0200, Niklas Cassel wrote:
>> > Since NULL is a valid clock, we shouldn't use
>> > IS_ERR_OR_NULL.
>> >
>> > Implemented as Russell King
From: Anuradha Karuppiah
This patch introduces an IFF_PROTO_DOWN flag that can be used by
user space applications to notify drivers that errors have been
detected on the device.
Signed-off-by: Anuradha Karuppiah
Signed-off-by: Andy Gospodarek
Signed-off-by: Roopa Prabhu
Signed-off-by: Wilson
From: Anuradha Karuppiah
User space daemons can detect errors in the network that need to be
notified to the switch device drivers.
Drivers can react to this error state by doing a phy-down on the
switch-port which would result in a carrier-off locally and on the
directly connected switch. Doin
From: Anuradha Karuppiah
IFF_PROTODOWN can be set by user space applications like MLAG on detecting
errors on a switch port. This patch provides sample switch driver changes
for handling IFF_PROTODOWN. Rocker PHYS disables the port in response to
protodown.
Note: I understand Scott has some rock
From: Anuradha Karuppiah
This patch adds support to set and display the IFF_PROTO_DOWN flag. One
example user space application setting this flag is a multi-chassis LAG
application to handle split-brain situation on peer-link failure.
Example:
root@net-next:~# ip link set eth0 protodown on
root@
From: Anuradha Karuppiah
On detecting errors an application can set IFF_PROTO_DOWN on a device.
These switchdev APIs allow the switch device driver to react to
IFF_PROTO_DOWN by doing a phy down on the switch port. Doing this allows
the connected server to react quickly and prevent traffic black
From: Amir Vadai
Date: Mon, 27 Apr 2015 13:40:56 +0300
> mlx4_en_check_rxfh_func() was checking for hardware support before
> setting a known RSS hash function, but didn't do any check before
> setting unknown RSS hash function. Need to make it fail on such values.
> In this occasion, moved the a
From: Rojhalat Ibrahim
Date: Mon, 27 Apr 2015 10:37:31 +0200
> Use the new gpiod_get_array and gpiod_put_array functions
> (added to mainline in the v4.1 merge window) for obtaining and
> disposing of GPIO descriptors.
>
> Cc: David Miller
> Cc: Linus Walleij
> Signed-off-by: Rojhalat Ibrahim
From: Murali Karicheri
Date: Mon, 27 Apr 2015 13:07:35 -0400
> On 04/25/2015 03:48 PM, David Miller wrote:
>> From: Murali Karicheri
>> Date: Fri, 24 Apr 2015 15:01:41 -0400
>>
>>> Currently when interface type is MAC to Phy, netif_carrier_(on/off)
>>> is called which is not needed as Phy lib alr
From: "Chickles, Derek"
Date: Mon, 27 Apr 2015 17:04:35 +
>
>> >>
>> >> It is extremely disappointing that you've defined your own debug
>> >> logging macros, which use generic dev_*() printks, instead of using
>> >> the proper netdev_*() printk logging interfaces to do this.
>> >
>> > We ca
This fixes:
net/netfilter/nft_reject.c: In function ‘nft_reject_dump’:
net/netfilter/nft_reject.c:61:2: warning: enumeration value
‘NFT_REJECT_TCP_RST’ not handled in switch [-Wswitch]
switch (priv->type) {
^
net/netfilter/nft_reject.c:61:2: warning: enumeration value
‘
On 04/25/2015 03:48 PM, David Miller wrote:
From: Murali Karicheri
Date: Fri, 24 Apr 2015 15:01:41 -0400
Currently when interface type is MAC to Phy, netif_carrier_(on/off)
is called which is not needed as Phy lib already updates the carrier
status to net stack. This is needed only for other in
> >>
> >> It is extremely disappointing that you've defined your own debug
> >> logging macros, which use generic dev_*() printks, instead of using
> >> the proper netdev_*() printk logging interfaces to do this.
> >
> > We can make this change. I'm not sure why it was missed since we
> > have net
We ran into a kernel panic when we mixed ip netns exec with mounted
nbd devices. The problem is creating a mount namespace in ip netns
exec is pretty dangerous (details below). How about we add an option
to ip netns exec to *not* make a new mount namespace?
Details:
The problem is ip netns exec
>
> It is extremely disappointing that you've defined your own debug
> logging macros, which use generic dev_*() printks, instead of using
> the proper netdev_*() printk logging interfaces to do this.
We can make this change. I'm not sure why it was missed since we
have netif_level support. Pleas
From: "Chickles, Derek"
Date: Mon, 27 Apr 2015 16:26:27 +
>>
>> It is extremely disappointing that you've defined your own debug
>> logging macros, which use generic dev_*() printks, instead of using
>> the proper netdev_*() printk logging interfaces to do this.
>
> We can make this change.
From: Jiri Slaby
Date: Mon, 27 Apr 2015 11:10:51 +0200
> On 04/21/2015, 08:30 PM, David Miller wrote:
>> Please queue up the following networking bug fixes for 3.12, 3.14, 3.18,
>> 3.19, and 4.0 -stable, respectively.
>
> Hi,
>
> similar to other "Call dev_kfree_skby_any instead of dev_kfree_sk
From: ebied...@xmission.com (Eric W. Biederman)
Date: Mon, 27 Apr 2015 10:35:51 -0500
> Jiri Slaby writes:
>
>> On 04/25/2015, 04:16 PM, Guenter Roeck wrote:
>>> Several powerpc build fail with:
>>>
>>> drivers/net/ethernet/freescale/gianfar.c: In function 'gfar_start_xmit':
>>> drivers/net/eth
On Mon, Apr 27, 2015 at 10:35:51AM -0500, Eric W. Biederman wrote:
> Jiri Slaby writes:
>
> > On 04/25/2015, 04:16 PM, Guenter Roeck wrote:
> >> Several powerpc build fail with:
> >>
> >> drivers/net/ethernet/freescale/gianfar.c: In function 'gfar_start_xmit':
> >> drivers/net/ethernet/freescale
On Sat, 25 Apr 2015 22:54:11 +0200
Felix Janda wrote:
> Hello.
>
> Background:
> Current iproute2 does not build when the libc is musl instead of glibc.
> This is because of redefinition of in6_addr in netinet/in.h and
> linux/in6.h. There are workarounds in linux/libc-compat.h to make it
> some
On Sat, 25 Apr 2015 22:33:28 +0200
Felix Janda wrote:
> They are equivalent but the former is more common. PATH_MAX is
> specified by POSIX and needs while MAXPATHLEN has BSD
> origin and needs .
>
> PATH_MAX has already been in use in misc/lnstat.h.
>
> Signed-off-by: Felix Janda
Iproute2 i
On 4/17/15 4:23 PM, Jonathan Toppins wrote:
From: Alan Liebthal
The Quanta LY8 Ethernet management port uses a Broadcom 5461S chip for
the PHY layer. This adds support for this PHY to the Intel igb driver.
Signed-off-by: Alan Liebthal
Signed-off-by: Jonathan Toppins
---
drivers/net/etherne
On 4/10/15 7:03 PM, Jonathan Toppins wrote:
Three of the supported PCI device entries neglected to set driver data
to "board_82575". This is not a problem until a new board type is
defined, so avoid the potential problem all together.
Signed-off-by: Jonathan Toppins
---
drivers/net/ethernet/i
Jiri Slaby writes:
> On 04/25/2015, 04:16 PM, Guenter Roeck wrote:
>> Several powerpc build fail with:
>>
>> drivers/net/ethernet/freescale/gianfar.c: In function 'gfar_start_xmit':
>> drivers/net/ethernet/freescale/gianfar.c:2146:3: error: implicit declaration
>> of
>> function 'dev_consume_sk
(misspelled the list address - sorry)
On 2015-04-27 16:23, Chris Ward wrote:
With the patch actually applied, the WiFi adapter is recognised and
works,
both on boot and if the adapter is plugged in later. So, all is well.
glad to hear that - and thanks for testing!
What mainline kernel lev
bnx2x's 'disable_tpa=1' module option is not respected properly and TPA
(transparent packet aggregation) remains enabled. Even though the
module option causes LRO to be disabled, TPA is enabled in GRO mode.
Additionally, disabling GRO via ethtool then has no effect. One can
still observe tpa_* sta
Hi!
On Fri, Apr 24, 2015 at 11:58:53PM -0400, David Miller wrote:
> From: Marc Kleine-Budde
> Date: Fri, 24 Apr 2015 23:14:41 +0200
>
> > On 04/24/2015 08:47 PM, Joe Perches wrote:
> >> On Fri, 2015-04-24 at 19:20 +0200, Michael Grzeschik wrote:
> >>> Hi!
> >>
> >> Hello.
> >>
> >>> This patch
This patch fix some spelling typo in drivers/net/wirless
Signed-off-by: Masanari Iida
---
drivers/net/wireless/mwifiex/tdls.c | 2 +-
drivers/net/wireless/rtlwifi/rtl8192ee/fw.c | 2 +-
drivers/net/wireless/rtlwifi/rtl8723be/fw.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
This patch fix spelling typo in printk.
Signed-off-by: Masanari Iida
---
drivers/net/can/usb/kvaser_usb.c | 2 +-
drivers/net/ethernet/8390/etherh.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/can/usb/kvaser_usb.c b/drivers/net/can/usb/kvaser_usb.c
index
On Fri, Apr 24, 2015 at 04:04:45PM -0700, Joe Perches wrote:
> On Fri, 2015-04-24 at 19:20 +0200, Michael Grzeschik wrote:
> > The macros SET_SUBADR, ARCRESET, ARCRESET0, ACOMMAND, ASTATUS, AINTMASK
> > and ADIAGSTATUS are unnecessary indirections to the use of registers.
> > This patch removes the
Hi,
my colleagues recently reported that they had spurious problems connecting
to a specific server via ssh. Investigation showed that the kernel completely
ignored the ICMP dest. unreachable / fragmentation needed packets in this case:
client.45662 > server.22: Flags [S], seq 3738194662, win 29
On 04/23/15 20:59, Alexei Starovoitov wrote:
On 4/23/15 3:51 PM, Jamal Hadi Salim wrote:
So you are planning to add queues? If you are that is a different
discussion (and the use case needs some clarity).
nope. I wasn't planning to do that.
Then i would say, lets just keep the naming conve
From: Eyal Perry
This ethtool patch adds support to set and get the current RSS hash
function for the device through through the new hfunc field in the
ethtool_rxfh struct. Kernel supported hash function names are queried
with ETHTOOL_GSTRINGS (value 0 is reserved and skipped).
Although currentl
On Mon, Apr 27, 2015 at 01:05:17PM +0200, Johan Hovold wrote:
> On Mon, Apr 27, 2015 at 01:00:50PM +0200, Niklas Cassel wrote:
> > Since NULL is a valid clock, we shouldn't use
> > IS_ERR_OR_NULL.
> >
> > Implemented as Russell King suggested in:
> >
> > http://lkml.kernel.org/r/20150207172949.ge
On Mon, Apr 27, 2015 at 01:00:50PM +0200, Niklas Cassel wrote:
> Since NULL is a valid clock, we shouldn't use
> IS_ERR_OR_NULL.
>
> Implemented as Russell King suggested in:
>
> http://lkml.kernel.org/r/20150207172949.ge8...@n2100.arm.linux.org.uk
>
> Signed-off-by: Niklas Cassel
> ---
> driv
Since NULL is a valid clock, we shouldn't use
IS_ERR_OR_NULL.
Implemented as Russell King suggested in:
http://lkml.kernel.org/r/20150207172949.ge8...@n2100.arm.linux.org.uk
Signed-off-by: Niklas Cassel
---
drivers/net/phy/micrel.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
On 4/27/2015 6:02 AM, David Miller wrote:
> From: Amir Vadai
> Date: Sun, 26 Apr 2015 17:36:04 +0300
>
>> Hash function is represented as an eight bit field, every bit represents a
>> function. Currently possible values are: 1 for Toeplitz and 2 for XOR.
>> This commit changes the representation
mlx4_en_check_rxfh_func() was checking for hardware support before
setting a known RSS hash function, but didn't do any check before
setting unknown RSS hash function. Need to make it fail on such values.
In this occasion, moved the actual setting of the new value from the
check function into mlx4_
On Fri, Apr 24, 2015 at 04:49:31PM +0800, roy.qing...@gmail.com wrote:
> From: Li RongQing
>
> Check x->km.state with XFRM_STATE_ACQ only when state is not
> XFRM_STAT_VALID, not everytime
>
> Signed-off-by: Li RongQing
Applied to ipsec-next, thanks a lot Li!
--
To unsubscribe from this list:
On Thu, Apr 23, 2015 at 11:06:53AM +0800, roy.qing...@gmail.com wrote:
> From: Li RongQing
>
> If xfrm_*_register_afinfo failed since xfrm_*_afinfo[afinfo->family] had the
> value, return the -EEXIST, not -ENOBUFS
>
> Signed-off-by: Li RongQing
Also applied to ipsec-next, thanks!
--
To unsubsc
On Wed, Apr 22, 2015 at 05:13:18PM +0800, Herbert Xu wrote:
> On Wed, Apr 22, 2015 at 05:09:54PM +0800, roy.qing...@gmail.com wrote:
> > From: Li RongQing
> >
> > The walk from input is the list header, and marked as dead, and will
> > be skipped in loop.
> >
> > list_first_entry() can be used t
On Wed, Apr 22, 2015 at 03:51:16PM +0800, roy.qing...@gmail.com wrote:
> From: Li RongQing
>
> The task of xfrm_queue_purge is same as skb_queue_purge, so remove it
>
> Signed-off-by: Li RongQing
Applied to ipsec-next, thanks!
--
To unsubscribe from this list: send the line "unsubscribe netdev
Hi dear,
It is my pleasure to meet you , I hope all is well with you.
I am Regina Sanchez, a United States army officer from the United States of
America. I am supportive, loving and humble. I really need a good friend with
whom I can have a genuine , meaningful and intimate relationship full o
From: Sergei Shtylyov
> Sent: 24 April 2015 19:27
...
> > If you have ethernet hardware that requires tx or rx buffers to be on
> > 4n boundaries you should send it back as 'not fit for purpose'.
>
> The RX buffers can be adjusted with skb_resrerve(), it's only the TX
> buffers that need to b
On 04/21/2015, 08:30 PM, David Miller wrote:
> Please queue up the following networking bug fixes for 3.12, 3.14, 3.18,
> 3.19, and 4.0 -stable, respectively.
Hi,
similar to other "Call dev_kfree_skby_any instead of dev_kfree_skb.", I
believe, that mlx4 (only) in 3.14 should receive the fix too:
On 04/27/15 07:00, Fu, Zhonghui wrote:
ACPI will manage WiFi chip's power state during suspend/resume
process on some tablet platforms(such as ASUS T100TA). This is
not supported by brcmfmac driver now, and the context of WiFi
chip will be damaged after resume. This patch disconnects the
relation
On 04/27/15 07:06, Fu, Zhonghui wrote:
Need to keep the power supply for WiFi chip during system suspension.
Otherwise, the context of WiFi chip will be lost.
I already submitted a patch doing exactly the same thing [1]
Regards,
Arend
[1] https://patchwork.kernel.org/patch/6217391/
Signed-o
On 04/25/2015, 04:16 PM, Guenter Roeck wrote:
> Several powerpc build fail with:
>
> drivers/net/ethernet/freescale/gianfar.c: In function 'gfar_start_xmit':
> drivers/net/ethernet/freescale/gianfar.c:2146:3: error: implicit declaration
> of
> function 'dev_consume_skb_any' [-Werror=implicit-func
Use the new gpiod_get_array and gpiod_put_array functions
(added to mainline in the v4.1 merge window) for obtaining and
disposing of GPIO descriptors.
Cc: David Miller
Cc: Linus Walleij
Signed-off-by: Rojhalat Ibrahim
---
drivers/net/phy/mdio-mux-gpio.c | 60 +++-
Am 27.04.2015 um 09:29 schrieb Richard Weinberger:
> Hi!
>
> Am 27.04.2015 um 05:00 schrieb Hajime Tazaki:
>> This is the 4th version of Linux LibOS patchset which reflects a
>> couple of comments received from people.
>>
>> changes from v3:
>> - Patch 09/10 ("lib: libos build scripts and document
Hi!
Am 27.04.2015 um 05:00 schrieb Hajime Tazaki:
> This is the 4th version of Linux LibOS patchset which reflects a
> couple of comments received from people.
>
> changes from v3:
> - Patch 09/10 ("lib: libos build scripts and documentation")
> 1) Remove RFC (now it's a proposal)
> 2) build envi
100 matches
Mail list logo