Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
91d44d99992ff2587104df5760bfffbb3564b3c2
/
drivers
/
net
/
e1000e
/
e1000.h
c2fed99
e1000e: use GFP_KERNEL allocations at init time
by Jeff Kirsher
· 14 years ago
995181b
e1000e: remove e1000_queue_stats
by Eric Dumazet
· 14 years ago
3ebfc7c
e1000e: Clear host wakeup bit on 82577/8 without touching PHY page 800
by Bruce Allan
· 14 years ago
2b6b168
e1000e: access multiple PHY registers on same page at the same time
by Bruce Allan
· 14 years ago
99730e4
e1000e: 82579 intermittently disabled during S0->Sx
by Bruce Allan
· 14 years ago
dbf80dc
e1000e: implement ethtool set_phys_id
by Bruce Allan
· 14 years ago
78cd29d
e1000e: If ASPM L0s needs to be disabled, do it prior to enabling device
by Bruce Allan
· 14 years ago
86d70e5
e1000e: convert to new VLAN model
by Jeff Kirsher
· 14 years ago
67fd4fc
e1000e: convert to stats64
by Jeff Kirsher
· 14 years ago
0d6057e
e1000e: update Copyright for 2011
by Bruce Allan
· 14 years ago
31dbe5b
e1000e: power off PHY after reset when interface is down
by Bruce Allan
· 14 years ago
fe46f58
e1000e: use either_crc_le() rather than re-write it
by Bruce Allan
· 14 years ago
073287c
e1000e: support new PBA format from EEPROM
by Bruce Allan
· 14 years ago
9633e63
e1000e: fix double initialization in blink path
by Holger Eitzenberger
· 14 years ago
ff10e13
e1000e: reset PHY after errors detected
by Carolyn Wyborny
· 14 years ago
828bac8
e1000e: 82579 performance improvements
by Bruce Allan
· 14 years ago
3a3b758
e1000e: use hardware writeback batching
by Jesse Brandeburg
· 14 years ago
8e86acd
e1000e: Fix irq_synchronize in MSI-X case
by Jeff Kirsher
· 14 years ago
0c6bdb3
e1000e: avoid polling h/w registers during link negotiation
by Bruce Allan
· 15 years ago
451152d
e1000e: update copyright information
by Bruce Allan
· 15 years ago
e52997f
e1000e: enable support for EEE on 82579
by Bruce Allan
· 15 years ago
d3738bb
e1000e: initial support for 82579 LOMs
by Bruce Allan
· 15 years ago
8c7bbb9
e1000e: separate out PHY statistics register updates
by Bruce Allan
· 15 years ago
9ed318d
e1000e: save skb counts in TX to avoid cache misses
by Tom Herbert
· 15 years ago
e1703b36
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
6f461f6
e1000e: enable/disable ASPM L0s and L1 and ERT according to hardware errata
by Bruce Allan
· 15 years ago
4a35ecf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
8544b9f
e1000e: Use pr_<level> and netdev_<level>
by Bruce Allan
· 15 years ago
f49c57e
e1000e: do not modify tx_queue_len on link speed change
by Emil Tantilov
· 15 years ago
23606cf
e1000e / PCI / PM: Add basic runtime PM support (rev. 4)
by Rafael J. Wysocki
· 15 years ago
b405e8d
e1000e: Fix namespace conflicts wrt. e1000_has_link
by David S. Miller
· 15 years ago
51c24aa
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
b94b502
e1000e: enhance frame fragment detection
by Jesse Brandeburg
· 15 years ago
ab8932f
e1000e: genericize the update multicast address list
by Bruce Allan
· 15 years ago
f4d2dd4
e1000e: provide MAC-family-specific function to set LAN ID
by Bruce Allan
· 15 years ago
608f8a0
e1000e: use alternate MAC address on ESB2 if available
by Bruce Allan
· 15 years ago
fddaa1a
e1000e: MDIO slow mode should always be done for 82577
by Bruce Allan
· 15 years ago
0be8401
e1000e: correct ICH/PCH PHY operations function pointers
by Bruce Allan
· 15 years ago
03b1320
e1000e: remove use of skb_dma_map from e1000e driver
by Alexander Duyck
· 15 years ago
17f208d
e1000e: provide family-specific PHY power up/down operations
by Bruce Allan
· 15 years ago
caaddaf
e1000e: provide family-specific functions to manage VLAN filter arrays
by Bruce Allan
· 15 years ago
9b963e5
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
41cec6f
e1000e: update Tx Unit hang detection message
by Bruce Allan
· 15 years ago
c7e54b1
e1000e: update copyright information
by Bruce Allan
· 15 years ago
94d8186
e1000e: cleanup ops function pointers
by Bruce Allan
· 15 years ago
3bb99fe
e1000e: consolidate two dbug macros into one simpler one
by Bruce Allan
· 15 years ago
d8014db
e1000e: cleanup redundant #include's
by Bruce Allan
· 15 years ago
bb436b2
e1000e: disable K1 on PCH LOM when in PHY loopback mode
by Bruce Allan
· 15 years ago
38eb394
e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8
by Bruce Allan
· 15 years ago
230f9bb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
1d5846b
e1000e: rework disable K1 at 1000Mbps for 82577/82578
by Bruce Allan
· 15 years ago
cfadf85
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5ccdcec
e1000e: allow for swflag to be held over consecutive PHY accesses
by Bruce Allan
· 15 years ago
7274c20
e1000e: Use the instance of net_device_stats from net_device.
by Ajit Khaparde
· 15 years ago
9cbc1cb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
98a1708
trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.
by Martin Olsson
· 16 years ago
a4f58f5
e1000e: add support for 82577/82578 GbE LOM parts
by Bruce Allan
· 16 years ago
2adc55c
e1000e: specify max supported frame size in adapter struct
by Bruce Allan
· 16 years ago
8c81c9c
e1000e: add support for 82583 device id
by Alexander Duyck
· 16 years ago
92af3e9
e1000e: drop lltx, remove unnecessary lock
by Jesse Brandeburg
· 16 years ago
a20e4cf
e1000e: fix incorrect link status when switch module pulled
by Bruce Allan
· 16 years ago
8452759
e1000e: store EEPROM version number to prevent unnecessary NVM reads
by Bruce Allan
· 16 years ago
eb7c3ad
e1000e: fix IPMI traffic
by Jeff Kirsher
· 16 years ago
4dd5651
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
4fa7553
e1000e: drop stats lock
by Jesse Brandeburg
· 16 years ago
a8f88ff
e1000e: do not ever sleep in interrupt context
by Jesse Brandeburg
· 16 years ago
4a77035
e1000e: write protect ICHx NVM to prevent malicious write/erase
by Bruce Allan
· 16 years ago
4662e82
e1000e: add support for new 82574L part
by Bruce Allan
· 16 years ago
f4187b5
e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) parts
by Bruce Allan
· 16 years ago
f8d59f7
e1000e: test for unusable MSI support
by Bruce Allan
· 16 years ago
f0f422e
e1000e: remove inapplicable test for ioport
by Bruce Allan
· 16 years ago
44defeb
e1000e: convert ndev_ printks to something smaller
by Jeff Kirsher
· 16 years ago
6e4f6f6
e1000e: make ioport free
by Taku Izumi
· 17 years ago
97ac8ca
e1000e: Add support for BM PHYs on ICH9
by Bruce Allan
· 17 years ago
7b1be19
e1000e: lower ring minimum size to 64
by Auke Kok
· 17 years ago
2d9498f
e1000e: Fix HW Error on es2lan, ARP capture issue by BMC
by David Graham
· 17 years ago
de5b307
e1000e: Add interrupt moderation run-time ethtool interface
by Auke Kok
· 17 years ago
7c25769
e1000e: cleanup several stats issues
by Bruce Allan
· 17 years ago
69e3fd8
e1000e: rename a few functions
by Jeff Kirsher
· 17 years ago
318a94d
e1000e: reorganize PHY and flow control interface
by Jeff Kirsher
· 17 years ago
e2de3eb
e1000e: rename mc_addr_list_update
by Jeff Kirsher
· 17 years ago
ad68076
e1000e: reformat comment blocks, cosmetic changes only
by Bruce Allan
· 17 years ago
74ef9c3
e1000e: remove irq_sem
by Jesse Brandeburg
· 17 years ago
67d204a
e1000e: remove no longer used e1000e_read_nvm_spi
by Auke Kok
· 17 years ago
03ae221
e1000e: fix link up message to show ethX:
by Jesse Brandeburg
· 17 years ago
1eae4eb
e1000e: Disable L1 ASPM power savings for 82573 mobile variants
by Auke Kok
· 17 years ago
f920c18
e1000e: Remove legacy jumbo frame receive code
by Auke Kok
· 17 years ago
47f44e4
e1000e: Fix jumbo frame receive code.
by Auke Kok
· 17 years ago
bc7f75f
[E1000E]: New pci-express e1000 driver (currently for ICH9 devices only)
by Auke Kok
· 17 years ago