summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
...
* | net: cxgb4vf: use DEFINE_PCI_DEVICE_TABLEJingoo Han2013-10-221-1/+1
* | chelsio: remove duplicate definesMichael Opdenacker2013-10-221-35/+0Star
* | cgxb4: remove duplicate include in cxgb4.hMichael Opdenacker2013-10-221-1/+0Star
* | net: cxgb4vf: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-3/+0Star
* | net: cxgb2: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0Star
* | net: cxgb3: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0Star
* | net: cxgb4: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0Star
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-2/+2
* | bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico2013-09-261-1/+2
* | chelsio: Remove extern from function prototypesJoe Perches2013-09-241-23/+23
* | net: cxgb4vf: Staticize local symbolsSachin Kamat2013-09-201-5/+6
|/
* cxgb4: remove workqueue when driver registration failsWei Yang2013-09-161-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-062-2/+2
|\
| * treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-202-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-051-2/+1Star
|\ \
* \ \ Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-09-055-2/+332
|\ \ \ | |/ / |/| |
| * | cxgb4: Add CLIP support to store compressed IPv6 addressVipul Pandya2013-08-123-0/+241
| * | cxgb4: Add routines to create and remove listening IPv6 serversVipul Pandya2013-08-123-2/+91
| |/
* / Revert "cxgb3: Check and handle the dma mapping errors"Alexey Kardashevskiy2013-08-151-83/+24Star
|/
* cxgb3: Missing rtnl lock in error recoveryBenjamin Herrenschmidt2013-07-021-0/+2
* cxgb4: Do not set net_device::dev_id to VI indexBen Hutchings2013-06-131-1/+0Star
* cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...Li RongQing2013-06-052-2/+2
* cxgb4: Force uninitialized state if FW_ON_ADAPTER is < FW_VERSION and we're t...Jay Hernandez2013-06-013-3/+35
* cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...Simon Horman2013-05-291-6/+5Star
* cxgb3: Check and handle the dma mapping errorsSantosh Rastapur2013-05-231-23/+82
* cxgb3: Fix warning about using rcu_dereference when not in a rcu-locked sectionJay Fenlason2013-05-231-4/+5
* net/ethernet/chelsio/cxgb/cxgb2: Use module_pci_driver to register driverPeter Hüwe2013-05-221-13/+2Star
* cxgb4: fix error recovery when t4_fw_hello returns a positive valueThadeu Lima de Souza Cascardo2013-05-031-1/+1
* cxgb4vf: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya2013-04-292-0/+26
* cxgb4: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya2013-04-293-3/+76
* cxgb4: Fix pci_device_id structure initialization with correct PF numberVipul Pandya2013-04-291-38/+38
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-194-7/+8
* net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-191-1/+1
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-195-28/+32
* chelsio: use netdev_alloc_skb_ip_alignstephen hemminger2013-03-201-2/+1Star
* chelsio: add headroom in RX pathEric Dumazet2013-03-201-1/+1
* RDMA/cxgb4: Use DSGLs for fastreg and adapter memory writes for T5.Vipul Pandya2013-03-141-0/+8
* RDMA/cxgb4: Turn off db coalescing when RDMA QPs are in use.Vipul Pandya2013-03-143-0/+26
* cxgb4vf: Add support for Chelsio T5 adapterSantosh Rastapur2013-03-145-9/+73
* cxgb4: Disable SR-IOV support for PF4-7 for T5Santosh Rastapur2013-03-142-19/+10Star
* cxgb4: Update driver version and descriptionSantosh Rastapur2013-03-141-2/+2
* cxgb4: Add T5 PCI idsSantosh Rastapur2013-03-141-0/+38
* cxgb4: Add T5 debugfs supportSantosh Rastapur2013-03-143-43/+119
* cxgb4: Enable doorbell drop recovery only for T4 adapterSantosh Rastapur2013-03-141-16/+71
* cxgb4: Add T5 write combining supportSantosh Rastapur2013-03-143-5/+102
* cxgb4: Dump T5 registersSantosh Rastapur2013-03-141-4/+448
* cxgb4: Initialize T5Santosh Rastapur2013-03-144-48/+227
* cxgb4: Add macros, structures and inline functions for T5Santosh Rastapur2013-03-143-2/+95
* cxgb4: Add register definations for T5Santosh Rastapur2013-03-141-0/+94
* cxgb4: Allow for backward compatibility with new VPD scheme.Santosh Rastapur2013-03-121-3/+9