Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-18ixgbe: Don't call kmap() on page allocated with GFP_ATOMICFabio M. De Francesco
2022-06-30intel: remove unused macrosJesse Brandeburg
2022-03-08ixgbe: add improvement for MDD response functionalitySlawomir Mrozowicz
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-09-29ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setupFeng Zhou
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-03-17intel: Update drivers to use ethtool_sprintfAlexander Duyck
2020-09-15ixgbe: add pause frame statsJakub Kicinski
2020-07-30ixgbe: Remove unnecessary usages of memsetSuraj Upadhyay
2020-07-02ixgbe: Add ethtool support to enable 2.5 and 5.0 Gbps supportRadoslaw Tyl
2020-07-02ixgbe: Cleanup unneeded delay in ethtool testJeff Kirsher
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher
2020-03-12net: ixgbe: reject unsupported coalescing paramsJakub Kicinski
2019-06-26ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues
2018-11-07i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka
2018-08-29ixgbe: add VF IPsec offload enable flagShannon Nelson
2018-07-26ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck
2018-07-26ixgbe: add ipsec security registers into ethtool register dumpShannon Nelson
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-12ixgbe: Add receive length error counterTonghao Zhang
2018-02-26ixgbe: Avoid to write the RETA table when unnecessaryTonghao Zhang
2018-01-26ixgbe: Don't report unsupported timestamping filters for X550Miroslav Lichvar
2018-01-23ixgbe: ipsec offload statsShannon Nelson
2018-01-12ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck
2018-01-09ixgbe: extend firmware version supportPaul Greenwalt
2018-01-06ixgbe: setup xdp_rxq_infoJesper Dangaard Brouer
2017-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09ixgbe: add counter for times Rx pages gets allocated, not recycledJesper Dangaard Brouer
2017-10-09ixgbe: split Tx/Rx ring clearing for ethtool loopback testEmil Tantilov
2017-10-09ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend
2017-06-14ixgbe: Resolve cppcheck format string warningTony Nguyen
2017-06-14ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller
2017-05-31ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen
2017-05-31ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] supportPaul Greenwalt
2017-04-30ixgbe: Check for RSS key before setting valueTony Nguyen
2017-04-30ixgbe: add support for XDP_TX actionJohn Fastabend
2017-04-30ixgbe: add XDP support for pass and drop actionsJohn Fastabend
2017-04-18ixgbe: Add X552 XFI backplane supportDon Skidmore
2017-03-13net: intel: ixgbe: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-03ixgbe: update the rss key on h/w, when ethtool ask for itPaolo Abeni
2017-02-16ixgbe: Don't bother clearing buffer memory for descriptor ringsAlexander Duyck
2017-02-16ixgbe: Add private flag to control buffer modeAlexander Duyck
2017-02-16ixgbe: Use length to determine if descriptor is doneAlexander Duyck
2017-02-16ixgbe: Support 2.5Gb and 5Gb speedTony Nguyen
2017-02-04ixgbe: get rid of custom busy polling codeEric Dumazet