index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
e1000e
/
netdev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
e1000e: don't modify SYSTIM registers during SIOCSHWTSTAMP ioctl
Jacob Keller
2016-05-14
1
-16
/
+52
*
e1000e: use BIT() macro for bit defines
Jacob Keller
2016-05-14
1
-14
/
+14
*
e1000e: e1000e_cyclecounter_read(): do overflow check only if needed
Denys Vlasenko
2016-05-13
1
-14
/
+14
*
e1000e: e1000e_cyclecounter_read(): fix er32(SYSTIML) overflow check
Denys Vlasenko
2016-05-13
1
-1
/
+1
*
e1000e: e1000e_cyclecounter_read(): incvalue is 32 bits, not 64
Denys Vlasenko
2016-05-13
1
-1
/
+2
*
e1000e: Cleanup consistency in ret_val variable usage
Brian Walsh
2016-05-13
1
-11
/
+11
*
drivers: replace dev->trans_start accesses with dev_trans_start
Florian Westphal
2016-05-04
1
-1
/
+1
*
e1000e: call ndo_stop() instead of dev_close() when running offline selftest
Stefan Assmann
2016-04-06
1
-6
/
+6
*
e1000e: Initial support for KabeLake
Raanan Avargil
2016-02-24
1
-0
/
+4
*
e1000e: Fix msi-x interrupt automask
Benjamin Poirier
2015-12-15
1
-6
/
+5
*
e1000e: Do not write lsc to ics in msi-x mode
Benjamin Poirier
2015-12-15
1
-11
/
+17
*
e1000e: Do not read ICR in Other interrupt
Benjamin Poirier
2015-12-15
1
-15
/
+7
*
e1000e: Remove unreachable code
Benjamin Poirier
2015-12-15
1
-6
/
+0
*
e1000e: Switch e1000e_up to void, drop code checking for error result
Alexander Duyck
2015-12-14
1
-11
/
+4
*
e1000e: initial support for i219-LM (3)
Raanan Avargil
2015-12-13
1
-0
/
+1
*
e1000e: fix division by zero on jumbo MTUs
Dmitry Fleytman
2015-12-13
1
-2
/
+4
*
e1000e: clean up the local variable
Jean Sacren
2015-12-13
1
-4
/
+1
*
drivers/net/intel: use napi_complete_done()
Jesse Brandeburg
2015-10-16
1
-1
/
+1
*
e1000e: Enable TSO for stacked VLAN
Toshiaki Makita
2015-09-23
1
-0
/
+1
*
e1000e: Modify Tx/Rx configurations to avoid null pointer dereferences in e10...
Jia-Ju Bai
2015-08-18
1
-12
/
+12
*
e1000e: Increase driver version number
Raanan Avargil
2015-08-06
1
-1
/
+1
*
e1000e: Fix tight loop implementation of systime read algorithm
Raanan Avargil
2015-08-06
1
-10
/
+21
*
e1000e: Fix incorrect ASPM locking
Raanan Avargil
2015-08-06
1
-2
/
+2
*
e1000e: Fix EEE in Sx implementation
Raanan Avargil
2015-08-06
1
-0
/
+27
*
e1000e: Cleanup qos request in error handling of e1000_open
Jia-Ju Bai
2015-07-23
1
-0
/
+1
*
e1000e: fix locking issue with e1000e_disable_aspm
Yanir Lubetkin
2015-06-26
1
-4
/
+34
*
e1000e: Bump the version to 3.2.5
Yanir Lubetkin
2015-06-03
1
-3
/
+3
*
e1000e: fix systim issues
Yanir Lubetkin
2015-06-03
1
-11
/
+26
*
e1000e: fix legacy interrupt handling in i219
Yanir Lubetkin
2015-06-03
1
-0
/
+14
*
e1000e: fix flush_desc_ring implementation
Yanir Lubetkin
2015-06-03
1
-5
/
+7
*
e1000e: fix logical error in flush_desc_rings
Yanir Lubetkin
2015-06-03
1
-1
/
+1
*
e1000e: i219 execute unit hang fix on every reset or power state transition
Yanir Lubetkin
2015-06-03
1
-6
/
+10
*
e1000e: i219 fix unit hang on reset and runtime D3
Yanir Lubetkin
2015-06-03
1
-0
/
+102
*
e1000e: Do not allow CRC stripping to be disabled on 82579 w/ jumbo frames
Alexander Duyck
2015-05-04
1
-0
/
+14
*
e1000e: Cleanup handling of VLAN_HLEN as a part of max frame size
Alexander Duyck
2015-05-04
1
-10
/
+8
*
e1000e: Move pm_qos_req to e1000e adapter
Thomas Graf
2015-04-13
1
-4
/
+4
*
e1000, e1000e: Use dma_rmb instead of rmb for descriptor read ordering
Alexander Duyck
2015-04-08
1
-4
/
+4
*
e1000e: NVM write protect access removed from SPT HW
Yanir Lubetkin
2015-03-21
1
-1
/
+2
*
e1000e: call netif_carrier_off early on down
Eliezer Tamir
2015-03-21
1
-2
/
+2
*
e1000e: remove calls to ioremap/unmap for NVM addr
Yanir Lubetkin
2015-03-06
1
-3
/
+5
*
e1000e: initial support for i219
David Ertman
2015-02-24
1
-10
/
+40
*
net: e1000e: support txtd update delay via xmit_more
Florian Westphal
2015-01-23
1
-10
/
+15
*
e1000e: Fix 82572EI that has no hardware timestamp support
Mathias Koehrer
2015-01-23
1
-2
/
+3
*
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2015-01-13
1
-4
/
+5
*
e1000e: convert to CYCLECOUNTER_MASK macro.
Richard Cochran
2015-01-02
1
-2
/
+1
*
e1000e: Include clocksource.h to get CLOCKSOURCE_MASK.
David S. Miller
2015-01-01
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-12-11
1
-13
/
+6
|
\
|
*
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-09
1
-6
/
+2
|
*
e100e: use netdev_rss_key_fill() helper
Eric Dumazet
2014-11-16
1
-6
/
+3
[next]