Age | Commit message (Expand) | Author |
2022-07-02 | net: add skb_[inner_]tcp_all_headers helpers | Eric Dumazet |
2021-12-29 | net: Add includes masked by netdevice.h including uapi/bpf.h | Jakub Kicinski |
2021-04-12 | net: thunderx: Fix unintentional sign extension issue | Colin Ian King |
2020-12-01 | xsk: Propagate napi_id to XDP socket Rx path | Björn Töpel |
2020-09-14 | liquidio: convert tasklets to use new tasklet_setup() API | Allen Pais |
2020-06-18 | net: tso: cache transport header length | Eric Dumazet |
2020-03-23 | net: thunderx: remove set but not used variable 'tail' | Zheng zengkai |
2019-07-30 | net: Use skb_frag_off accessors | Jonathan Lemon |
2019-07-22 | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 | Thomas Gleixner |
2019-03-27 | thunderx: eliminate extra calls to put_page() for pages held for recycling | Dean Nelson |
2019-03-27 | thunderx: enable page recycling for non-XDP case | Dean Nelson |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain |
2018-11-23 | net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queue | Lorenzo Bianconi |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-02-14 | Revert "net: thunderx: Add support for xdp redirect" | Jesper Dangaard Brouer |
2018-01-16 | net: thunderx: add timestamping support | Sunil Goutham |
2018-01-05 | thunderx: setup xdp_rxq_info | Jesper Dangaard Brouer |
2017-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-12-06 | net: thunderx: Fix TCP/UDP checksum offload for IPv4 pkts | Florian Westphal |
2017-11-30 | net: thunderx: Add support for xdp redirect | Sunil Goutham |
2017-11-25 | net: thunderx: Fix TCP/UDP checksum offload for IPv6 pkts | Sunil Goutham |
2017-06-29 | cavium: thunder: Remove duplicate "netdev->name" logging output | Joe Perches |
2017-05-02 | net: thunderx: Optimize page recycling for XDP | Sunil Goutham |
2017-05-02 | net: thunderx: Support for XDP header adjustment | Sunil Goutham |
2017-05-02 | net: thunderx: Add support for XDP_TX | Sunil Goutham |
2017-05-02 | net: thunderx: Add support for XDP_DROP | Sunil Goutham |
2017-05-02 | net: thunderx: Add basic XDP support | Sunil Goutham |
2017-05-02 | net: thunderx: Cleanup receive buffer allocation | Sunil Goutham |
2017-05-02 | net: thunderx: Optimize CQE_TX handling | Sunil Goutham |
2017-05-02 | net: thunderx: Optimize RBDR descriptor handling | Sunil Goutham |
2017-05-02 | net: thunderx: Support for page recycling | Sunil Goutham |
2017-04-07 | net: thunderx: Enable TSO and checksum offloads for ipv6 | Thanneeru Srinivasulu |
2017-03-09 | net: thunderx: Allow IPv6 frames with zero UDP checksum | Thanneeru Srinivasulu |
2017-03-09 | net: thunderx: Fix IOMMU translation faults | Sunil Goutham |
2017-01-25 | net: thunderx: Support to configure queue sizes from ethtool | Sunil Goutham |
2016-12-02 | net: thunderx: Fix transmit queue timeout issue | Sunil Goutham |
2016-11-25 | net: thunderx: Configure RED and backpressure levels | Sunil Goutham |
2016-11-16 | net: thunderx: Fix memory leak and other issues upon interface toggle | Sunil Goutham |
2016-11-16 | net: thunderx: Fix VF driver's interface statistics | Sunil Goutham |
2016-11-16 | net: thunderx: Fix configuration of L3/L4 length checking | Sunil Goutham |
2016-11-16 | net: thunderx: Program LMAC credits based on MTU | Sunil Goutham |
2016-09-24 | net: thunderx: Support for byte queue limits | Sunil Goutham |
2016-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-09-01 | net: thunderx: Fix for issues with multiple CQEs posted for a TSO packet | Sunil Goutham |
2016-08-13 | net: thunderx: Reset RXQ HW stats when interface is brought down | Jerin Jacob |
2016-08-13 | net: thunderx: Use skb_add_rx_frag() for split buffer Rx pkts | Sunil Goutham |
2016-08-13 | net: thunderx: Enable CQE_RX desc's extension fields | Sunil Goutham |
2016-08-13 | net: thunderx: Set queue count based on number of CPUs | Sunil Goutham |
2016-05-19 | mm/page_ref: use page_ref helper instead of direct modification of _count | Joonsoo Kim |