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
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-30
e1000e: DoS while TSO enabled caused by link partner with small MSS
Bruce Allan
2
-25
/
+24
2012-08-10
ixgbe: add missing braces
Emil Tantilov
1
-1
/
+2
2012-08-09
igb: Fix register defines for all non-82575 hardware
Alexander Duyck
1
-2
/
+6
2012-08-09
e1000e: fix panic while dumping packets on Tx hang with IOMMU
Emil Tantilov
1
-10
/
+26
2012-08-09
igb: fix panic while dumping packets on Tx hang with IOMMU
Emil Tantilov
1
-10
/
+9
2012-08-07
igb: add delay to allow igb loopback test to succeed on 8086:10c9
Stefan Assmann
1
-0
/
+3
2012-08-07
e1000e: 82571 Tx Data Corruption during Tx hang recovery
Tushar Dave
1
-2
/
+4
2012-08-07
e1000e: NIC goes up and immediately goes down
Tushar Dave
1
-3
/
+1
2012-08-04
igb: don't break user visible strings over multiple lines in igb_ethtool.c
Jesper Juhl
1
-12
/
+11
2012-08-04
igb: correct hardware type (i210/i211) check in igb_loopback_test()
Jesper Juhl
1
-1
/
+1
2012-08-04
igb: Fix for failure to init on some 82576 devices.
Carolyn Wyborny
1
-8
/
+8
2012-07-31
netvm: propagate page->pfmemalloc from skb_alloc_page to skb
Mel Gorman
3
-4
/
+3
2012-07-26
ixgbe: fix panic while dumping packets on Tx hang with IOMMU
Emil Tantilov
1
-5
/
+6
2012-07-22
ixgbe: Fix build with PCI_IOV enabled.
David S. Miller
1
-1
/
+1
2012-07-22
e1000e: advertise transmit time stamping
Richard Cochran
1
-0
/
+1
2012-07-22
e1000: advertise transmit time stamping
Richard Cochran
1
-0
/
+1
2012-07-21
igb: reset PHY in the link_up process to recover PHY setting after power down.
Akeem G. Abodunrin
1
-1
/
+2
2012-07-21
ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interrupts
Alexander Duyck
2
-7
/
+17
2012-07-21
ixgbe: add support for new 82599 device
Don Skidmore
2
-0
/
+2
2012-07-21
ixgbe: remove extra unused queues in DCB + FCoE case
John Fastabend
1
-5
/
+8
2012-07-21
ixgbe: fix RAR entry counting for generic and fdb_add()
John Fastabend
1
-8
/
+19
2012-07-21
ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UP
Alexander Duyck
1
-4
/
+8
2012-07-21
ixgbe: Reduce Rx header size to what is actually used
Alexander Duyck
2
-9
/
+10
2012-07-21
ixgbevf: Fix namespace issue with ixgbe_write_eitr
Greg Rose
2
-25
/
+19
2012-07-21
ixgbe: Fix handling of FDIR_HASH flag
Alexander Duyck
2
-24
/
+46
2012-07-21
ixgbevf: Add support for PCI error handling
Alexander Duyck
1
-0
/
+80
2012-07-21
ixgbevf: Add lock around mailbox ops to prevent simultaneous access
Alexander Duyck
2
-2
/
+41
2012-07-21
ixgbe: Change how we check for pre-existing and assigned VFs
Alexander Duyck
4
-94
/
+45
2012-07-21
ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriov
Alexander Duyck
3
-32
/
+28
2012-07-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
10
-248
/
+344
2012-07-20
ixgbe: use PCI_VENDOR_ID_INTEL
Jon Mason
3
-9
/
+6
2012-07-20
ixgb: use PCI_VENDOR_ID_INTEL
Jon Mason
3
-12
/
+8
2012-07-19
ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flag
Alexander Duyck
2
-8
/
+13
2012-07-19
ixgbe: Only enable anti-spoof on VF pools
Alexander Duyck
1
-9
/
+11
2012-07-19
ixgbe: Correctly set SAN MAC RAR pool to default pool of PF
Alexander Duyck
6
-3
/
+46
2012-07-19
ixgbe: Make FCoE allocation and configuration closer to how rings work
Alexander Duyck
4
-122
/
+154
2012-07-19
ixgbe: Merge all FCoE percpu values into a single structure
Alexander Duyck
3
-86
/
+86
2012-07-19
ixgbe: Cleanup configuration of FCoE registers
Alexander Duyck
2
-27
/
+32
2012-07-19
ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ API
Alexander Duyck
2
-17
/
+17
2012-07-19
ixgbe: Fix memory leak when SR-IOV VFs are direct assigned
Alexander Duyck
1
-4
/
+11
2012-07-19
ixgbe: Use VMDq offset to indicate the default pool
Alexander Duyck
3
-19
/
+21
2012-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-10
/
+38
2012-07-19
net: e100: ucode is optional in some cases
Bjørn Mork
1
-9
/
+31
2012-07-18
ixgbe: Cleanup holes in flags after removing several of them
Alexander Duyck
1
-25
/
+25
2012-07-18
ixgbe: Retire RSS enabled and capable flags
Alexander Duyck
4
-37
/
+8
2012-07-18
ixgbe: Add support for SR-IOV w/ DCB or RSS
Alexander Duyck
4
-47
/
+423
2012-07-18
ixgbe: Update configure virtualization to allow for multiple PF pools
Alexander Duyck
1
-12
/
+12
2012-07-18
ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparam
Alexander Duyck
1
-70
/
+83
2012-07-18
ixgbevf: Consolidate Tx context descriptor creation code
Alexander Duyck
2
-180
/
+163
2012-07-18
ixgbevf: Add netdev to ring structure
Alexander Duyck
3
-34
/
+28
[next]