Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
53aa82da090222a0eec2956cf9d8409326adca40
/
drivers
/
net
/
ethernet
/
intel
/
e1000e
53aa82d
e1000e: cleanup SPACING checkpatch checks
by Bruce Allan
· 12 years ago
17e813e
e1000e: cleanup PARENTHESIS_ALIGNMENT checkpatch checks
by Bruce Allan
· 12 years ago
66501f5
e1000e: cleanup LEADING_SPACE checkpatch warnings
by Bruce Allan
· 12 years ago
c29c3ba
e1000e: cleanup LONG_LINE checkpatch warnings
by Bruce Allan
· 12 years ago
362e20c
e1000e: cleanup SPACING checkpatch errors and warnings
by Bruce Allan
· 12 years ago
f0ff439
e1000e: cleanup CODE_INDENT checkpatch errors
by Bruce Allan
· 12 years ago
e792cd9
e1000e: display a warning message when SmartSpeed works
by Koki Sanagi
· 12 years ago
a7a1d9d
e1000e: cleanup checkpatch braces checks
by Bruce Allan
· 12 years ago
c556d60
e1000e: convert enums of register offsets and move #defines to regs.h
by Bruce Allan
· 12 years ago
948f97a
e1000e: cosmetic move of #defines and prototypes to the new manage.h
by Bruce Allan
· 12 years ago
d226311
e1000e: cosmetic move of #defines and function prototypes to the new nvm.h
by Bruce Allan
· 12 years ago
93b9f8b
e1000e: cosmetic move of #defines and function prototypes to the new phy.h
by Bruce Allan
· 12 years ago
bdfe2da
e1000e: cosmetic move of function prototypes to the new mac.h
by Bruce Allan
· 12 years ago
1b41db3
e1000e: cosmetic move of #defines and prototypes to the new ich8lan.h
by Bruce Allan
· 12 years ago
21b5a6f
e1000e: cosmetic move of #defines to the new 80003es2lan.h
by Bruce Allan
· 12 years ago
f25701d
e1000e: cosmetic move of #defines and prototypes to the new 82571.h
by Bruce Allan
· 12 years ago
c2ade1a
e1000e: use generic IEEE MII definitions
by Bruce Allan
· 12 years ago
8bb6286
e1000e: resolve -Wunused-parameter compile warnings
by Bruce Allan
· 12 years ago
9e01990
e1000e: update driver version string
by Bruce Allan
· 12 years ago
55c5f55
e1000e: cleanup some whitespace and indentation issues
by Bruce Allan
· 12 years ago
c063f60
e1000e: cleanup: group OR'ed bit settings with parens
by Bruce Allan
· 12 years ago
0cdc63449
e1000e: cleanup defines.h
by Bruce Allan
· 12 years ago
39149d4
e1000e: cleanup: remove comments which are no longer applicable
by Bruce Allan
· 12 years ago
a9bb629
e1000e: cleanup hw.h
by Bruce Allan
· 12 years ago
41c7d9c
e1000e: cleanup: remove unused #define
by Bruce Allan
· 12 years ago
3e35d99
e1000e: adjust PM QoS request
by Bruce Allan
· 12 years ago
c3d2dbf
e1000e: correct maximum frame size on 82579
by Bruce Allan
· 12 years ago
6b598e1
e1000e: cleanup: remove e1000e_commit_phy()
by Bruce Allan
· 12 years ago
dde3a57
e1000e: cleanup: remove e1000_get_cable_length()
by Bruce Allan
· 12 years ago
84c1bef
e1000e: cleanup: remove e1000_get_phy_cfg_done()
by Bruce Allan
· 12 years ago
fe90849
e1000e: cleanup: rename e1000_get_cfg_done()
by Bruce Allan
· 12 years ago
c2c6629
e1000e: cleanup: remove e1000_force_speed_duplex()
by Bruce Allan
· 12 years ago
7de89f0
e1000e: cleanup: remove e1000_set_d0_lplu_state()
by Bruce Allan
· 12 years ago
70806a7
e1000e: cleanup: do not assign a variable a value when not necessary
by Bruce Allan
· 12 years ago
7dbbe5d
e1000e: do not ignore variables which get set a value
by Bruce Allan
· 12 years ago
1f96012d
e1000e: cleanup: remove unnecessary function prototypes
by Bruce Allan
· 12 years ago
9d57088
e1000e: add comment to spinlock_t definition
by Bruce Allan
· 12 years ago
d394998
e1000e: remove definition of struct which is no longer used
by Bruce Allan
· 12 years ago
4e03510
e1000e: fix PHY init workarounds for i217/i218
by Bruce Allan
· 12 years ago
ed1a426
e1000e: correct maximum frame size on i217/i218
by Bruce Allan
· 12 years ago
bf67044
e1000e: update copyright date
by Bruce Allan
· 12 years ago
fc915e9
e1000e: remove prototype of non-existent function
by Bruce Allan
· 12 years ago
6e928b7
e1000e: prevent hardware from automatically configuring PHY on I217/I218
by Bruce Allan
· 12 years ago
94fb848
e1000e: enable ECC on I217/I218 to catch packet buffer memory errors
by Bruce Allan
· 12 years ago
d89777b
e1000e: add support for IEEE-1588 PTP
by Bruce Allan
· 12 years ago
347b520
e1000e: fix flow-control thresholds for jumbo frames on 82579/I217/I218
by Bruce Allan
· 12 years ago
a8fc189
e1000e: fix ethtool offline register test for I217
by Bruce Allan
· 12 years ago
b67e191
e1000e: add support for hardware timestamping on some devices
by Bruce Allan
· 12 years ago
ffe0b2ff
e1000e: Use standard #defines for PCIe Capability ASPM fields
by Bjorn Helgaas
· 12 years ago
203e415
e1000e: add ethtool .get_eee/.set_eee
by Bruce Allan
· 12 years ago
d60923c
e1000e: merge multiple conditional statements into one
by Bruce Allan
· 12 years ago
e3d14b0
e1000e: cleanup code duplication
by Bruce Allan
· 12 years ago
3a3104e
e1000e: cleanup magic number
by Bruce Allan
· 12 years ago
1860ac8
e1000e: cleanup unnecessary line wrap
by Bruce Allan
· 12 years ago
2a2293b
e1000e: cleanup unusual comment placement
by Bruce Allan
· 12 years ago
0a93991
e1000e: cleanup redundant statistics counter
by Bruce Allan
· 12 years ago
7dbc167
e1000e: resolve checkpatch PREFER_PR_LEVEL warning
by Bruce Allan
· 12 years ago
8e5ab42
e1000e: add missing bailout on error
by Bruce Allan
· 12 years ago
12d43f7
e1000e: unexpected "Reset adapter" message when cable pulled
by Bruce Allan
· 12 years ago
3d4d575
e1000e: fix enabling of EEE on 82579 and I217
by Bruce Allan
· 12 years ago
651fb10
e1000e: 82577: workaround for link drop issue
by Bruce Allan
· 12 years ago
4ddc48a
e1000e: helper functions for accessing EMI registers
by Bruce Allan
· 12 years ago
1cc7a3a
e1000e: Invalid Image CSUM bit changed for I217
by Bruce Allan
· 12 years ago
635ab56
e1000e: Acquire/release semaphore when writing each EEPROM page
by Bruce Allan
· 12 years ago
1241f29
e1000e: SerDes autoneg flow control
by Bruce Allan
· 12 years ago
aaeb6cd
remove init of dev->perm_addr in drivers
by Jiri Pirko
· 12 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 12 years ago
9f9a12f
net/intel: remove __dev* attributes
by Bill Pemberton
· 12 years ago
e921eb1
e1000e: cosmetic cleanup of comments
by Bruce Allan
· 12 years ago
6e97c17
e1000e: Minimum packet size must be 17 bytes
by Tushar Dave
· 12 years ago
8edc0e6
e1000e: Change wthresh to 1 to avoid possible Tx stalls
by Hiroaki SHIMODA
· 12 years ago
16e310a
e1000e: add device IDs for i218
by Bruce Allan
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
78890b5
Merge commit 'v3.6-rc5' into next
by Bjorn Helgaas
· 12 years ago
1959ec5
Merge branch 'pci/stephen-const' into next
by Bjorn Helgaas
· 12 years ago
3646f0e
netdev: make pci_error_handlers const
by Stephen Hemminger
· 12 years ago
fcb1184
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 12 years ago
c32f386
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
076d807
e1000e: update driver version number
by Bruce Allan
· 12 years ago
70443ae
e1000e: cleanup - remove unnecessary variable
by Bruce Allan
· 12 years ago
419e551
e1000e: cleanup - remove inapplicable comment
by Bruce Allan
· 12 years ago
06a402e
e1000e: cleanup strict checkpatch check
by Bruce Allan
· 12 years ago
bc76329
e1000e: cleanup strict checkpatch MEMORY_BARRIER checks
by Bruce Allan
· 12 years ago
efc38d2
e1000e: use correct type for read of 32-bit register
by Bruce Allan
· 12 years ago
d821a4c
e1000e: DoS while TSO enabled caused by link partner with small MSS
by Bruce Allan
· 12 years ago
f8c0fca
e1000e: Use PCI Express Capability accessors
by Jiang Liu
· 12 years ago
bba6ec7
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 12 years ago
4e8186b
e1000e: implement MDI/MDI-X control
by Jesse Brandeburg
· 12 years ago
e86fd89
e1000e: implement 82577/579 MDI setting support
by Bruce W Allan
· 12 years ago
f0c5dad
e1000e: fix panic while dumping packets on Tx hang with IOMMU
by Emil Tantilov
· 12 years ago
eca90f5
e1000e: 82571 Tx Data Corruption during Tx hang recovery
by Tushar Dave
· 12 years ago
b7ec70b
e1000e: NIC goes up and immediately goes down
by Tushar Dave
· 12 years ago
7b1115e
e1000e: advertise transmit time stamping
by Richard Cochran
· 12 years ago
abaa72d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
22a4cca
e1000e: Program the correct register for ITR when using MSI-X.
by Matthew Vick
· 12 years ago
18115f8
e1000e: Cleanup code logic in e1000_check_for_serdes_link_82571()
by Tushar Dave
· 12 years ago
a52359b
e1000e: fix test for PHY being accessible on 82577/8/9 and I217
by Bruce Allan
· 12 years ago
d0efa8f
e1000e: Correct link check logic for 82571 serdes
by Tushar Dave
· 12 years ago
49ce9c2
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
c90a9bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
Next »