aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-4/+4
* igb: Add lock to avoid data raceLin Ma2022-08-182-1/+13
* igb: convert .adjfreq to .adjfineJacob Keller2022-07-281-8/+7
* igb: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi2022-07-121-43/+78
* intel/igb:fix repeated words in commentsJilin Yuan2022-06-302-3/+3
* igb: remove unexpected word "the"Jiang Jian2022-06-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-9/+10
|\
| * igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng2022-06-221-7/+5
| * igb: fix a use-after-free issue in igb_clean_tx_ringLorenzo Bianconi2022-06-171-2/+5
* | igb: Remove duplicate definesKai-Heng Feng2022-06-092-4/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-1/+2
|\
| * igb: skip phy status check where unavailableKevin Mitchell2022-05-181-1/+2
* | igb: Convert kmap() to kmap_local_page()Alaa Mohamed2022-05-051-2/+2
|/
* igb: zero hwtstamp by defaultTom Rix2022-03-171-4/+2
* igb: refactor XDP registrationCorinna Vinschen2022-02-072-10/+13
* igb: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-13/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-1/+1
|\
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | igb: support EXTTS on 82580/i354/i350Ruud Bos2021-12-292-5/+51
* | igb: support PEROUT on 82580/i354/i350Ruud Bos2021-12-292-4/+182
* | igb: move PEROUT and EXTTS isr logic to separate functionsRuud Bos2021-12-291-35/+46
* | igb: move SDP config initialization to separate functionRuud Bos2021-12-291-8/+19
* | igb: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-6/+13
|\ \
| * | igb: fix deadlock caused by taking RTNL in RPM resume pathHeiner Kallweit2021-12-201-6/+13
* | | igb: remove never changed variable `ret_val'Jason Wang2021-12-211-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-14/+14
|\| |
| * | igb: Fix removal of unicast MAC filters of VFsKaren Sornek2021-12-151-14/+14
* | | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-1/+1
|\|
| * igb: fix netpoll exit with trafficJesse Brandeburg2021-11-251-1/+1
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-2/+2
|/
* igb: unbreak I2C bit-banging on i350Jan Kundrát2021-10-291-8/+15
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-2/+2
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* igb: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-07-231-2/+1
* igb: Add counter to i21x doublecheckGrzegorz Siwik2021-07-231-1/+5
* igb: Fix position of assignment to *ringJedrzej Jagielski2021-07-011-1/+2
* igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov2021-07-011-1/+8
* igb: Fix an error handling path in 'igb_probe()'Christophe JAILLET2021-07-011-0/+1
* igb: Fix use-after-free error during resetVinicius Costa Gomes2021-07-011-0/+2
* intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-2/+0
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-073-37/+43
|\
| * igb: add correct exception tracing for XDPMagnus Karlsson2021-06-031-4/+6
| * igb: Fix XDP with PTP enabledKurt Kanzenbach2021-06-033-33/+37
* | igb: Fix -Wunused-const-variable warningYueHaibing2021-06-011-1/+1
* | igb: override two checker warningsJesse Brandeburg2021-05-261-2/+2