Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9e903e085262ffbf1fc44a17ac06058aca03524a
/
drivers
/
net
/
ethernet
/
intel
/
e1000e
/
netdev.c
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
98a045d
e1000e: fix skb truesize underestimation
by Eric Dumazet
· 13 years ago
877749b
intel: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
dc22129
e1000e: convert to netdev features/hw_features API
by Bruce Allan
· 13 years ago
ca1ba7c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 13 years ago
823dcd2
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
c5778b4
e1000e: bump driver version number
by Bruce Allan
· 13 years ago
5f45021
e1000e: convert driver to use extended descriptors
by Bruce Allan
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
dee1ad4
intel: Move the Intel wired LAN drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/e1000e/netdev.c]
9fb7a5f
e1000e: minor re-order of #include files
by Bruce Allan
· 13 years ago
c2fed99
e1000e: use GFP_KERNEL allocations at init time
by Jeff Kirsher
· 13 years ago
353064d
e1000e: remove unnecessary reads of PCI_CAP_ID_EXP
by Jon Mason
· 14 years ago
b3ccf26
e1000e: update driver version
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
400484f
e1000e: do not schedule the Tx queue until ready
by Bruce Allan
· 14 years ago
99730e4
e1000e: 82579 intermittently disabled during S0->Sx
by Bruce Allan
· 14 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 14 years ago
5e152b4
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 14 years ago
70c7160
Add appropriate <linux/prefetch.h> include for prefetch users
by Paul Gortmaker
· 14 years ago
9f728f5
PCI/e1000e: Add and use pci_disable_link_state_locked()
by Yinghai Lu
· 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
2084b11
e1000e: fix stats locking in e1000_watchdog_task
by Flavio Leitner
· 14 years ago
86d70e5
e1000e: convert to new VLAN model
by Jeff Kirsher
· 14 years ago
a5cc764
e1000e: PCIe link speed in GT/s, not GB/s
by Bruce Allan
· 14 years ago
1bba438
e1000e: convert short duration msleep() to usleep_range()
by Bruce Allan
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
7a63628
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
aa33860
PM: Remove CONFIG_PM_OPS
by Rafael J. Wysocki
· 14 years ago
70d279a
e1000e: bump version number
by Bruce Allan
· 14 years ago
ef5ab89
e1000e: use dev_kfree_skb_irq() instead of dev_kfree_skb()
by Bruce Allan
· 14 years ago
0a0e9ae
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
4def99b
e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup instead
by Bruce Allan
· 14 years ago
da935c6
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
713b3c9
e1000e: flush all writebacks before unload
by Jesse Brandeburg
· 14 years ago
615b32a
e1000e: check down flag in tasks
by Jesse Brandeburg
· 14 years ago
79f5e84
e1000e: replace unbounded sprintf with snprintf
by Bruce Allan
· 14 years ago
263fb5b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
4633427
e1000e: tx_timeout should not increment for non-hang events
by Jesse Brandeburg
· 14 years ago
90da066
e1000e: reduce scope of some variables, remove unnecessary ones
by Bruce Allan
· 14 years ago
67fd4fc
e1000e: convert to stats64
by Jeff Kirsher
· 14 years ago
af667a2
e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logs
by Bruce Allan
· 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
e0dc4f1
e1000e: properly bounds-check string functions
by Bruce Allan
· 14 years ago
dd93f95
e1000e: cleanup variables set but not used
by Bruce Allan
· 14 years ago
b1cdfea
e1000e: checkpatch warnings - braces
by Bruce Allan
· 14 years ago
f0f1a17
e1000e: checkpatch error - macro panethesis
by Bruce Allan
· 14 years ago
0d0b167
net: Fix drivers advertising HW_CSUM feature to use csum_start
by Michał Mirosław
· 14 years ago
23f333a
drivers/net: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
c920aa8
e1000e: increment the driver version
by Bruce Allan
· 14 years ago
e926244
e1000e: minor error message corrections
by Bruce Allan
· 14 years ago
36b973d
e1000e: prevent null ptr dereference in e1000_tx_queue()
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
89bf67f
drivers/net: use vzalloc()
by Eric Dumazet
· 14 years ago
147b2c8
e1000e: add netpoll support for MSI/MSI-X IRQ modes
by Dongdong Deng
· 14 years ago
1d51c41
drivers/net/e1000e: Remove unnecessary semicolons
by Joe Perches
· 14 years ago
affa9df
e1000e: Add check for reset flags before displaying reset message
by Carolyn Wyborny
· 14 years ago
ff10e13
e1000e: reset PHY after errors detected
by Carolyn Wyborny
· 14 years ago
eab6d18
vlan: Don't check for vlan group before vlan_tx_tag_present.
by Jesse Gross
· 14 years ago
b738127
vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
by Jesse Gross
· 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
e40051d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
807540b
drivers/net: return operator cleanup
by Eric Dumazet
· 14 years ago
7b872a5
e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flags
by Yi Zou
· 14 years ago
a1ce647
e1000e: 82579 jumbo frame workaround causing CRC errors
by Bruce Allan
· 14 years ago
068e8a3
e1000e: Simplify MSI interrupt testing
by Jean Delvare
· 14 years ago
bc8acf2
drivers/net: avoid some skb->ip_summed initializations
by Eric Dumazet
· 14 years ago
c061b18
drivers/net: Remove address use from assignments of function pointers
by Joe Perches
· 14 years ago
f6cec0a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
2d0bb1c
e100/e1000*/igb*/ixgb*: Add missing read memory barrier
by Jeff Kirsher
· 14 years ago
1cfd2bd
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 14 years ago
6ba7401
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
8e86acd
e1000e: Fix irq_synchronize in MSI-X case
by Jeff Kirsher
· 14 years ago
c128ec2
e1000e: register pm_qos request on hardware activation
by Florian Mickler
· 14 years ago
f3ec4f8
PCI: change device runtime PM settings for probe and remove
by Alan Stern
· 15 years ago
ea7afd3
e1000e: Drop a useless statement
by Jean Delvare
· 14 years ago
82f6825
pm_qos: Get rid of the allocation in pm_qos_add_request()
by James Bottomley
· 14 years ago
8eb64e6
e1000e: suppress compile warnings on certain archs
by Bruce Allan
· 15 years ago
36f2407
e1000e: don't inadvertently re-set INTX_DISABLE
by Dean Nelson
· 15 years ago
dbcb9fe
e1000e: packet split should not be used with early receive
by Bruce Allan
· 15 years ago
f2e2b3a
e1000e: do not touch PHY page 800 registers when link speed is 1000Mbps
by Bruce Allan
· 15 years ago
0c6bdb3
e1000e: avoid polling h/w registers during link negotiation
by Bruce Allan
· 15 years ago
c14c643
e1000e: update driver version number
by Bruce Allan
· 15 years ago
451152d
e1000e: update copyright information
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
3b21b50
e1000e: change logical negate to bitwise
by Dan Carpenter
· 15 years ago
f896546
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 15 years ago
10df0b9
e1000e: add PCI device id to enable support for 82567V-4
by Bruce Allan
· 15 years ago
a305595
e1000e: move settting of flow control refresh timer to link setup code
by Bruce Allan
· 15 years ago
52a9b23
e1000e: s/w initiated LSC MSI-X interrupts not generated; no transmit
by Bruce Allan
· 15 years ago
cd79161
e1000e: initialize manageability (IPMI) pass-through in 82574/82583
by Bruce Allan
· 15 years ago
11b08be
e1000e: bad state after running ethtool diagnostics with AMT enabled
by Bruce Allan
· 15 years ago
ed77134
PM QOS update
by Mark Gross
· 15 years ago
eab2abf
e1000/e1000e: implement a simple interrupt moderation
by Jesse Brandeburg
· 15 years ago
Next »