summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder
Commit message (Expand)AuthorAgeFilesLines
* net: thunderx: use proper interface type for RGMIITim Harvey2020-02-081-1/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: thunderx: start phy before starting autonegotiationMian Yousaf Kaukab2019-12-051-1/+1
* bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-181-7/+2
* cavium: thunder: Fix use true/false for bool typeSaurav Girepunje2019-10-291-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-12/+6
|\
| * net: thunderx: Use fwnode_get_mac_address()Andy Shevchenko2019-07-231-12/+6
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-3/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-3011-44/+11
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-2/+20
|\
| * 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
* | ethtool: thunder_bgx: use ethtool.h constants for speed and duplexMichael Zhivich2019-04-081-8/+8
|/
* 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-271-4/+3
* thunderx: enable page recycling for non-XDP caseDean Nelson2019-03-271-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-271-0/+3
* net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi2018-11-231-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-071-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-122-14/+38
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-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-03-311-1/+109
* net: thunderx: add workqueue control structures for handle ndo_set_rx_mode re...Vadim Lomovtsev2018-03-311-0/+17
* net: thunderx: add XCAST messages handlers for PFVadim Lomovtsev2018-03-311-4/+41
* net: thunderx: add new messages for handle ndo_set_rx_mode callbackVadim Lomovtsev2018-03-311-0/+12
* net: thunderx: add multicast filter management supportVadim Lomovtsev2018-03-312-1/+153
* net: thunderx: add MAC address filter tracking for LMACVadim Lomovtsev2018-03-311-14/+30
* net: thunderx: move filter register related macro into proper placeVadim Lomovtsev2018-03-312-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
OpenPOWER on IntegriCloud