[E1000-devel] [PATCH net-next] ethernet: Use bool function returns of true/false instead of 1/0

2015-03-29 Thread Joe Perches
Use bool constants as the return values instead of 1 and 0. Signed-off-by: Joe Perches j...@perches.com --- To be honest I'd might rather get bunches of these, there has to be a ton of them, than a slow trickle of one every few weeks/days. There aren't too many...

[E1000-devel] Tablets e Celulares por 94,90! Aproveite!

2015-03-29 Thread Outlet Hiper Mais Barato
Adicione ven...@hipermaisbarato.com.br aos seus endereços para sempre receber nossas ofertas. Se você não está conseguindo ver o conteúdo deste email acesse este link [http://promo5fun.com/newapp/link.php?M=903726N=285L=1957F=T] [http://promo5fun.com/newapp/link.php?M=903726N=285L=1958F=T]

Re: [E1000-devel] [PATCH 56/86] intel/ixgb: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Stephen Hemminger
Patch was rejected upstream by Greg On Sun, Mar 29, 2015 at 4:55 PM, Jeff Kirsher jeffrey.t.kirs...@intel.com wrote: On Sun, 2015-03-29 at 15:41 +0200, Michael S. Tsirkin wrote: Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the

[E1000-devel] [PATCH 56/86] intel/ixgb: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/net/ethernet/intel/ixgb/ixgb_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [E1000-devel] [PATCH v2 net-next 0/7] Stacked vlan TSO

2015-03-29 Thread David Miller
From: Toshiaki Makita makita.toshi...@lab.ntt.co.jp Date: Fri, 27 Mar 2015 14:31:09 +0900 On the basis of Netdev 0.1 discussion[1], I made a patch set to enable TSO for packets with multiple vlans. Series applied, thank you.

Re: [E1000-devel] [PATCH 56/86] intel/ixgb: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Jeff Kirsher
On Sun, 2015-03-29 at 15:41 +0200, Michael S. Tsirkin wrote: Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin m...@redhat.com ---