index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
e1000
/
e1000_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-04-09
1
-2
/
+19
|
\
|
*
e1000: Double Tx descriptors needed check for 82544
Alexander Duyck
2016-04-05
1
-1
/
+18
|
*
e1000: Do not overestimate descriptor counts in Tx pre-check
Alexander Duyck
2016-04-05
1
-1
/
+1
*
|
e1000: call ndo_stop() instead of dev_close() when running offline selftest
Stefan Assmann
2016-04-06
1
-4
/
+4
|
/
*
e1000: fix a typo in the comment
Jean Sacren
2015-12-12
1
-1
/
+1
*
e1000: clean up the checking logic
Jean Sacren
2015-12-12
1
-5
/
+5
*
e1000: Remove checkpatch coding style errors
Janusz Wolak
2015-12-12
1
-51
/
+65
*
e1000: fix data race between tx_ring->next_to_clean
Dmitriy Vyukov
2015-12-12
1
-1
/
+4
*
drivers/net/intel: use napi_complete_done()
Jesse Brandeburg
2015-10-16
1
-1
/
+1
*
e1000: Replace e1000_free_frag with skb_free_frag
Alexander Duyck
2015-05-12
1
-12
/
+7
*
e1000, e1000e: Use dma_rmb instead of rmb for descriptor read ordering
Alexander Duyck
2015-04-08
1
-3
/
+3
*
ethernet: codespell comment spelling fixes
Joe Perches
2015-03-08
1
-1
/
+1
*
e1000: add dummy allocator to fix race condition between mtu change and netpoll
Sabrina Dubroca
2015-03-06
1
-1
/
+9
*
e1000: call netif_carrier_off early on down
Eliezer Tamir
2015-03-06
1
-1
/
+1
*
net: e1000: support txtd update delay via xmit_more
Florian Westphal
2015-01-22
1
-6
/
+9
*
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2015-01-13
1
-2
/
+3
*
ethernet/intel: Use napi_alloc_skb
Alexander Duyck
2014-12-10
1
-1
/
+1
*
ethernet/intel: Use eth_skb_pad and skb_put_padto helpers
Alexander Duyck
2014-12-08
1
-6
/
+2
*
e1000: unset IFF_UNICAST_FLT on WMware 82545EM
Francesco Ruggeri
2014-10-30
1
-1
/
+4
*
e1000: switch to napi_gro_frags api
Florian Westphal
2014-09-12
1
-17
/
+32
*
e1000: convert to build_skb
Florian Westphal
2014-09-12
1
-104
/
+112
*
e1000: rename struct e1000_buffer to e1000_tx_buffer
Florian Westphal
2014-09-12
1
-11
/
+12
*
e1000: add and use e1000_rx_buffer info for Rx
Florian Westphal
2014-09-12
1
-18
/
+17
*
e1000: perform copybreak ahead of DMA unmap
Florian Westphal
2014-09-12
1
-30
/
+43
*
e1000: move tbi workaround code into helper function
Florian Westphal
2014-09-12
1
-30
/
+33
*
e1000: move e1000_tbi_adjust_stats to where its used
Florian Westphal
2014-09-12
1
-0
/
+77
*
e1000: Fix TSO for non-accelerated vlan traffic
Vlad Yasevich
2014-08-25
1
-8
/
+11
*
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-08-12
1
-1
/
+1
*
e1000: remove the check: skb->len<=0
Yongjian Xu
2014-06-03
1
-5
/
+0
*
e1000: remove open-coded skb_cow_head
Francois Romieu
2014-04-11
1
-6
/
+5
*
e1000: fix possible reset_task running after adapter down
Vladimir Davydov
2013-11-30
1
-4
/
+11
*
e1000: fix lockdep warning in e1000_reset_task
Vladimir Davydov
2013-11-29
1
-33
/
+3
*
e1000: prevent oops when adapter is being closed and reset simultaneously
yzhu1
2013-11-29
1
-0
/
+9
*
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2013-11-14
1
-7
/
+2
|
\
|
*
DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() wit...
Russell King
2013-09-21
1
-7
/
+2
*
|
e1000: fix wrong queue idx calculation
Hong Zhiguo
2013-11-01
1
-2
/
+1
|
/
*
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
2013-04-19
1
-1
/
+1
*
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
2013-04-19
1
-8
/
+14
*
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2013-04-19
1
-8
/
+8
*
drivers:net: Remove dma_alloc_coherent OOM messages
Joe Perches
2013-03-15
1
-7
/
+0
*
e1000: fix whitespace issues and multi-line comments
Jeff Kirsher
2013-02-15
1
-164
/
+158
*
drivers: net: Remove remaining alloc/OOM messages
Joe Perches
2013-02-08
1
-11
/
+3
*
remove init of dev->perm_addr in drivers
Jiri Pirko
2013-01-08
1
-2
/
+1
*
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
2012-12-07
1
-2
/
+1
*
net/intel: remove __dev* attributes
Bill Pemberton
2012-12-03
1
-6
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-10-02
1
-0
/
+14
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-09-28
1
-0
/
+11
|
|
\
|
*
|
e1000: add byte queue limits
Otto Estuardo Solares Cabrera
2012-09-15
1
-0
/
+10
|
*
|
e1000: configure and read MDI settings
Jesse Brandeburg
2012-08-21
1
-0
/
+4
*
|
|
Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2012-10-01
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
[next]