aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder
AgeCommit message (Expand)Author
2019-05-15net: thunderx: don't allow jumbo frames with XDPMatteo Croce
2019-05-15net: thunderx: raise XDP MTU to 1508Matteo Croce
2019-04-07thunderx: eliminate extra calls to put_page() for pages held for recyclingDean Nelson
2019-04-07thunderx: enable page recycling for non-XDP caseDean Nelson
2019-03-26net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev
2019-03-26net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev
2018-12-30net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi
2018-12-15net: thunderx: set xdp_prog to NULL if bpf_prog_add failsLorenzo Bianconi
2018-12-15net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi
2018-08-07net: thunderx: check for failed allocation lmac->dmacsColin Ian King
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev
2018-04-18bpf: make cavium thunder compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov
2018-04-09net: thunderx: rework mac addresses list to u64 arrayVadim Lomovtsev
2018-03-31net: thunderx: add ndo_set_rx_mode callback implementation for VFVadim Lomovtsev
2018-03-31net: thunderx: add workqueue control structures for handle ndo_set_rx_mode re...Vadim Lomovtsev
2018-03-31net: thunderx: add XCAST messages handlers for PFVadim Lomovtsev
2018-03-31net: thunderx: add new messages for handle ndo_set_rx_mode callbackVadim Lomovtsev
2018-03-31net: thunderx: add multicast filter management supportVadim Lomovtsev
2018-03-31net: thunderx: add MAC address filter tracking for LMACVadim Lomovtsev
2018-03-31net: thunderx: move filter register related macro into proper placeVadim Lomovtsev
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-02-14Revert "net: thunderx: Add support for xdp redirect"Jesper Dangaard Brouer
2018-02-08net: thunder: change q_len's type to handle max ring sizeDean Nelson
2018-01-29net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly t...Vadim Lomovtsev
2018-01-16net: thunderx: add timestamping supportSunil Goutham
2018-01-05thunderx: setup xdp_rxq_infoJesper Dangaard Brouer
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-06net: thunderx: Fix TCP/UDP checksum offload for IPv4 pktsFlorian Westphal
2017-11-30net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham
2017-11-30net: thunderx: Add support for xdp redirectSunil Goutham
2017-11-25net: thunderx: Fix TCP/UDP checksum offload for IPv6 pktsSunil Goutham
2017-11-11net: thunderx: fix double free errorAleksey Makarov
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01net: thunderx: remove a couple of redundant assignmentsColin Ian King
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09net: thunderx: mark expected switch fall-throughs in nicvf_main()Gustavo A. R. Silva
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann
2017-08-23net: define the TSO header size in net/tso.hAntoine Ténart
2017-07-29net: thunderx: Fix BGX transmit stall due to underflowSunil Goutham
2017-07-14net: thunder_bgx: avoid format string overflow warningArnd Bergmann
2017-06-29cavium: thunder: Remove duplicate "netdev->name" logging outputJoe Perches
2017-06-16bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau
2017-05-02net: thunderx: Optimize page recycling for XDPSunil Goutham
2017-05-02net: thunderx: Support for XDP header adjustmentSunil Goutham
2017-05-02net: thunderx: Add support for XDP_TXSunil Goutham
2017-05-02net: thunderx: Add support for XDP_DROPSunil Goutham