index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
e1000
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-08
e1000, e1000e: Use dma_rmb instead of rmb for descriptor read ordering
Alexander Duyck
1
-3
/
+3
2015-03-08
ethernet: codespell comment spelling fixes
Joe Perches
1
-1
/
+1
2015-03-06
e1000: add dummy allocator to fix race condition between mtu change and netpoll
Sabrina Dubroca
1
-1
/
+9
2015-03-06
e1000: call netif_carrier_off early on down
Eliezer Tamir
1
-1
/
+1
2015-01-22
net: e1000: support txtd update delay via xmit_more
Florian Westphal
1
-6
/
+9
2015-01-22
e1000: fix time comparison
Asaf Vertz
1
-1
/
+2
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-2
/
+3
2014-12-10
ethernet/intel: Use napi_alloc_skb
Alexander Duyck
1
-1
/
+1
2014-12-08
ethernet/intel: Use eth_skb_pad and skb_put_padto helpers
Alexander Duyck
1
-6
/
+2
2014-10-30
e1000: unset IFF_UNICAST_FLT on WMware 82545EM
Francesco Ruggeri
1
-1
/
+4
2014-09-12
e1000: switch to napi_gro_frags api
Florian Westphal
1
-17
/
+32
2014-09-12
e1000: convert to build_skb
Florian Westphal
3
-120
/
+131
2014-09-12
e1000: rename struct e1000_buffer to e1000_tx_buffer
Florian Westphal
3
-17
/
+17
2014-09-12
e1000: add and use e1000_rx_buffer info for Rx
Florian Westphal
3
-23
/
+27
2014-09-12
e1000: perform copybreak ahead of DMA unmap
Florian Westphal
1
-30
/
+43
2014-09-12
e1000: move tbi workaround code into helper function
Florian Westphal
1
-30
/
+33
2014-09-12
e1000: move e1000_tbi_adjust_stats to where its used
Florian Westphal
3
-80
/
+77
2014-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+11
2014-09-06
e1000: e1000_ethertool.c coding style fixes
Krzysztof Majzerowicz-Jaszcz
1
-76
/
+79
2014-08-25
e1000: Fix TSO for non-accelerated vlan traffic
Vlad Yasevich
1
-8
/
+11
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-07-20
e1000: remove unnecessary break after return
Fabian Frederick
2
-5
/
+0
2014-06-06
net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate
Jiri Pirko
1
-2
/
+2
2014-06-03
e1000: Use time_after() for time comparison
Manuel Schölling
1
-1
/
+2
2014-06-03
e1000: remove the check: skb->len<=0
Yongjian Xu
1
-5
/
+0
2014-05-27
e1000: Use is_broadcast_ether_addr/is_multicast_ether_addr helpers
Tobias Klauser
1
-2
/
+2
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-04-11
e1000: remove open-coded skb_cow_head
Francois Romieu
1
-6
/
+5
2014-04-11
e1000: remove debug messages with function names
Jakub Kicinski
1
-124
/
+0
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-11-30
e1000: fix possible reset_task running after adapter down
Vladimir Davydov
1
-4
/
+11
2013-11-29
e1000: fix lockdep warning in e1000_reset_task
Vladimir Davydov
2
-35
/
+3
2013-11-29
e1000: prevent oops when adapter is being closed and reset simultaneously
yzhu1
2
-0
/
+14
2013-11-14
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-7
/
+2
2013-11-01
e1000: fix wrong queue idx calculation
Hong Zhiguo
1
-2
/
+1
2013-09-24
intel: Remove extern from function prototypes
Joe Perches
1
-16
/
+16
2013-09-21
DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() wit...
Russell King
1
-7
/
+2
2013-08-29
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
Joe Perches
1
-4
/
+4
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
1
-1
/
+1
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
1
-8
/
+14
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-8
/
+8
2013-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+11
2013-03-27
e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_rings
Christoph Paasch
1
-3
/
+11
2013-03-17
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
Joe Perches
1
-4
/
+2
2013-03-15
drivers:net: Remove dma_alloc_coherent OOM messages
Joe Perches
1
-7
/
+0
2013-02-15
e1000: fix whitespace issues and multi-line comments
Jeff Kirsher
5
-528
/
+586
2013-02-08
drivers: net: Remove remaining alloc/OOM messages
Joe Perches
1
-11
/
+3
2013-01-08
remove init of dev->perm_addr in drivers
Jiri Pirko
1
-2
/
+1
2012-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
2
-4
/
+3
[next]