index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
e1000
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-120
/
+131
*
e1000: rename struct e1000_buffer to e1000_tx_buffer
Florian Westphal
2014-09-12
3
-17
/
+17
*
e1000: add and use e1000_rx_buffer info for Rx
Florian Westphal
2014-09-12
3
-23
/
+27
*
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
3
-80
/
+77
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-09-07
1
-8
/
+11
|
\
|
*
e1000: Fix TSO for non-accelerated vlan traffic
Vlad Yasevich
2014-08-25
1
-8
/
+11
*
|
e1000: e1000_ethertool.c coding style fixes
Krzysztof Majzerowicz-Jaszcz
2014-09-06
1
-76
/
+79
|
/
*
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-08-12
1
-1
/
+1
*
e1000: remove unnecessary break after return
Fabian Frederick
2014-07-20
2
-5
/
+0
*
net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate
Jiri Pirko
2014-06-06
1
-2
/
+2
*
e1000: Use time_after() for time comparison
Manuel Schölling
2014-06-03
1
-1
/
+2
*
e1000: remove the check: skb->len<=0
Yongjian Xu
2014-06-03
1
-5
/
+0
*
e1000: Use is_broadcast_ether_addr/is_multicast_ether_addr helpers
Tobias Klauser
2014-05-27
1
-2
/
+2
*
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-05-13
1
-1
/
+1
*
e1000: remove open-coded skb_cow_head
Francois Romieu
2014-04-11
1
-6
/
+5
*
e1000: remove debug messages with function names
Jakub Kicinski
2014-04-11
1
-124
/
+0
*
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-16
1
-1
/
+0
*
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
2
-35
/
+3
*
e1000: prevent oops when adapter is being closed and reset simultaneously
yzhu1
2013-11-29
2
-0
/
+14
*
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
*
|
intel: Remove extern from function prototypes
Joe Perches
2013-09-24
1
-16
/
+16
|
/
*
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
Joe Perches
2013-08-29
1
-4
/
+4
*
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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-01
1
-3
/
+11
|
\
|
*
e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_rings
Christoph Paasch
2013-03-27
1
-3
/
+11
*
|
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
Joe Perches
2013-03-17
1
-4
/
+2
*
|
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
5
-528
/
+586
*
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
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-12-13
1
-1
/
+1
|
\
|
*
treewide: fix typo of "suppport" in various comments
Masanari Iida
2012-11-19
1
-1
/
+1
*
|
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
2012-12-07
2
-4
/
+3
*
|
net/intel: remove __dev* attributes
Bill Pemberton
2012-12-03
2
-11
/
+11
*
|
e1000: fix concurrent accesses to PHY from watchdog and ethtool
Maxime Bizon
2012-11-01
1
-2
/
+15
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-10-02
2
-0
/
+53
|
\
|
*
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
2
-0
/
+43
*
|
|
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
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
netdev: make pci_error_handlers const
Stephen Hemminger
2012-09-07
1
-1
/
+1
|
|
/
*
/
e1000: Small packets may get corrupted during padding by HW
Tushar Dave
2012-09-18
1
-0
/
+11
|
/
[next]