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
/
cxgb4
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-24
cxgb4: update to utilize the newer VLAN infrastructure
Dimitris Michailidis
3
-31
/
+24
2010-10-24
cxgb4: fix crash due to manipulating queues before registration
Dimitris Michailidis
1
-1
/
+1
2010-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
9
-488
/
+96
2010-10-21
cxgb4: function namespace cleanup (v3)
stephen hemminger
6
-455
/
+3
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-10-03
cxgb4: remove a bogus PCI function number check
Dimitris Michailidis
1
-1
/
+1
2010-09-27
cxgb4: Use netif_set_real_num_{rx,tx}_queues()
Ben Hutchings
1
-1
/
+4
2010-09-02
drivers/net: avoid some skb->ip_summed initializations
Eric Dumazet
1
-1
/
+1
2010-08-23
cxgb4: update PCI ids
Dimitris Michailidis
1
-10
/
+20
2010-08-23
cxgb4: fix setting of the function number in transmit descriptors
Dimitris Michailidis
1
-1
/
+1
2010-08-23
cxgb4: support eeprom read/write on functions other than 0
Dimitris Michailidis
2
-9
/
+32
2010-08-23
cxgb4: handle Rx/Tx queue ranges not starting at 0
Dimitris Michailidis
4
-11
/
+35
2010-08-02
cxgb4: update driver version
Dimitris Michailidis
1
-1
/
+1
2010-08-02
cxgb4: add new PCI IDs
Dimitris Michailidis
1
-0
/
+10
2010-08-02
cxgb4: fix wrong shift direction
Dimitris Michailidis
1
-1
/
+1
2010-08-02
cxgb4: support running the driver on PCI functions besides 0
Dimitris Michailidis
3
-72
/
+97
2010-08-02
cxgb4: advertise NETIF_F_TSO_ECN
Dimitris Michailidis
1
-4
/
+6
2010-08-02
cxgb4: get on-chip queue info from FW and create a memory window for them
Dimitris Michailidis
4
-2
/
+29
2010-08-02
cxgb4: fix TSO descriptors
Dimitris Michailidis
1
-11
/
+11
2010-08-02
cxgb4: don't offload Rx checksums for IPv6 fragments
Dimitris Michailidis
2
-3
/
+6
2010-08-02
cxgb4: disable an interrupt that is neither used nor serviced
Dimitris Michailidis
1
-1
/
+1
2010-07-11
cxgb4: exclude registers with read side effects from register dumps
Dimitris Michailidis
1
-10
/
+13
2010-07-11
cxgb4: implement the ETHTOOL_GRXFH command
Dimitris Michailidis
3
-1
/
+65
2010-07-11
cxgb4: add user manipulation of the RSS table
Dimitris Michailidis
2
-16
/
+98
2010-07-11
cxgb4: avoid duplicating some resource freeing code
Dimitris Michailidis
1
-17
/
+25
2010-07-11
cxgb4: move the choice of interrupt type before net_device registration
Dimitris Michailidis
1
-6
/
+7
2010-07-07
cxgb4: fix for new ndo_get_stats64 signature
Dimitris Michailidis
1
-2
/
+2
2010-07-07
cxgb4: Use kfree_skb for skb pointers
Denis Kirjanov
1
-1
/
+1
2010-06-30
ethtool: Change ethtool_op_set_flags to validate flags
Ben Hutchings
1
-8
/
+1
2010-06-28
cxgb4vf: Add code to provision T4 PCI-E SR-IOV Virtual Functions with hardwar...
Casey Leedom
1
-0
/
+106
2010-06-28
cxgb4vf: Add new macros and definitions for hardware constants
Casey Leedom
2
-0
/
+42
2010-06-28
cxgb4vf: update to latest T4 firmware API file
Casey Leedom
2
-7
/
+22
2010-06-28
cxgb4vf: small changes to message processing structures/macros
Casey Leedom
3
-5
/
+17
2010-06-18
cxgb4: minor cleanup
Dimitris Michailidis
2
-3
/
+2
2010-06-18
cxgb4: update FW definitions
Dimitris Michailidis
4
-24
/
+73
2010-06-18
cxgb4: add a missing error interrupt
Dimitris Michailidis
1
-0
/
+1
2010-06-18
cxgb4: propagate link initialization errors to .ndo_open's callers
Dimitris Michailidis
1
-3
/
+4
2010-06-18
cxgb4: switch to 64 bit inteface statistics
Dimitris Michailidis
1
-3
/
+3
2010-06-18
cxgb4: set dev_id to the port number
Dimitris Michailidis
1
-0
/
+1
2010-06-18
cxgb4: implement EEH
Dimitris Michailidis
4
-3
/
+124
2010-06-18
cxgb4: rearrange initialization code in preparation for EEH
Dimitris Michailidis
1
-49
/
+60
2010-06-18
cxgb4: dynamically determine flash size and FW image location
Dimitris Michailidis
4
-23
/
+61
2010-05-18
cxgb4: notify upper drivers if the device is already up when they load
Dimitris Michailidis
1
-0
/
+3
2010-05-18
cxgb4: keep interrupts available when the ports are brought down
Dimitris Michailidis
2
-28
/
+22
2010-05-18
cxgb4: fix initial addition of MAC address
Dimitris Michailidis
1
-1
/
+1
2010-05-12
cxgb4: report GRO stats with ethtool -S
Dimitris Michailidis
1
-0
/
+6
2010-05-12
cxgb4: report the PCIe link speed
Dimitris Michailidis
1
-2
/
+8
2010-05-12
cxgb4: configure HW VLAN extraction through FW
Dimitris Michailidis
4
-28
/
+20
2010-04-27
cxgb4: set skb->rxhash
Dimitris Michailidis
3
-2
/
+21
2010-04-27
cxgb4: increase serial number length
Dimitris Michailidis
1
-1
/
+1
[next]