search for: frag_id_hash

Displaying 8 results from an estimated 8 matches for "frag_id_hash".

2015 Jan 28
2
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...00644 > --- a/include/linux/netdevice.h > +++ b/include/linux/netdevice.h > @@ -1508,6 +1508,9 @@ struct net_device { > * part of the usual set specified in Space.c. > */ > > + /* Extra hash to mix into IPv6 frag ID on packets received from here. */ > + unsigned int frag_id_hash; > + > unsigned long state; > > struct list_head dev_list; > diff --git a/net/core/dev.c b/net/core/dev.c > index 683d493..56f1898 100644 > --- a/net/core/dev.c > +++ b/net/core/dev.c > @@ -3625,6 +3625,7 @@ static int __netif_receive_skb_core(struct sk_buff *skb,...
2015 Jan 28
2
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...00644 > --- a/include/linux/netdevice.h > +++ b/include/linux/netdevice.h > @@ -1508,6 +1508,9 @@ struct net_device { > * part of the usual set specified in Space.c. > */ > > + /* Extra hash to mix into IPv6 frag ID on packets received from here. */ > + unsigned int frag_id_hash; > + > unsigned long state; > > struct list_head dev_list; > diff --git a/net/core/dev.c b/net/core/dev.c > index 683d493..56f1898 100644 > --- a/net/core/dev.c > +++ b/net/core/dev.c > @@ -3625,6 +3625,7 @@ static int __netif_receive_skb_core(struct sk_buff *skb,...
2015 Jan 28
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...nux/netdevice.h index 679e6e9..1ee9a3a 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1508,6 +1508,9 @@ struct net_device { * part of the usual set specified in Space.c. */ + /* Extra hash to mix into IPv6 frag ID on packets received from here. */ + unsigned int frag_id_hash; + unsigned long state; struct list_head dev_list; diff --git a/net/core/dev.c b/net/core/dev.c index 683d493..56f1898 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -3625,6 +3625,7 @@ static int __netif_receive_skb_core(struct sk_buff *skb, bool pfmemalloc) trace_netif_receive_skb(sk...
2015 Jan 28
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...nux/netdevice.h index 679e6e9..1ee9a3a 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1508,6 +1508,9 @@ struct net_device { * part of the usual set specified in Space.c. */ + /* Extra hash to mix into IPv6 frag ID on packets received from here. */ + unsigned int frag_id_hash; + unsigned long state; struct list_head dev_list; diff --git a/net/core/dev.c b/net/core/dev.c index 683d493..56f1898 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -3625,6 +3625,7 @@ static int __netif_receive_skb_core(struct sk_buff *skb, bool pfmemalloc) trace_netif_receive_skb(sk...
2015 Jan 28
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...evice.h > > +++ b/include/linux/netdevice.h > > @@ -1508,6 +1508,9 @@ struct net_device { > > * part of the usual set specified in Space.c. > > */ > > > > + /* Extra hash to mix into IPv6 frag ID on packets received from here. */ > > + unsigned int frag_id_hash; > > + > > unsigned long state; > > > > struct list_head dev_list; > > diff --git a/net/core/dev.c b/net/core/dev.c > > index 683d493..56f1898 100644 > > --- a/net/core/dev.c > > +++ b/net/core/dev.c > > @@ -3625,6 +3625,7 @@ static int _...
2015 Jan 28
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...evice.h > > +++ b/include/linux/netdevice.h > > @@ -1508,6 +1508,9 @@ struct net_device { > > * part of the usual set specified in Space.c. > > */ > > > > + /* Extra hash to mix into IPv6 frag ID on packets received from here. */ > > + unsigned int frag_id_hash; > > + > > unsigned long state; > > > > struct list_head dev_list; > > diff --git a/net/core/dev.c b/net/core/dev.c > > index 683d493..56f1898 100644 > > --- a/net/core/dev.c > > +++ b/net/core/dev.c > > @@ -3625,6 +3625,7 @@ static int _...
2015 Jan 28
7
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
Hi, On Mi, 2015-01-28 at 11:46 +0200, Michael S. Tsirkin wrote: > On Wed, Jan 28, 2015 at 09:25:08AM +0100, Hannes Frederic Sowa wrote: > > Hello, > > > > On Di, 2015-01-27 at 18:08 +0200, Michael S. Tsirkin wrote: > > > On Tue, Jan 27, 2015 at 05:02:31PM +0100, Hannes Frederic Sowa wrote: > > > > On Di, 2015-01-27 at 09:26 -0500, Vlad Yasevich wrote:
2015 Jan 28
7
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
Hi, On Mi, 2015-01-28 at 11:46 +0200, Michael S. Tsirkin wrote: > On Wed, Jan 28, 2015 at 09:25:08AM +0100, Hannes Frederic Sowa wrote: > > Hello, > > > > On Di, 2015-01-27 at 18:08 +0200, Michael S. Tsirkin wrote: > > > On Tue, Jan 27, 2015 at 05:02:31PM +0100, Hannes Frederic Sowa wrote: > > > > On Di, 2015-01-27 at 09:26 -0500, Vlad Yasevich wrote: