summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium/thunder
AgeCommit message (Expand)AuthorFilesLines
2022-12-08net: thunderx: Fix the ACPI memory leakYu Liao1-1/+3
2021-11-26cavium: Fix return values of the probe functionZheyu Ma1-2/+2
2021-11-26cavium: Return negative value when pci_alloc_irq_vectors() failsZheyu Ma1-1/+1
2021-05-22net: thunderx: Fix unintentional sign extension issueColin Ian King1-1/+1
2020-08-11net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long1-2/+2
2020-03-11net: thunderx: workaround BGX TX Underflow issueTim Harvey2-3/+68
2019-12-21net: thunderx: start phy before starting autonegotiationMian Yousaf Kaukab1-1/+1
2019-04-27net: thunderx: don't allow jumbo frames with XDPMatteo Croce1-0/+9
2019-04-27net: thunderx: raise XDP MTU to 1508Matteo Croce1-2/+11
2019-04-03thunderx: eliminate extra calls to put_page() for pages held for recyclingDean Nelson1-4/+3
2019-04-03thunderx: enable page recycling for non-XDP caseDean Nelson1-12/+11
2019-03-23net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev1-4/+8
2019-03-23net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev2-4/+13
2018-12-17net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi1-0/+3
2018-12-05net: thunderx: set xdp_prog to NULL if bpf_prog_add failsLorenzo Bianconi1-2/+7
2018-12-05net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi1-1/+3
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-08-08net: thunderx: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-07net: thunderx: check for failed allocation lmac->dmacsColin Ian King1-0/+2
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-1/+0
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-14/+38
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-13net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev2-14/+38
2018-04-19bpf: make cavium thunder compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov1-1/+1
2018-04-09net: thunderx: rework mac addresses list to u64 arrayVadim Lomovtsev2-24/+11
2018-04-01net: thunderx: add ndo_set_rx_mode callback implementation for VFVadim Lomovtsev1-1/+109
2018-04-01net: thunderx: add workqueue control structures for handle ndo_set_rx_mode re...Vadim Lomovtsev1-0/+17
2018-04-01net: thunderx: add XCAST messages handlers for PFVadim Lomovtsev1-4/+41
2018-04-01net: thunderx: add new messages for handle ndo_set_rx_mode callbackVadim Lomovtsev1-0/+12
2018-04-01net: thunderx: add multicast filter management supportVadim Lomovtsev2-1/+153
2018-04-01net: thunderx: add MAC address filter tracking for LMACVadim Lomovtsev1-14/+30
2018-04-01net: thunderx: move filter register related macro into proper placeVadim Lomovtsev2-11/+13
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-02-14Revert "net: thunderx: Add support for xdp redirect"Jesper Dangaard Brouer3-94/+31
2018-02-08net: thunder: change q_len's type to handle max ring sizeDean Nelson1-1/+1
2018-01-29net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly t...Vadim Lomovtsev5-5/+5
2018-01-16net: thunderx: add timestamping supportSunil Goutham8-6/+344
2018-01-06thunderx: setup xdp_rxq_infoJesper Dangaard Brouer3-4/+13
2017-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-12-06net: thunderx: Fix TCP/UDP checksum offload for IPv4 pktsFlorian Westphal1-0/+2
2017-11-30net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham1-0/+5
2017-11-30net: thunderx: Add support for xdp redirectSunil Goutham3-31/+94
2017-11-25net: thunderx: Fix TCP/UDP checksum offload for IPv6 pktsSunil Goutham1-1/+0
2017-11-11net: thunderx: fix double free errorAleksey Makarov1-52/+30
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-2/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01net: thunderx: remove a couple of redundant assignmentsColin Ian King1-4/+0
2017-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-10-09net: thunderx: mark expected switch fall-throughs in nicvf_main()Gustavo A. R. Silva1-0/+2