index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
e1000
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-28
[PATCH] e1000: Fixes e1000_suspend warning when CONFIG_PM is not enabled
Ashutosh Naik
1
-1
/
+1
2005-10-28
[PATCH] e1000: use vmalloc_node()
Ravikiran G Thirumalai
1
-2
/
+3
2005-10-28
[PATCH] e1000: remove warning about e1000_suspend
Martin J. Bligh
1
-1
/
+1
2005-10-28
drivers/net: Remove pointless checks for NULL prior to calling kfree()
Jesper Juhl
1
-5
/
+2
2005-10-20
[PATCH] e1000: Driver version, white space, comments, device id & other
Mallikarjuna R Chilakala
1
-4
/
+9
2005-10-18
[PATCH] e1000 build fix
Andrew Morton
1
-1
/
+1
2005-10-18
[PATCH] e1000_intr build fix
Andrew Morton
1
-1
/
+1
2005-10-04
e1000: fix warnings
Jeff Garzik
1
-6
/
+9
2005-10-04
e1000: Flush shadow RAM
Mallikarjuna R Chilakala
2
-2
/
+5
2005-10-04
e1000: Added msleep_interruptible delay
Mallikarjuna R Chilakala
1
-0
/
+1
2005-10-04
e1000: Fixes for packet split related issues
Mallikarjuna R Chilakala
3
-38
/
+60
2005-10-04
e1000: Enable custom configuration bits for 82571/2 controllers
Mallikarjuna R Chilakala
1
-0
/
+23
2005-10-04
e1000: implementation of the multi-queue feature
Mallikarjuna R Chilakala
1
-3
/
+188
2005-10-04
e1000: multi-queue defines/modification to data structures
Mallikarjuna R Chilakala
4
-243
/
+564
2005-10-04
e1000: Support for 82571 and 82572 controllers
Mallikarjuna R Chilakala
4
-54
/
+372
2005-09-21
Merge /spare/repo/linux-2.6/
Jeff Garzik
1
-1
/
+0
2005-09-14
[PATCH] e1000: support ETHTOOL_GPERMADDR
John W. Linville
2
-1
/
+3
2005-09-14
[PATCH] e1000: correct rx_dropped counting
John W. Linville
1
-1
/
+0
2005-09-05
[PATCH] (2/7) iomem annotations (e1000)
viro@ftp.linux.org.uk
1
-1
/
+1
2005-09-05
[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion
Pavel Machek
1
-8
/
+6
2005-08-19
[PATCH] e1000 printk warning fix 2
Andrew Morton
1
-2
/
+2
2005-08-11
[NETPOLL]: e1000 netpoll tweak
Matt Mackall
1
-0
/
+1
2005-07-28
[PATCH] e1000: no need for reboot notifier
Tony Luck
1
-28
/
+1
2005-06-27
[PATCH] e1000: Driver version, white space, comments & other
Malli Chilakala
2
-7
/
+9
2005-06-27
[PATCH] e1000: Included proposals to false late collisions due to H/W latencies
Malli Chilakala
2
-5
/
+15
2005-06-27
[PATCH] e1000: Ethtool set speed/duplex validates parameters for consistency
Malli Chilakala
1
-0
/
+7
2005-06-27
[PATCH] e1000: Enable ethtool phys_id feature for 82573 controllers
Malli Chilakala
1
-9
/
+18
2005-06-27
[PATCH] e1000: Fixed VLAN tag processing error for big-endian architectures
Malli Chilakala
1
-6
/
+6
2005-06-27
[PATCH] e1000: Ethtool cleanup patch from Stephen Hemminger
Malli Chilakala
1
-5
/
+16
2005-06-27
[PATCH] e1000: Fixed the loopback test failure for 82573 based adapters
Malli Chilakala
1
-0
/
+1
2005-06-27
[PATCH] e1000: Fixed register and loopback test failures with 82573 controllers
Malli Chilakala
1
-6
/
+26
2005-06-27
[PATCH] e1000: Cleanup debug message printed when Tx Unit hang is detected
Malli Chilakala
2
-3
/
+3
2005-06-27
[PATCH] e1000: Use netdev_priv() to get to netdev->priv
Malli Chilakala
2
-45
/
+45
2005-06-27
[PATCH] e1000: Use correct WOL settings for 82544 adapters
Malli Chilakala
1
-1
/
+1
2005-06-27
[PATCH] e1000: Synchronize phy access between stats update and MII_IOCTL
Malli Chilakala
1
-10
/
+26
2005-06-23
e1000: fix spinlock bug
Mitch Williams
1
-0
/
+1
2005-05-12
[PATCH] e1000:Driver version,white space,comments,device id
Malli Chilakala
7
-135
/
+106
2005-05-12
[PATCH] e1000:Adjust flow control watermarks for Jumbo Frames
Malli Chilakala
1
-2
/
+15
2005-05-12
[PATCH] e1000:Fix Packet Buffer Allocation logic for 82547_rev_2
Malli Chilakala
1
-0
/
+1
2005-05-12
[PATCH] e1000:82573 specific code & packet split code
Malli Chilakala
5
-523
/
+2882
2005-05-12
[PATCH] e1000: Modified e1000_clean: exit poll
Malli Chilakala
1
-3
/
+2
2005-05-12
[PATCH] e1000:Removed redundant statement in e1000_clean_tx_irq
Malli Chilakala
1
-1
/
+0
2005-05-12
[PATCH] e1000: Implement a workaround for 82546 errata 10
Malli Chilakala
1
-0
/
+16
2005-05-12
[PATCH] e1000: e1000 stops working after resume
Malli Chilakala
1
-2
/
+1
2005-05-12
[PATCH] e1000:Fix computation of netdev stats from controller stats counters
Malli Chilakala
1
-3
/
+3
2005-05-12
[PATCH] e1000: Dump information on Tx ring
Malli Chilakala
1
-3
/
+30
2005-05-12
[PATCH] e1000: Delay clean-up of last Tx packet
Malli Chilakala
1
-16
/
+27
2005-05-12
[PATCH] e1000: Fix kernel panic with 82541 LOM
Malli Chilakala
1
-0
/
+1
2005-05-12
[PATCH] e1000: Enable polling before enabling interrupts
Malli Chilakala
1
-1
/
+2
2005-05-12
[PATCH] e1000: MSI support for PCI-e adapters
Malli Chilakala
2
-0
/
+18
[next]