aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-12net: cxgb3: Fix comment typoJason Wang1-1/+1
2018-09-21net: cxgb3: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+2
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-25/+4
2015-06-30cxgb3: use kvfree() in cxgb_free_mem()Pekka Enberg1-4/+1
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong1-1/+1
2013-12-31net: cxgb3: slight optimization of addr comparedingtianhong1-1/+1
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches1-1/+1
2013-05-23cxgb3: Fix warning about using rcu_dereference when not in a rcu-locked sectionJay Fenlason1-4/+5
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy1-1/+1
2013-01-14ipv6 netevent: Remove old_neigh from netevent_redirect.YOSHIFUJI Hideaki / 吉藤英明1-24/+11
2013-01-07chelsio: Use netdev_<level> and pr_<level>Joe Perches1-30/+24
2013-01-04cxgb3: remove usage of dev->masterJiri Pirko1-4/+7
2012-12-03cxgb3: remove __dev* attributesBill Pemberton1-2/+2
2012-07-05cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().David S. Miller1-4/+7
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
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 Miller1-1/+1
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-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-5/+18
2011-08-10chelsio: Move the Chelsio driversJeff Kirsher1-0/+1418