On Sat, Oct 22, 2016 at 09:27:59PM +0200, Stefan Richter wrote:
> Adding Cc: linux1394-devel, dropping several Ccs, no additional comment.
>
> On Oct 22 Stefan Richter wrote:
> > On Oct 20 Jarod Wilson wrote:
> > > firewire-net:
> > > - set min/max_mtu
> > > - remove fwnet_change_mtu
> > [...]
>
On Sat, Oct 22, 2016 at 09:46:24AM +0200, Sven Eckelmann wrote:
> The maximum MTU is defined via the slave devices of an batman-adv
> interface. Thus it is not possible to calculate the max_mtu during the
> creation of the batman-adv device when no slave devices are attached. Doing
> so would for e
From: Cyrill Gorcunov
Date: Fri, 21 Oct 2016 13:03:44 +0300
> In criu we are actively using diag interface to collect sockets
> present in the system when dumping applications. And while for
> unix, tcp, udp[lite], packet, netlink it works as expected,
> the raw sockets do not have. Thus add it.
From: Jann Horn
Date: Sat, 22 Oct 2016 23:23:42 +0200
> On Thu, Oct 20, 2016 at 02:37:47PM -0400, David Miller wrote:
>> From: Pablo Neira Ayuso
>> Date: Thu, 20 Oct 2016 20:22:24 +0200
>>
>> > On Sat, Sep 24, 2016 at 12:21:04AM +0200, Jann Horn wrote:
>> >> This prevents the modification of nf
On Thu, Oct 20, 2016 at 02:37:47PM -0400, David Miller wrote:
> From: Pablo Neira Ayuso
> Date: Thu, 20 Oct 2016 20:22:24 +0200
>
> > On Sat, Sep 24, 2016 at 12:21:04AM +0200, Jann Horn wrote:
> >> This prevents the modification of nf_conntrack_max in unprivileged network
> >> namespaces. For unp
From:
Date: Fri, 21 Oct 2016 04:43:38 -0400
> The patch series contains several minor bug fixes for qed/qede modules.
> Please consider applying this to 'net' branch.
Series applied, thanks.
From: Andrei Vagin
Date: Thu, 20 Oct 2016 19:46:26 -0700
> @@ -1525,6 +1530,9 @@ void netdev_unregister_kobject(struct net_device *ndev)
> {
> struct device *dev = &(ndev->dev);
>
> + if (!list_empty(&dev_net(ndev)->exit_list))
> + dev->kobj.uevent_suppress = 1;
> +
Plea
From: Daniel Borkmann
Date: Fri, 21 Oct 2016 00:30:25 +0200
> This patch set adds a helper for retrieving current numa node
> id and a test case for SO_REUSEPORT.
Series applied.
From: Paolo Abeni
Date: Fri, 21 Oct 2016 13:55:44 +0200
> This patch series refactor the udp memory accounting, replacing the
> generic implementation with a custom one, in order to remove the needs for
> locking the socket on the enqueue and dequeue operations. The socket backlog
> usage is drop
From: Cong Wang
Date: Thu, 20 Oct 2016 14:19:46 -0700
> This reverts commit a681574c99be23e4d20b769bf0e543239c364af5
> ("ipv4: disable BH in set_ping_group_range()") because we never
> read ping_group_range in BH context (unlike local_port_range).
>
> Then, since we already have a lock for ping_
From: Florian Fainelli
Date: Fri, 21 Oct 2016 14:21:54 -0700
> These are the two patches following the discussing we had on
> kexec_in_progress.
>
> Feel free to apply or discard them, thanks!
Applied, thanks.
I'm tired of hearing you guys go back and forth with each other and
will simply apply the revert.
Thanks.
On Fri, Oct 21, 2016 at 11:38 PM, Cong Wang wrote:
> On Fri, Oct 21, 2016 at 6:49 PM, Paul Moore wrote:
>> Eventually we should be able to reintroduce this code once we have
>> rewritten the audit multicast code to queue messages much the same
>> way we do for unicast messages. A tracking issue
Adding Cc: linux1394-devel, dropping several Ccs, no additional comment.
On Oct 22 Stefan Richter wrote:
> On Oct 20 Jarod Wilson wrote:
> > firewire-net:
> > - set min/max_mtu
> > - remove fwnet_change_mtu
> [...]
> > --- a/drivers/firewire/net.c
> > +++ b/drivers/firewire/net.c
> > @@ -1349,15
On Oct 20 Jarod Wilson wrote:
> firewire-net:
> - set min/max_mtu
> - remove fwnet_change_mtu
[...]
> --- a/drivers/firewire/net.c
> +++ b/drivers/firewire/net.c
[...]
> @@ -1478,9 +1467,10 @@ static int fwnet_probe(struct fw_unit *unit,
>* Use the RFC 2734 default 1500 octets or the maximu
On Fri, Oct 21, 2016 at 11:26 PM, Cong Wang wrote:
> On Fri, Oct 21, 2016 at 1:03 PM, Paul Moore wrote:
>> On Fri, Oct 21, 2016 at 2:02 PM, Cong Wang wrote:
>>> On Fri, Oct 21, 2016 at 9:19 AM, Paul Moore wrote:
On Thu, Oct 20, 2016 at 7:35 PM, Cong Wang
wrote:
> This is what I
On Oct 22 Stefan Richter wrote:
> On Oct 19 Jarod Wilson wrote:
> > On Thu, Oct 20, 2016 at 12:38:46AM +0200, Stefan Richter wrote:
> > > On Oct 19 Sabrina Dubroca wrote:
> > > > 2016-10-18, 22:33:33 -0400, Jarod Wilson wrote:
[...]
> > > > > @@ -1481,6 +1471,8 @@ static int fwnet_probe(struct
On Sat, Oct 22, 2016 at 8:57 AM, Eric Garver wrote:
> On Sat, Oct 22, 2016 at 12:16:29AM +0200, Arnd Bergmann wrote:
>> On Friday, October 21, 2016 11:05:45 PM CEST Arnd Bergmann wrote:
>> >
>> > Can you explain why "dissector_uses_key(flow_dissector,
>> > FLOW_DISSECTOR_KEY_VLAN) && skb_vlan_tag_
Instead of custom approach re-use generic helper to convert bytes to hex
format.
The output is slightly changed, namely string starts from the first dword
value.
Signed-off-by: Andy Shevchenko
---
drivers/isdn/hardware/eicon/message.c | 34 --
1 file changed, 4 i
On Sat, Oct 22, 2016 at 12:16:29AM +0200, Arnd Bergmann wrote:
> On Friday, October 21, 2016 11:05:45 PM CEST Arnd Bergmann wrote:
> >
> > Can you explain why "dissector_uses_key(flow_dissector,
> > FLOW_DISSECTOR_KEY_VLAN) && skb_vlan_tag_present(skb)" implies
> > "eth_type_vlan(proto))"?
> >
>
Sat, Oct 22, 2016 at 04:31:06PM CEST, weiyj...@gmail.com wrote:
>From: Wei Yongjun
>
>Fix to return error code -EINVAL from the error handling
>case instead of 0, as done elsewhere in this function.
>
>Signed-off-by: Wei Yongjun
Fixes: e420114eef4a ("rocker: introduce worlds infrastructure")
Ack
From: Wei Yongjun
This node pointer is returned by of_get_child_by_name() with refcount
incremented in this function. of_node_put() on it before exitting this
function.
This is detected by Coccinelle semantic patch.
Signed-off-by: Wei Yongjun
---
drivers/net/ethernet/ti/netcp_core.c | 4
From: Wei Yongjun
Use setup_timer() instead of init_timer(), being the preferred/standard
way to set a timer up.
Also, quoting the mod_timer() function comment:
-> mod_timer() is a more efficient way to update the expire field of an
active timer (if the timer is inactive it will be activated)
From: Wei Yongjun
Fix to return error code -ENODEV from the DMA is not supported error
handling case instead of 0, as done elsewhere in this function.
Signed-off-by: Wei Yongjun
---
drivers/net/ethernet/amd/xgbe/xgbe-main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ethern
From: Wei Yongjun
It is not allowed to call kfree_skb() from hardware interrupt
context or with interrupts being disabled, spin_lock_irqsave()
make sure always in irq disable context. So the kfree_skb()
should be replaced with dev_kfree_skb_irq().
This is detected by Coccinelle semantic patch.
From: Wei Yongjun
Fix to return error code -EINVAL from the error handling
case instead of 0, as done elsewhere in this function.
Signed-off-by: Wei Yongjun
---
drivers/net/ethernet/rocker/rocker_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/ro
From: Wei Yongjun
Fix to return error code -EINVAL from the error handling
case instead of 0, as done elsewhere in this function.
Signed-off-by: Wei Yongjun
---
drivers/net/ethernet/altera/altera_tse_main.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/ethernet/altera/alter
From: Wei Yongjun
Use setup_timer function instead of initializing timer with the function
and data fields.
Signed-off-by: Wei Yongjun
---
drivers/net/dsa/mv88e6xxx/chip.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/ds
Hello
My Name is Steven Moore.We seek the service of a Secret Shopper in our
apex-consult Organization. The assignment will pay per duty .You can make $200
everyday , depends on how fast you able to take up your work. I am sure you
cannot spend more than 1-2 hours per day on your assignment
From: Wei Yongjun
It's not necessary to free memory allocated with devm_kzalloc in the
remove path and using kfree leads to a double free.
Fixes: 84640e27f230 ("net: netcp: Add Keystone NetCP core ethernet
driver")
Signed-off-by: Wei Yongjun
---
drivers/net/ethernet/ti/netcp_core.c | 2 --
1 f
On Oct 18 Jarod Wilson wrote:
> On Tue, Oct 18, 2016 at 04:45:51PM +0300, Denis Kirjanov wrote:
> > On 10/17/16, Jarod Wilson wrote:
[...]
> > > --- a/drivers/net/ethernet/dlink/sundance.c
> > > +++ b/drivers/net/ethernet/dlink/sundance.c
> > > @@ -580,6 +580,10 @@ static int sundance_probe1(struc
On Oct 19 Jarod Wilson wrote:
> On Thu, Oct 20, 2016 at 12:38:46AM +0200, Stefan Richter wrote:
> > On Oct 19 Sabrina Dubroca wrote:
> > > 2016-10-18, 22:33:33 -0400, Jarod Wilson wrote:
> > > [...]
> > > > diff --git a/drivers/firewire/net.c b/drivers/firewire/net.c
> > > > index 309311b..b5f125c
The maximum MTU is defined via the slave devices of an batman-adv
interface. Thus it is not possible to calculate the max_mtu during the
creation of the batman-adv device when no slave devices are attached. Doing
so would for example break non-fragmentation setups which then
(incorrectly) allow an
Hi Cong,
On Thu, Oct 20, 2016 at 10:25 PM, Andrey Vagin wrote:
> On Thu, Oct 20, 2016 at 8:10 PM, Cong Wang wrote:
>> On Thu, Oct 20, 2016 at 7:46 PM, Andrei Vagin wrote:
>>> No one can see these events, because a network namespace can not be
>>> destroyed, if it has sockets.
>>>
>>
>> Are you
On Donnerstag, 20. Oktober 2016 13:55:22 CEST Jarod Wilson wrote:
[...]
> batman-adv:
> - set max_mtu
> - remove batadv_interface_change_mtu
> - initialization is a little async, not 100% certain that max_mtu is set
> in the optimal place, don't have hardware to test with
batman-adv is creating
35 matches
Mail list logo