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
/
ixgbe
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-21
ixgbe: add a refcnt when turning on/off FCoE offload capability
Yi Zou
2
-0
/
+7
2010-10-21
ixgbe: fix stats handling
Eric Dumazet
3
-16
/
+56
2010-10-21
ixgbe: update copyright info
Emil Tantilov
4
-4
/
+4
2010-10-21
ixgbe: Update ixgbe to use new vlan accleration.
Jesse Gross
3
-79
/
+74
2010-10-21
vlan: Don't check for vlan group before vlan_tx_tag_present.
Jesse Gross
1
-1
/
+1
2010-10-21
vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
Jesse Gross
1
-1
/
+1
2010-10-15
ixgbe: DCB: remove DCB check config
John Fastabend
1
-1
/
+0
2010-10-14
ixgbe: declare functions as static
Emil Tantilov
11
-86
/
+40
2010-10-14
ixgbe: remove unused functions
Emil Tantilov
8
-555
/
+0
2010-10-06
ixgbe: Use affinity_hint when Flow Director is enabled
Peter Waskiewicz
2
-0
/
+27
2010-09-30
ixgbe: fix link issues and panic with shared interrupts for 82598
Emil Tantilov
1
-10
/
+26
2010-09-27
ixgbe: Use netif_set_real_num_{rx,tx}_queues()
Ben Hutchings
1
-5
/
+11
2010-09-26
drivers/net: return operator cleanup
Eric Dumazet
2
-4
/
+4
2010-09-22
e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flags
Yi Zou
1
-1
/
+3
2010-09-17
ethtool, ixgbe: Move RX n-tuple mask fixup to ethtool
Ben Hutchings
1
-43
/
+14
2010-09-08
drivers/net/ixgbe/ixgbe_main.c: Add ixgbe_psum
Joe Perches
1
-146
/
+151
2010-09-08
drivers/net/ixgbe/ixgbe_main.c: Use pr_<level>
Joe Perches
1
-38
/
+36
2010-09-08
drivers/net/ixgbe/ixgbe_main.c: Checkpatch cleanups
Joe Perches
1
-231
/
+236
2010-09-08
ixgbe: fix TX ring enable issues seen when VMDQ is enabled
Alexander Duyck
1
-1
/
+1
2010-09-02
drivers/net: avoid some skb->ip_summed initializations
Eric Dumazet
2
-3
/
+4
2010-08-25
drivers/net: Remove address use from assignments of function pointers
Joe Perches
1
-2
/
+2
2010-08-19
ixgbe: rewrite ethtool test to use standard config functions
Alexander Duyck
3
-253
/
+169
2010-08-19
ixgbe: update all DESC_ADV macros to accept a ring pointer
Alexander Duyck
4
-18
/
+18
2010-08-19
ixgbe: combine Rx into into ixgbe_configure_rx
Alexander Duyck
1
-57
/
+95
2010-08-19
ixgbe: pull all Tx init into ixgbe_configure_tx
Alexander Duyck
1
-39
/
+52
2010-08-19
ixgbe: move all GPIE register config into a single function
Alexander Duyck
1
-42
/
+30
2010-08-19
ixgbe: Move virtualization config into a separate function
Alexander Duyck
1
-38
/
+46
2010-08-19
ixgbe: move all Rx DMA control register writes to one central location
Alexander Duyck
2
-43
/
+50
2010-08-19
ixgbe: Move max frame size and Rx buffer length configuration into a function
Alexander Duyck
1
-48
/
+60
2010-08-19
ixgbe: remove redundant configuration of vmolr, rename generic variable
Alexander Duyck
1
-7
/
+4
2010-08-19
ixgbe: bump PS header size to 512 bytes
Alexander Duyck
1
-4
/
+9
2010-08-19
ixgbe: combine accesses to FCTRL register into ixgbe_set_rx_mode
Alexander Duyck
1
-7
/
+6
2010-08-19
ixgbe: pull PSRTYPE configuration into a separate function
Alexander Duyck
1
-11
/
+25
2010-08-19
ixgbe: pull ring configuration into it's own function
Alexander Duyck
1
-13
/
+20
2010-08-19
ixgbe: consolidate all setting of MRQC into one function
Alexander Duyck
1
-57
/
+43
2010-08-19
ixgbe: move Tx ring configuration into a separate function
Alexander Duyck
1
-40
/
+29
2010-08-19
ixgbe: move configuration of the MTQC register into it's own function
Alexander Duyck
1
-33
/
+40
2010-08-19
ixgbe: combine two modifications of TXDCTL into one
Alexander Duyck
1
-12
/
+6
2010-08-19
ixgbe: move setting of GSO size for 82598 into ixgbe_configure_dcb
Alexander Duyck
1
-11
/
+10
2010-08-19
ixgbe: remove redundant DMA alignment code
Alexander Duyck
1
-12
/
+12
2010-08-19
ixgbe: cleanup ixgbe_get_drvinfo to be extra careful with buffer boundaries
Don Skidmore
1
-10
/
+13
2010-08-08
e100/e1000*/igb*/ixgb*: Add missing read memory barrier
Jeff Kirsher
1
-0
/
+1
2010-08-08
ixgbe: fix build error with FCOE_CONFIG without DCB_CONFIG
John Fastabend
1
-4
/
+10
2010-07-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+9
2010-07-27
ixgbe: potential null dereference
Dan Carpenter
1
-3
/
+4
2010-07-27
ixgbe: priority tagging FCoE frames without FCoE offload
John Fastabend
1
-21
/
+24
2010-07-24
ixgbe: fix ethtool stats
Eric Dumazet
1
-21
/
+21
2010-07-21
ixgbe/igb: catch invalid VF settings
Andy Gospodarek
1
-0
/
+9
2010-07-19
ixgbe: fix version string for ixgbe
Don Skidmore
1
-1
/
+1
2010-07-19
ixgbe: use GFP_ATOMIC when allocating FCoE DDP context from the dma pool
Yi Zou
1
-1
/
+1
[next]