Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bcf1f57fbffc0869762f0daee7fe1973cc459719
/
drivers
/
net
/
ethernet
/
intel
/
e1000e
/
netdev.c
bcf1f57
e1000e: remove open-coded skb_cow_head
by Francois Romieu
· 11 years ago
b20a774
e1000e: Fix no connectivity when driver loaded with cable out
by David Ertman
· 11 years ago
201b54b
e1000e: remove redundant if clause from PTP work
by Jakub Kicinski
· 11 years ago
59c871c
e1000e: add timeout for TX HW time stamping work
by Jakub Kicinski
· 11 years ago
e7e834a
e1000e: Fix Explicitly set Transmit Control Register
by David Ertman
· 11 years ago
d9554e9
e1000e: Fix Hardware Unit Hang
by David Ertman
· 11 years ago
72f72dc
e1000e: fix the build error when PM is disabled
by Kevin Hao
· 11 years ago
e25909b
net: e1000e calls skb_set_hash
by Tom Herbert
· 11 years ago
74f350e
e1000e: Feature Enable PHY Ultra Low Power Mode (ULP)
by David Ertman
· 11 years ago
63eb48f
e1000e Refactor of Runtime Power Management
by David Ertman
· 11 years ago
2800209
e1000e: Refactor PM flows
by David Ertman
· 11 years ago
e78b80b
e1000e: Cleanup - Update GPL header and Copyright
by David Ertman
· 11 years ago
a03206e
e1000e: Fix 82579 sets LPI too early.
by David Ertman
· 11 years ago
b485dba
e1000e: Cleanup unecessary references
by David Ertman
· 11 years ago
0cc7c95
e1000e: Use pci_enable_msix_range() instead of pci_enable_msix()
by Alexander Gordeev
· 11 years ago
4180442
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
38a529b
e1000e: Fix compilation warning when !CONFIG_PM_SLEEP
by Mika Westerberg
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
7509963
e1000e: Fix a compile flag mis-match for suspend/resume
by David Ertman
· 11 years ago
426e1fa
Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next
by David S. Miller
· 11 years ago
4e8cff6
e1000e: Implement the SIOCGHWTSTAMP ioctl
by Ben Hutchings
· 11 years ago
1ee2dcc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
62d7e3a
e1000e: Validate hwtstamp_config completely before applying it
by Ben Hutchings
· 11 years ago
8ceafbf
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 11 years ago
718a39e
DMA-API: net: intel/e1000e: fix 32-bit DMA mask handling
by Russell King
· 11 years ago
138953b
e1000e: cleanup boolean comparison to true
by David Ertman
· 11 years ago
e8c254c
e1000e: Avoid kernel crash during shutdown
by Li Zhang
· 11 years ago
13129d9
e1000e: Add code to check for failure of pci_disable_link_state call
by Carolyn Wyborny
· 11 years ago
97390ab
e1000e: do not resume device from RPM suspend to read PHY status registers
by Bruce Allan
· 11 years ago
91a3d82
e1000e: enable support for new device IDs
by Bruce Allan
· 11 years ago
ce345e0
e1000e: low throughput using 4K jumbos on I218
by Bruce Allan
· 11 years ago
da1e204
e1000e: iAMT connections drop on driver unload when jumbo frames enabled
by Bruce Allan
· 11 years ago
2592881
e1000e: Remove duplicate assignment of default rx/tx ring size
by Wei Yang
· 11 years ago
24b41c9
e1000e: restore call to pci_clear_master()
by Dean Nelson
· 11 years ago
603cdca
e1000e: prevent warning from -Wunused-parameter
by Bruce Allan
· 12 years ago
e80bd1d
e1000e: cleanup whitespace
by Bruce Allan
· 12 years ago
a3b87a4
e1000e: panic caused by Rx traffic arriving while interface going down
by Bruce Allan
· 12 years ago
86a9bad
net: vlan: add protocol argument to packet tagging functions
by Patrick McHardy
· 12 years ago
80d5c36
net: vlan: prepare for 802.1ad VLAN filtering offload
by Patrick McHardy
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
a210576
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
8defe71
e1000e: increase driver version number
by Bruce Allan
· 12 years ago
d495bcb
e1000e: EEE capability advertisement not set/disabled as required
by Bruce Allan
· 12 years ago
37287fae
e1000e: Add missing dma_mapping_error-call in e1000_alloc_jumbo_rx_buffers
by Christoph Paasch
· 12 years ago
e5f2ef7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
3ffcf2c
e1000e: cleanup - move defines to appropriate header file
by Bruce Allan
· 12 years ago
e5fe254
e1000e: cleanup unnecessary line breaks
by Bruce Allan
· 12 years ago
33550ce
e1000e: cleanup unusually placed comments
by Bruce Allan
· 12 years ago
fc830b7
e1000e: cleanup (add/remove) blank lines where appropriate
by Bruce Allan
· 12 years ago
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
e60b22c
e1000e: fix accessing to suspended device
by Konstantin Khlebnikov
· 12 years ago
66148ba
e1000e: fix runtime power management transitions
by Konstantin Khlebnikov
· 12 years ago
4e0855d
e1000e: fix pci-device enable-counter balance
by Konstantin Khlebnikov
· 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
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
3e35d99
e1000e: adjust PM QoS request
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
bf67044
e1000e: update copyright date
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
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
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
2a2293b
e1000e: cleanup unusual comment placement
by Bruce Allan
· 12 years ago
7dbc167
e1000e: resolve checkpatch PREFER_PR_LEVEL warning
by Bruce Allan
· 12 years ago
12d43f7
e1000e: unexpected "Reset adapter" message when cable pulled
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
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
bc76329
e1000e: cleanup strict checkpatch MEMORY_BARRIER checks
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
f0c5dad
e1000e: fix panic while dumping packets on Tx hang with IOMMU
by Emil Tantilov
· 12 years ago
22a4cca
e1000e: Program the correct register for ITR when using MSI-X.
by Matthew Vick
· 12 years ago
49ce9c2
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
Next »