index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
e1000e
/
netdev.c
Age
Commit message (
Expand
)
Author
2012-10-21
e1000e: Change wthresh to 1 to avoid possible Tx stalls
Hiroaki SHIMODA
2012-08-30
e1000e: DoS while TSO enabled caused by link partner with small MSS
Bruce Allan
2012-08-09
e1000e: fix panic while dumping packets on Tx hang with IOMMU
Emil Tantilov
2012-07-14
e1000e: Program the correct register for ITR when using MSI-X.
Matthew Vick
2012-07-10
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2012-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-07-01
e1000e: remove use of IP payload checksum
Bruce Allan
2012-06-14
e1000e: use more informative logging macros when netdev not yet registered
Bruce Allan
2012-06-05
e1000e: test for valid check_reset_block function pointer
Bruce Allan
2012-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-05-05
e1000e: increase version number
Bruce Allan
2012-05-04
e1000e: initial support for i217
Bruce Allan
2012-05-04
e1000e: Update driver version number
Matthew Vick
2012-05-03
e1000e: Remove special case for 82573/82574 ASPM L1 disablement
Chris Boot
2012-05-03
e1000e: Driver workaround for IPv6 Header Extension Erratum.
Matthew Vick
2012-05-03
e1000e: suggest a possible workaround to a device hang on 82577/8
Bruce Allan
2012-05-02
e1000e: fix .ndo_set_rx_mode for 82579
Bruce Allan
2012-04-30
e1000e: add transmit timestamping support
Willem de Bruijn
2012-04-27
e1000e: 82579 potential system hang on stress when ME enabled
Bruce Allan
2012-04-24
e1000e: MSI interrupt test failed, using legacy interrupt
Prasanna S Panchamukhi
2012-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-04-04
e1000e: update driver version number
Bruce Allan
2012-04-04
e1000e: cleanup indexed register arrays
Bruce Allan
2012-04-04
e1000e: cleanup NAPI routine
Bruce Allan
2012-04-04
e1000e: Minor comment clean-up.
Matthew Vick
2012-04-03
e1000e: Guarantee descriptor writeback flush success.
Matthew Vick
2012-04-03
e1000e: prevent oops when adapter is being closed and reset simultaneously
Bruce Allan
2012-03-27
intel: make wired ethernet driver message level consistent (rev2)
stephen hemminger
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-29
e1000e: cleanup whitespace and indentation
Bruce Allan
2012-02-29
e1000e: cleanup incorrect filename in comment
Bruce Allan
2012-02-24
e1000e: use true/false for boolean send_xon, do not assume always true
Bruce Allan
2012-02-24
e1000e: rename e1000e_config_collision_dist() and call as function pointer
Bruce Allan
2012-02-24
e1000e: cleanup use of check_reset_block function pointer
Bruce Allan
2012-02-24
e1000e: Support RXALL feature flag.
Ben Greear
2012-02-24
e1000e: Support sending custom Ethernet CRC.
Ben Greear
2012-02-24
e1000e: Support RXFCS feature flag.
Ben Greear
2012-02-13
e1000e: cleanup goto statements to exit points without common work
Bruce Allan
2012-02-13
e1000e: cleanup: rename goto labels to be more meaningful
Bruce Allan
2012-02-10
e1000e: replace '1' with 'true' for boolean get_link_status
Bruce Allan
2012-02-10
e1000e: remove unnecessary returns from void functions
Bruce Allan
2012-02-07
e1000e: minor whitespace and indentation cleanup
Bruce Allan
2012-02-07
e1000e: fix sparse warnings with -D__CHECK_ENDIAN__
Bruce Allan
2012-02-07
e1000e: fix checkpatch warning from MINMAX test
Bruce Allan
2012-02-07
e1000e: cleanup - use braces in both branches of a conditional statement
Bruce Allan
2012-02-07
e1000e: add missing initializers reported when compiling with W=1
Bruce Allan
2012-01-26
e1000e: update copyright year
Bruce Allan
2012-01-26
e1000e: increase version number
Bruce Allan
2012-01-26
e1000e: convert final strncpy() to strlcpy()
Bruce Allan
[next]