summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-15net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom1-6/+17
2017-07-11cxgb4: fix BUG() on interrupt deallocating path of ULDGuilherme G. Piccoli1-5/+11
2017-07-05cxgb4: Add PTP Hardware Clock (PHC) supportAtul Gupta1-0/+6
2017-07-05cxgb4: time stamping interface for PTPAtul Gupta1-6/+70
2017-06-23cxgb4: Update T6 Buffer Group and Channel MappingsArjun Vynipadath1-2/+2
2017-06-19cxgb4: notify uP to route ctrlq compl to rdma rspqRaju Rangoju1-4/+6
2017-06-19cxgb4: fix a NULL dereferenceGanesh Goudar1-1/+4
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-4/+4
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-09cxgb4: fix memory leak in init_one()Ganesh Goudar1-1/+5
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-2/+5
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-06-07cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar1-11/+27
2017-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+17
2017-06-06cxgb4: implement ndo_set_vf_rate()Ganesh Goudar1-0/+106
2017-06-02cxgb4: avoid enabling napi twice to the same queueGanesh Goudar1-0/+4
2017-05-30cxgb4: Fix netdev_features flagArjun Vynipadath1-0/+11
2017-05-30cxgb4: keep carrier off before registering netdevSurendra Mobiya1-0/+2
2017-05-30cxgb4: avoid crash on PCI error recovery pathGuilherme G. Piccoli1-8/+13
2017-05-21cxgb4 : retrieve port information from firmwareGanesh Goudar1-0/+7
2017-05-17cxgb4: reduce resource allocation in kdump kernelGanesh Goudar1-6/+6
2017-05-09treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-26/+5
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2017-04-21crypto: chcr - Fix txq ids.Harsh Jain1-0/+9
2017-04-13cxgb4: save tid while creating server filterGanesh Goudar1-0/+4
2017-02-16cxgb4: Increase max number of tc u32 linksArjun V1-2/+1
2017-02-15cxgb4: Update proper netdev stats for rx dropsGanesh Goudar1-1/+1
2017-02-07net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-2/+2
2017-02-04cxgb4: get rid of custom busy poll codeEric Dumazet1-13/+3
2017-01-20cxgb4: hide unused warningsArnd Bergmann1-0/+2
2017-01-17cxgb4: Implement ndo_get_phys_port_id for mgmt devGanesh Goudar1-0/+27
2017-01-16cxgb4: Shutdown adapter if firmware times out or errors outHariprasad Shenai1-2/+18
2017-01-12cxgb4: Initialize mbox lock and list for mgmt devGanesh Goudar1-1/+4
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-4/+3
2017-01-07cxgb4/cxgb4vf: Display 25G and 100G link speedGanesh Goudar1-7/+13
2017-01-06cxgb4: Synchronize access to mailboxHariprasad Shenai1-0/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-12-09cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V1-0/+1
2016-12-08cxgb4/cxgb4vf: Remove deprecated module parametersGanesh Goudar1-40/+1
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai1-24/+40
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-2/+4
2016-10-18cxgb4: Fix number of queue sets corssing the limitGanesh Goudar1-1/+1
2016-10-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-0/+6
2016-10-07cxgb4: advertise support for FR_NSMR_TPTE_WRSteve Wise1-0/+7
2016-10-03cxgb4: unexport cxgb4_dcb_enabledArnd Bergmann1-6/+1
2016-10-03cxgb4: mark cxgb_setup_tc() staticBaoyou Xie1-2/+2
2016-09-26cxgb4: mark symbols static where possibleBaoyou Xie1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+13