Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
cf124db566e6b036b8bcbe8decbed740bdfac8c6
/
drivers
/
net
/
ethernet
/
chelsio
/
cxgb4
/
cxgb4_main.c
cf124db
net: Fix inconsistent teardown and release of private netdev state.
by David S. Miller
· 8 years ago
e7519f9
cxgb4: avoid enabling napi twice to the same queue
by Ganesh Goudar
· 8 years ago
025d097
cxgb4: avoid crash on PCI error recovery path
by Guilherme G. Piccoli
· 8 years ago
752ade6
treewide: use kv[mz]alloc* rather than opencoded variants
by Michal Hocko
· 8 years ago
8d65b08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
72a56ca
crypto: chcr - Fix txq ids.
by Harsh Jain
· 8 years ago
6b254af
cxgb4: save tid while creating server filter
by Ganesh Goudar
· 8 years ago
45da1ca
cxgb4: Increase max number of tc u32 links
by Arjun V
· 8 years ago
b93f79b
cxgb4: Update proper netdev stats for rx drops
by Ganesh Goudar
· 8 years ago
d0d7b10
net-next: treewide use is_vlan_dev() helper function.
by Parav Pandit
· 8 years ago
5226b791
cxgb4: get rid of custom busy poll code
by Eric Dumazet
· 8 years ago
0a32788
cxgb4: hide unused warnings
by Arnd Bergmann
· 8 years ago
96fe11f
cxgb4: Implement ndo_get_phys_port_id for mgmt dev
by Ganesh Goudar
· 8 years ago
3be0679
cxgb4: Shutdown adapter if firmware times out or errors out
by Hariprasad Shenai
· 8 years ago
038c35a
cxgb4: Initialize mbox lock and list for mgmt dev
by Ganesh Goudar
· 8 years ago
bc1f447
net: make ndo_get_stats64 a void function
by stephen hemminger
· 8 years ago
5e78f7f
cxgb4/cxgb4vf: Display 25G and 100G link speed
by Ganesh Goudar
· 8 years ago
4055ae5
cxgb4: Synchronize access to mailbox
by Hariprasad Shenai
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
821781a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
d2a007ab
cxgb4/cxgb4vf: Assign netdev->dev_port with port ID
by Arjun V
· 8 years ago
ea1e76f
cxgb4/cxgb4vf: Remove deprecated module parameters
by Ganesh Goudar
· 8 years ago
ab677ff
cxgb4: Allocate Tx queues dynamically
by Hariprasad Shenai
· 8 years ago
27058af
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
d894be5
ethernet: use net core MTU range checking in more drivers
by Jarod Wilson
· 8 years ago
a56177e
cxgb4: Fix number of queue sets corssing the limit
by Ganesh Goudar
· 8 years ago
b9044ac
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 8 years ago
086de57
cxgb4: advertise support for FR_NSMR_TPTE_WR
by Steve Wise
· 8 years ago
7c70c4f
cxgb4: unexport cxgb4_dcb_enabled
by Arnd Bergmann
· 8 years ago
8efebd6
cxgb4: mark cxgb_setup_tc() static
by Baoyou Xie
· 8 years ago
5093585
cxgb4: mark symbols static where possible
by Baoyou Xie
· 8 years ago
d6989d4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
d893184
cxgb4: add support for offloading u32 filters
by Rahul Lakkireddy
· 8 years ago
578b46b
cxgb4: add common api support for configuring filters
by Rahul Lakkireddy
· 8 years ago
d57fd6c
cxgb4: move common filter code to separate file
by Rahul Lakkireddy
· 8 years ago
9b86a8d
cxgb4/cxgb4vf: Allocate more queues for 25G and 100G adapter
by Hariprasad Shenai
· 8 years ago
0fbc81b
chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 ULD's
by Hariprasad Shenai
· 8 years ago
661dbeb
cxgb4: Add support for ndo_get_vf_config
by Hariprasad Shenai
· 8 years ago
e7b48a3
cxgb4: Fix issue while re-registering VF mgmt netdev
by Hariprasad Shenai
· 8 years ago
10a2604
cxgb4: add support for tx max rate limiting
by Rahul Lakkireddy
· 8 years ago
b72a32d
cxgb4: add support for tx traffic scheduling classes
by Rahul Lakkireddy
· 8 years ago
8c14846
cxgb4: Simplify the return expression
by Wei Yongjun
· 8 years ago
94cdb8b
cxgb4: Add support for dynamic allocation of resources for ULD
by Hariprasad Shenai
· 8 years ago
e0d8b29
cxgb4: Fixes resource allocation for ULD's in kdump kernel
by Hariprasad Shenai
· 8 years ago
858aa65
cxgb4/cxgb4vf: Add set VF mac address support
by Hariprasad Shenai
· 8 years ago
7829451
cxgb4: Add control net_device for configuring PCIe VF
by Hariprasad Shenai
· 8 years ago
d01f7ab
cxgb4/cxgb4vf: Synchronize all MAC addresses
by Hariprasad Shenai
· 9 years ago
b624420
cxgb4: Enable SR-IOV configuration via PCI sysfs interface
by Hariprasad Shenai
· 9 years ago
c5a8c0f
cxgb4: Force cxgb4 driver as MASTER in kdump kernel
by Hariprasad Shenai
· 9 years ago
218d48e
cxgb4: Reset dcb state machine and tx queue prio only if dcb is enabled
by Hariprasad Shenai
· 9 years ago
7f080c3
cxgb4: Add support to enable logging of firmware mailbox commands
by Hariprasad Shenai
· 9 years ago
134491f
cxgb4: DCB message handler needs to use correct portid to netdev mapping
by Hariprasad Shenai
· 9 years ago
be81a2d
cxgb4: Properly decode port module type
by Hariprasad Shenai
· 9 years ago
0de7273
cxgb4: add new routine to get adapter info
by Hariprasad Shenai
· 9 years ago
8a21ec4
cxgb4/cxgb4vf: Deprecate module parameter dflt_msg_enable
by Hariprasad Shenai
· 9 years ago
ed7d6bc
Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
7714cb9e
cxgb4: update struct cxgb4_lld_info definition
by Varun Prakash
· 9 years ago
2337ba4
cxgb4: large receive offload support
by Varun Prakash
· 9 years ago
f2692d1
cxgb4: allocate resources for CXGB4_ULD_ISCSIT
by Varun Prakash
· 9 years ago
fc08a01
cxgb4: Use __dev_uc_sync/__dev_mc_sync to sync MAC address
by Hariprasad Shenai
· 9 years ago
d7d3e25
cxgb4: Remove deprecated module parameters
by Hariprasad Shenai
· 9 years ago
a99c683
cxgb4: Get TID calculation right for IPv6 mode
by Hariprasad Shenai
· 9 years ago
676d6a7
cxgb4: Update register range and SGE registers for T6 adapter
by Hariprasad Shenai
· 9 years ago
f90ce56
cxgb4: get naming correct for iscsi queues
by Hariprasad Shenai
· 9 years ago
547fd27
cxgb4: Warn if device doesn't have enough PCI bandwidth
by Hariprasad Shenai
· 9 years ago
f750265
cxgb4: Add API to alloc l2t entry; also update existing ones
by Hariprasad Shenai
· 9 years ago
eb72f74
cxgb4: Handle clip return values
by Hariprasad Shenai
· 9 years ago
ab9f2fa
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
52a5f84
cxgb4/cxgb4vf: Update driver desc. to include Chelsio T6 adapter
by Hariprasad Shenai
· 9 years ago
43eb4e8
cxgb4: Add info print to display number of MSI-X vectors allocated
by Hariprasad Shenai
· 9 years ago
2799980
cxgb4: T6 adapter lld support for iw_cxgb4 driver
by Hariprasad S
· 9 years ago
21d11bd
cxgb4: Enhance driver to update FW, when FW is too old
by Hariprasad Shenai
· 9 years ago
8541225
cxgb4: Report correct link speed for unsupported ones
by Hariprasad Shenai
· 9 years ago
5e2a5eb
cxgb4: Add HW timesptamp support for RX
by Hariprasad Shenai
· 9 years ago
2a485cf
cxgb4: Fix for write-combining stats configuration
by Hariprasad Shenai
· 9 years ago
46cdc9b
cxgb4: fix usage of uninitialized variable
by françois romieu
· 9 years ago
a69265e
cxgb4: Force uninitialized state if FW in adapter is unsupported
by Hariprasad Shenai
· 9 years ago
2248b29
cxgb4: Differentiate between stids between server and filter region
by Hariprasad Shenai
· 9 years ago
9a1bb9f
cxgb4: Differentiates between TIDs being used in TCAM and HASH
by Hariprasad Shenai
· 9 years ago
d86bd29
cxgb4/cxgb4vf: read the correct bits of PL Who Am I register
by Hariprasad Shenai
· 9 years ago
5be9ed8
cxgb4: Don't use entire L2T table, use only its slice
by Hariprasad Shenai
· 10 years ago
d2fcb54
cxgb4: use kvfree() in t4_free_mem()
by Pekka Enberg
· 10 years ago
e045671
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
66cf188
cxgb4: Support for user mode bar2 mappings with T4
by Hariprasad S
· 10 years ago
c1e9af0
cxgb4: Use FW LDST cmd to access TP_PIO_{ADDR, DATA} register first
by Hariprasad Shenai
· 10 years ago
098ef6c
cxgb4: Set mac addr from vpd, when we can't contact firmware
by Hariprasad Shenai
· 10 years ago
4036da9
cxgb4: Rename t4_link_start() to t4_link_l1cfg
by Hariprasad Shenai
· 10 years ago
5d700ec
cxgb4: Add sge ec context flush service
by Hariprasad Shenai
· 10 years ago
4f3a0fc
cxgb4: Free Virtual Interfaces in remove routine
by Hariprasad Shenai
· 10 years ago
a4cfd92
cxgb4: Add ethtool support to get adapter stats
by Hariprasad Shenai
· 10 years ago
3ccc6cf
cxgb4: Adds support for T6 adapter
by Hariprasad Shenai
· 10 years ago
661b689
cxgb4: remove unused fn to enable/disable db coalescing
by Hariprasad Shenai
· 10 years ago
b261272
cxgb4/cxgb4vf: function and argument name cleanup
by Hariprasad Shenai
· 10 years ago
5b377d1
cxgb4: Add debugfs facility to inject FL starvation
by Hariprasad Shenai
· 10 years ago
01b6961
cxgb4: Add PHY firmware support for T420-BT cards
by Hariprasad Shenai
· 10 years ago
b562fc3
cxgb4: Optimize and cleanup setup memory window code
by Hariprasad Shenai
· 10 years ago
1ecc7b7
cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROS
by Hariprasad Shenai
· 10 years ago
c035e18
cxgb4: Initialize RSS mode for all Ports
by Hariprasad Shenai
· 10 years ago
982b81e
cxgb4: Add device node to ULD info
by Hariprasad Shenai
· 10 years ago
145ef8a
cxgb4: Enable congestion notification from SGE for IQs and FLs.
by Hariprasad Shenai
· 10 years ago
Next »