index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
e1000
Age
Commit message (
Expand
)
Author
2012-06-02
e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()
Sebastian Andrzej Siewior
2012-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-05-17
e1000: Prevent reset task killing itself.
Tushar Dave
2012-05-17
e1000: look in the page and not in skb->data for the last byte
Sebastian Andrzej Siewior
2012-05-17
e1000: remove workaround for Errata 23 from jumbo alloc
Sebastian Andrzej Siewior
2012-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-05-04
e1000: Silence sparse warnings by correcting type
Andrei Emeltchenko
2012-05-01
e1000: add transmit timestamping support
Willem de Bruijn
2012-04-04
e1000: Support RX-ALL flag.
Ben Greear
2012-03-28
intel: make wired ethernet driver message level consistent (rev2)
stephen hemminger
2012-03-28
e1000: fix vlan processing regression
Jiri Pirko
2012-03-21
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
2012-03-20
net: remove the second argument of k[un]map_atomic()
Cong Wang
2012-02-24
v2 e1000: Neaten e1000_dump function
Tushar Dave
2012-02-24
e1000: Neaten e1000_config_dsp_after_link_change
Joe Perches
2012-02-24
e1000: Support RX-FCS flag.
Ben Greear
2012-02-24
e1000: Support sending custom Ethernet CRC.
Ben Greear
2012-02-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-02-09
e1000: add dropped DMA receive enable back in for WoL
Dean Nelson
2012-02-07
e1000: Adding e1000_dump function
Tushar Dave
2012-01-31
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
2012-01-05
e1000: cleanup CE4100 MDIO registers access
Florian Fainelli
2012-01-05
e1000: unmap ce4100_gbe_mdio_base_virt in e1000_remove
Florian Fainelli
2012-01-05
e1000: fix lockdep splat in shutdown handler
Jesse Brandeburg
2011-12-20
net: fix assignment of 0/1 to bool variables.
Rusty Russell
2011-12-09
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
2011-11-22
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...
Rick Jones
2011-11-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-11-16
intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN
Joe Perches
2011-11-14
Sweep the last of the active .get_drvinfo floors under ethernet/
Rick Jones
2011-10-19
net: add skb frag size accessors
Eric Dumazet
2011-10-13
e1000: fix skb truesize underestimation
Eric Dumazet
2011-10-07
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
Rick Jones
2011-10-07
e1000: convert to private mutex from rtnl
Jesse Brandeburg
2011-10-07
e1000: convert mdelay to msleep
Jesse Brandeburg
2011-10-07
e1000: convert hardware management from timers to threads
Jesse Brandeburg
2011-09-29
e1000: don't enable dma receives until after dma address has been setup
Dean Nelson
2011-09-22
Merge branch 'master' of github.com:davem330/net
David S. Miller
2011-08-30
intel: convert to SKB paged frag API.
Ian Campbell
2011-08-26
e1000: save skb counts in TX to avoid cache misses
Dean Nelson
2011-08-18
net: introduce IFF_UNICAST_FLT private flag
Jiri Pirko
2011-08-11
intel: Move the Intel wired LAN drivers
Jeff Kirsher