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: advertise transmit time stamping
Richard Cochran
2012-07-22
1
-0
/
+1
*
drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers
Ben Hutchings
2012-07-10
1
-6
/
+3
*
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2012-07-10
1
-4
/
+4
*
e1000: Combining Bitwise OR in one expression.
Tushar Dave
2012-06-20
1
-6
/
+6
*
e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()
Sebastian Andrzej Siewior
2012-06-02
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-05-20
1
-1
/
+5
|
\
|
*
e1000: Prevent reset task killing itself.
Tushar Dave
2012-05-17
1
-1
/
+5
*
|
e1000: look in the page and not in skb->data for the last byte
Sebastian Andrzej Siewior
2012-05-17
1
-1
/
+5
*
|
e1000: remove workaround for Errata 23 from jumbo alloc
Sebastian Andrzej Siewior
2012-05-17
1
-24
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-05-07
1
-2
/
+2
|
\
|
|
*
e1000: Silence sparse warnings by correcting type
Andrei Emeltchenko
2012-05-04
1
-2
/
+2
*
|
e1000: add transmit timestamping support
Willem de Bruijn
2012-04-30
1
-0
/
+2
*
|
e1000: Support RX-ALL flag.
Ben Greear
2012-04-04
1
-1
/
+25
|
/
*
intel: make wired ethernet driver message level consistent (rev2)
stephen hemminger
2012-03-27
1
-2
/
+3
*
e1000: fix vlan processing regression
Jiri Pirko
2012-03-27
1
-13
/
+22
*
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
2012-03-21
1
-4
/
+2
|
\
|
*
net: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-4
/
+2
*
|
v2 e1000: Neaten e1000_dump function
Tushar Dave
2012-02-24
1
-63
/
+50
*
|
e1000: Neaten e1000_config_dsp_after_link_change
Joe Perches
2012-02-24
1
-83
/
+73
*
|
e1000: Support RX-FCS flag.
Ben Greear
2012-02-24
1
-10
/
+11
*
|
e1000: Support sending custom Ethernet CRC.
Ben Greear
2012-02-24
1
-0
/
+13
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-02-10
1
-4
/
+6
|
\
|
|
*
e1000: add dropped DMA receive enable back in for WoL
Dean Nelson
2012-02-09
1
-4
/
+6
*
|
e1000: Adding e1000_dump function
Tushar Dave
2012-02-07
3
-0
/
+235
*
|
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
2012-01-31
1
-3
/
+1
|
/
*
e1000: cleanup CE4100 MDIO registers access
Florian Fainelli
2012-01-05
2
-12
/
+7
*
e1000: unmap ce4100_gbe_mdio_base_virt in e1000_remove
Florian Fainelli
2012-01-05
1
-0
/
+2
*
e1000: fix lockdep splat in shutdown handler
Jesse Brandeburg
2012-01-05
1
-7
/
+1
*
net: fix assignment of 0/1 to bool variables.
Rusty Russell
2011-12-19
1
-5
/
+5
*
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
2011-12-08
1
-5
/
+9
*
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...
Rick Jones
2011-11-22
1
-1
/
+0
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2011-11-16
1
-1
/
+0
|
\
|
*
intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN
Joe Perches
2011-11-16
1
-1
/
+0
*
|
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-11-16
1
-5
/
+9
|
/
*
Sweep the last of the active .get_drvinfo floors under ethernet/
Rick Jones
2011-11-14
1
-6
/
+7
*
net: add skb frag size accessors
Eric Dumazet
2011-10-19
1
-3
/
+3
*
e1000: fix skb truesize underestimation
Eric Dumazet
2011-10-13
1
-1
/
+1
*
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
Rick Jones
2011-10-07
1
-4
/
+0
*
e1000: convert to private mutex from rtnl
Jesse Brandeburg
2011-10-06
2
-9
/
+31
*
e1000: convert mdelay to msleep
Jesse Brandeburg
2011-10-06
2
-12
/
+12
*
e1000: convert hardware management from timers to threads
Jesse Brandeburg
2011-10-06
2
-84
/
+55
*
e1000: don't enable dma receives until after dma address has been setup
Dean Nelson
2011-09-28
1
-3
/
+3
*
Merge branch 'master' of github.com:davem330/net
David S. Miller
2011-09-22
1
-0
/
+6
*
intel: convert to SKB paged frag API.
Ian Campbell
2011-08-30
1
-7
/
+9
*
e1000: save skb counts in TX to avoid cache misses
Dean Nelson
2011-08-26
2
-9
/
+11
*
net: introduce IFF_UNICAST_FLT private flag
Jiri Pirko
2011-08-17
1
-0
/
+2
*
intel: Move the Intel wired LAN drivers
Jeff Kirsher
2011-08-10
8
-0
/
+17024
[prev]