index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
chelsio
/
cxgb4
/
cxgb4_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-10
1
-0
/
+1
|
\
|
*
cxgb4/cxgb4vf: Assign netdev->dev_port with port ID
Arjun V
2016-12-09
1
-0
/
+1
*
|
cxgb4/cxgb4vf: Remove deprecated module parameters
Ganesh Goudar
2016-12-08
1
-40
/
+1
*
|
cxgb4: Allocate Tx queues dynamically
Hariprasad Shenai
2016-11-18
1
-24
/
+40
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-30
1
-1
/
+1
|
\
|
|
*
cxgb4: Fix number of queue sets corssing the limit
Ganesh Goudar
2016-10-18
1
-1
/
+1
*
|
ethernet: use net core MTU range checking in more drivers
Jarod Wilson
2016-10-20
1
-2
/
+4
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2016-10-10
1
-0
/
+6
|
\
|
*
cxgb4: advertise support for FR_NSMR_TPTE_WR
Steve Wise
2016-10-07
1
-0
/
+7
*
|
cxgb4: unexport cxgb4_dcb_enabled
Arnd Bergmann
2016-10-03
1
-6
/
+1
*
|
cxgb4: mark cxgb_setup_tc() static
Baoyou Xie
2016-10-03
1
-2
/
+2
*
|
cxgb4: mark symbols static where possible
Baoyou Xie
2016-09-26
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-23
1
-2
/
+13
|
\
\
|
*
|
cxgb4/cxgb4vf: Allocate more queues for 25G and 100G adapter
Hariprasad Shenai
2016-09-21
1
-2
/
+13
|
*
|
cxgb4: Fixes resource allocation for ULD's in kdump kernel
Hariprasad Shenai
2016-08-19
1
-5
/
+5
*
|
|
cxgb4: add support for offloading u32 filters
Rahul Lakkireddy
2016-09-22
1
-1
/
+40
*
|
|
cxgb4: add common api support for configuring filters
Rahul Lakkireddy
2016-09-22
1
-18
/
+21
*
|
|
cxgb4: move common filter code to separate file
Rahul Lakkireddy
2016-09-22
1
-263
/
+1
*
|
|
chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...
Hariprasad Shenai
2016-09-19
1
-469
/
+144
*
|
|
cxgb4: Add support for ndo_get_vf_config
Hariprasad Shenai
2016-09-04
1
-1
/
+63
*
|
|
cxgb4: Fix issue while re-registering VF mgmt netdev
Hariprasad Shenai
2016-08-24
1
-31
/
+66
*
|
|
cxgb4: add support for tx max rate limiting
Rahul Lakkireddy
2016-08-23
1
-0
/
+82
*
|
|
cxgb4: add support for tx traffic scheduling classes
Rahul Lakkireddy
2016-08-23
1
-1
/
+19
|
|
/
|
/
|
*
|
cxgb4: Simplify the return expression
Wei Yongjun
2016-08-22
1
-6
/
+1
*
|
cxgb4: Add support for dynamic allocation of resources for ULD
Hariprasad Shenai
2016-08-19
1
-39
/
+114
*
|
cxgb4/cxgb4vf: Add set VF mac address support
Hariprasad Shenai
2016-08-15
1
-1
/
+23
*
|
cxgb4: Add control net_device for configuring PCIe VF
Hariprasad Shenai
2016-08-15
1
-18
/
+103
|
/
*
cxgb4/cxgb4vf: Synchronize all MAC addresses
Hariprasad Shenai
2016-06-15
1
-5
/
+2
*
cxgb4: Enable SR-IOV configuration via PCI sysfs interface
Hariprasad Shenai
2016-06-15
1
-2
/
+64
*
cxgb4: Force cxgb4 driver as MASTER in kdump kernel
Hariprasad Shenai
2016-06-15
1
-1
/
+8
*
cxgb4: Reset dcb state machine and tx queue prio only if dcb is enabled
Hariprasad Shenai
2016-05-07
1
-18
/
+20
*
cxgb4: Add support to enable logging of firmware mailbox commands
Hariprasad Shenai
2016-04-29
1
-0
/
+12
*
cxgb4: DCB message handler needs to use correct portid to netdev mapping
Hariprasad Shenai
2016-04-26
1
-2
/
+3
*
cxgb4: Properly decode port module type
Hariprasad Shenai
2016-04-26
1
-0
/
+11
*
cxgb4: add new routine to get adapter info
Hariprasad Shenai
2016-04-26
1
-8
/
+70
*
cxgb4/cxgb4vf: Deprecate module parameter dflt_msg_enable
Hariprasad Shenai
2016-04-06
1
-1
/
+2
*
Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-03-23
1
-14
/
+83
|
\
|
*
cxgb4: update struct cxgb4_lld_info definition
Varun Prakash
2016-03-22
1
-0
/
+4
|
*
cxgb4: large receive offload support
Varun Prakash
2016-03-22
1
-11
/
+31
|
*
cxgb4: allocate resources for CXGB4_ULD_ISCSIT
Varun Prakash
2016-03-22
1
-4
/
+49
*
|
cxgb4: Use __dev_uc_sync/__dev_mc_sync to sync MAC address
Hariprasad Shenai
2016-02-18
1
-56
/
+82
|
/
*
cxgb4: Remove deprecated module parameters
Hariprasad Shenai
2015-12-24
1
-52
/
+2
*
cxgb4: Get TID calculation right for IPv6 mode
Hariprasad Shenai
2015-12-24
1
-4
/
+4
*
cxgb4: Update register range and SGE registers for T6 adapter
Hariprasad Shenai
2015-12-24
1
-2
/
+3
*
cxgb4: get naming correct for iscsi queues
Hariprasad Shenai
2015-12-23
1
-26
/
+27
*
cxgb4: Warn if device doesn't have enough PCI bandwidth
Hariprasad Shenai
2015-12-23
1
-2
/
+78
*
cxgb4: Add API to alloc l2t entry; also update existing ones
Hariprasad Shenai
2015-12-17
1
-8
/
+2
*
cxgb4: Handle clip return values
Hariprasad Shenai
2015-12-12
1
-6
/
+16
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2015-11-07
1
-0
/
+22
|
\
[next]