summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder
Commit message (Expand)AuthorAgeFilesLines
* net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi2018-11-241-1/+3
* net: thunderx: set xdp_prog to NULL if bpf_prog_add failsLorenzo Bianconi2018-11-221-2/+7
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-091-0/+2
|\
| * net: thunderx: check for failed allocation lmac->dmacsColin Ian King2018-08-071-0/+2
* | net: thunderx: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* | xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-1/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-162-14/+38
|\
| * net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev2018-06-132-14/+38
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
|/
* bpf: make cavium thunder compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-1/+1
* net: thunderx: rework mac addresses list to u64 arrayVadim Lomovtsev2018-04-092-24/+11Star
* net: thunderx: add ndo_set_rx_mode callback implementation for VFVadim Lomovtsev2018-04-011-1/+109
* net: thunderx: add workqueue control structures for handle ndo_set_rx_mode re...Vadim Lomovtsev2018-04-011-0/+17
* net: thunderx: add XCAST messages handlers for PFVadim Lomovtsev2018-04-011-4/+41
* net: thunderx: add new messages for handle ndo_set_rx_mode callbackVadim Lomovtsev2018-04-011-0/+12
* net: thunderx: add multicast filter management supportVadim Lomovtsev2018-04-012-1/+153
* net: thunderx: add MAC address filter tracking for LMACVadim Lomovtsev2018-04-011-14/+30
* net: thunderx: move filter register related macro into proper placeVadim Lomovtsev2018-04-012-11/+13
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* Revert "net: thunderx: Add support for xdp redirect"Jesper Dangaard Brouer2018-02-143-94/+31Star
* net: thunder: change q_len's type to handle max ring sizeDean Nelson2018-02-081-1/+1
* net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly t...Vadim Lomovtsev2018-01-295-5/+5
* net: thunderx: add timestamping supportSunil Goutham2018-01-168-6/+344
* thunderx: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-063-4/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-101-0/+2
|\
| * net: thunderx: Fix TCP/UDP checksum offload for IPv4 pktsFlorian Westphal2017-12-061-0/+2
* | net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham2017-11-301-0/+5
* | net: thunderx: Add support for xdp redirectSunil Goutham2017-11-303-31/+94
|/
* net: thunderx: Fix TCP/UDP checksum offload for IPv6 pktsSunil Goutham2017-11-251-1/+0Star
* net: thunderx: fix double free errorAleksey Makarov2017-11-111-52/+30Star
* net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-051-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | net: thunderx: remove a couple of redundant assignmentsColin Ian King2017-11-011-4/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-101-0/+2
|\|
| * net: thunderx: mark expected switch fall-throughs in nicvf_main()Gustavo A. R. Silva2017-10-091-0/+2
* | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-261-0/+1
|/
* net: define the TSO header size in net/tso.hAntoine Ténart2017-08-241-1/+0Star
* net: thunderx: Fix BGX transmit stall due to underflowSunil Goutham2017-07-292-5/+24
* net: thunder_bgx: avoid format string overflow warningArnd Bergmann2017-07-141-1/+1
* cavium: thunder: Remove duplicate "netdev->name" logging outputJoe Perches2017-06-292-26/+15Star
* bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau2017-06-161-0/+1
* net: thunderx: Optimize page recycling for XDPSunil Goutham2017-05-022-7/+51
* net: thunderx: Support for XDP header adjustmentSunil Goutham2017-05-022-17/+55
* net: thunderx: Add support for XDP_TXSunil Goutham2017-05-023-27/+160
* net: thunderx: Add support for XDP_DROPSunil Goutham2017-05-023-25/+79
* net: thunderx: Add basic XDP supportSunil Goutham2017-05-025-19/+199
* net: thunderx: Cleanup receive buffer allocationSunil Goutham2017-05-021-9/+9
* net: thunderx: Optimize CQE_TX handlingSunil Goutham2017-05-022-28/+21Star
* net: thunderx: Optimize RBDR descriptor handlingSunil Goutham2017-05-022-13/+5Star