aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-07net: thunderx: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
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-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-12net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev2-14/+38
2018-04-18bpf: 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-03-31net: thunderx: add ndo_set_rx_mode callback implementation for VFVadim Lomovtsev1-1/+109
2018-03-31net: thunderx: add workqueue control structures for handle ndo_set_rx_mode requestVadim Lomovtsev1-0/+17
2018-03-31net: thunderx: add XCAST messages handlers for PFVadim Lomovtsev1-4/+41
2018-03-31net: thunderx: add new messages for handle ndo_set_rx_mode callbackVadim Lomovtsev1-0/+12
2018-03-31net: thunderx: add multicast filter management supportVadim Lomovtsev2-1/+153
2018-03-31net: thunderx: add MAC address filter tracking for LMACVadim Lomovtsev1-14/+30
2018-03-31net: 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 to module nameVadim Lomovtsev5-5/+5
2018-01-16net: thunderx: add timestamping supportSunil Goutham8-6/+344
2018-01-05thunderx: setup xdp_rxq_infoJesper Dangaard Brouer3-4/+13
2017-12-09Merge 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-09Merge 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
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+1
2017-08-23net: define the TSO header size in net/tso.hAntoine Ténart1-1/+0
2017-07-29net: thunderx: Fix BGX transmit stall due to underflowSunil Goutham2-5/+24
2017-07-14net: thunder_bgx: avoid format string overflow warningArnd Bergmann1-1/+1
2017-06-29cavium: thunder: Remove duplicate "netdev->name" logging outputJoe Perches2-26/+15
2017-06-16bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau1-0/+1
2017-05-02net: thunderx: Optimize page recycling for XDPSunil Goutham2-7/+51
2017-05-02net: thunderx: Support for XDP header adjustmentSunil Goutham2-17/+55
2017-05-02net: thunderx: Add support for XDP_TXSunil Goutham3-27/+160
2017-05-02net: thunderx: Add support for XDP_DROPSunil Goutham3-25/+79
2017-05-02net: thunderx: Add basic XDP supportSunil Goutham5-19/+199
2017-05-02net: thunderx: Cleanup receive buffer allocationSunil Goutham1-9/+9
2017-05-02net: thunderx: Optimize CQE_TX handlingSunil Goutham2-28/+21
2017-05-02net: thunderx: Optimize RBDR descriptor handlingSunil Goutham2-13/+5
2017-05-02net: thunderx: Support for page recyclingSunil Goutham4-20/+119
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-04-17net: thunderx: Fix set_max_bgx_per_node for 81xx rgxGeorge Cherian2-0/+2
2017-04-11net: thunderx: Switch to pci_alloc_irq_vectorsThanneeru Srinivasulu3-96/+40