aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/l2t.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-23cxgb4: update kernel-doc line commentsRahul Lakkireddy1-0/+1
2020-06-23cxgb4: move handling L2T ARP failures to callerRahul Lakkireddy1-28/+24
2020-03-08cxgb4/chcr: Save tx keys and handle HW responseRohit Maheshwari1-0/+11
2020-02-24chelsio: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-24l2t_seq_next should increase position indexVasily Averin1-2/+1
2019-10-31cxgb4/l2t: Simplify 't4_l2e_free()' and '_t4_l2e_free()'Christophe JAILLET1-6/+2
2019-01-16cxgb4/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva1-1/+1
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur1-8/+5
2018-09-14cxgb4: update supported DCB versionGanesh Goudar1-2/+4
2018-08-07cxgb4/l2t: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-05-14cxgb4: add tc flower match support for tunnel VNIKumar Sanghvi1-1/+1
2017-09-25neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan1-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-1/+1
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-1/+1
2016-03-22cxgb4: move VLAN_NONE macro definitionVarun Prakash1-2/+0
2015-12-17cxgb4: Replace arpq_head/arpq_tail with SKB double link-list codeHariprasad Shenai1-38/+23
2015-12-17cxgb4: Use t4_mgmt_tx() API for sending write l2t request ctrl packets.Hariprasad Shenai1-2/+1
2015-12-17cxgb4: Add API to alloc l2t entry; also update existing onesHariprasad Shenai1-14/+111
2015-12-17cxgb4: Use symbolic constant for VLAN priority calculationHariprasad Shenai1-1/+1
2015-07-08cxgb4: Don't use entire L2T table, use only its sliceHariprasad Shenai1-40/+54
2015-01-12iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros related to all other cpl messagesHariprasad Shenai1-1/+1
2015-01-12iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL messagesHariprasad Shenai1-1/+1
2015-01-05cxgb4/cxgb4vf/csiostor: Cleanup PL, XGMAC, SF and MC related register definesHariprasad Shenai1-4/+5
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VIHariprasad Shenai1-2/+2
2014-11-13cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt1-1/+1
2014-06-22cxgb4 : Update copyright year on all cxgb4 filesAnish Bhatt1-1/+1
2014-04-14cxgb4: Save the correct mac addr for hw-loopback connections in the L2TSteve Wise1-1/+3
2014-01-13cxgb4: silence shift wrapping static checker warningDan Carpenter1-1/+1
2013-12-22cxgb4: Add API to correctly calculate tuple fieldsKumar Sanghvi1-0/+35
2012-12-19cxgb4: Add T4 filter supportVipul Pandya1-0/+32
2011-10-31drivers/net: fix mislocated headers in cxgb4/l2t.cPaul Gortmaker1-4/+3
2011-08-10chelsio: Move the Chelsio driversJeff Kirsher1-0/+597