aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas1-1/+1
2012-09-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-08-23cxgb3: Use PCI Express Capability accessorsJiang Liu1-14/+8
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-19cxgb3: Set vlan_feature on net_devicebrenohl@br.ibm.com1-0/+4
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2-2/+2
2012-07-05cxgb3: set maximal number of default RSS queuesYuval Mintz1-1/+1
2012-07-05cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().David S. Miller3-7/+12
2012-07-05net: Pass neighbours and dest address into NETEVENT_REDIRECT events.David S. Miller1-14/+9
2012-06-06ethernet: Remove casts to same typeJoe Perches1-1/+1
2012-04-30cxgb3: Don't call cxgb_vlan_mode until q locks are initializedRoland Dreier1-46/+46
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-02-15cxgb3: update firmware versionDivy Le Ray1-2/+2
2011-12-05cxgb3: Handle NULL dst neighbour in cxgb3_offload.cDavid Miller1-3/+15
2011-12-05cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.David Miller3-9/+22
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-4/+4
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet1-2/+2
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones1-4/+1
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-4/+5
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones1-4/+5
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2-0/+2
2011-10-19net: add skb frag size accessorsEric Dumazet1-6/+6
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-1/+0
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller3-12/+42
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-1/+1
2011-10-05cxgb3: convert to SKB paged frag API.Ian Campbell1-3/+3
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-10chelsio: Move the Chelsio driversJeff Kirsher24-0/+21791