summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: thunderx: don't allow jumbo frames with XDPMatteo Croce2019-04-111-0/+9
* net: thunderx: raise XDP MTU to 1508Matteo Croce2019-04-111-2/+11
* net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stopLorenzo Bianconi2019-04-041-8/+12
* thunderx: eliminate extra calls to put_page() for pages held for recyclingDean Nelson2019-03-281-4/+3
* thunderx: enable page recycling for non-XDP caseDean Nelson2019-03-281-12/+11
* net: thunder: fix a potential NULL pointer dereferenceKangjie Lu2019-03-111-0/+6
* net: thunderx: remove link change polling code and info from nicpfVadim Lomovtsev2019-02-221-102/+12
* net: thunderx: move link state polling function to VFVadim Lomovtsev2019-02-223-19/+74
* net: thunderx: add mutex to protect mailbox from concurrent calls for same VFVadim Lomovtsev2019-02-222-3/+12
* net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev2019-02-223-9/+7
* net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev2019-02-221-4/+8
* net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev2019-02-222-4/+13
* net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to priv...Vadim Lomovtsev2019-02-222-15/+19
* net: thunderx: correct typo in macro nameVadim Lomovtsev2019-02-222-2/+2
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-1/+1
* net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi2018-11-281-0/+3
* 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/+0
|/
* 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/+11
* 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/+31
* 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/+0
* net: thunderx: fix double free errorAleksey Makarov2017-11-111-52/+30
* 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/+0