summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27igb: Fix missing time sync eventsVinicius Costa Gomes1-18/+5
2023-09-19igb: disable virtualization features on 82580Corinna Vinschen1-2/+3
2023-09-13igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl1-4/+7
2023-07-27igb: Fix igb_down hung on surprise removalYing Hsu1-0/+5
2023-06-21igb: Fix extts capture value format for 82580/i354/i350Yuezhen Luan1-2/+6
2023-03-30igb: revert rtnl_lock() that causes deadlockLin Ma1-2/+0
2023-02-22igb: Fix PPS input and output using 3rd and 4th SDPMiroslav Lichvar1-6/+6
2023-02-22igb: conditionalize I2C bit banging on external thermal sensor supportCorinna Vinschen1-10/+32
2022-12-31igb: Do not free q_vector unless new one was allocatedKees Cook1-2/+6
2022-12-21igb: Initialize mailbox message for VF resetTony Nguyen1-1/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-18igb: Add lock to avoid data raceLin Ma1-1/+11
2022-07-13igb: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi1-43/+78
2022-06-30intel/igb:fix repeated words in commentsJilin Yuan1-2/+2
2022-06-23igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng1-7/+5
2022-06-18igb: fix a use-after-free issue in igb_clean_tx_ringLorenzo Bianconi1-2/+5
2022-05-18igb: skip phy status check where unavailableKevin Mitchell1-1/+2
2022-02-08igb: refactor XDP registrationCorinna Vinschen1-6/+13
2022-01-27igb: Remove useless DMA-32 fallback configurationChristophe JAILLET1-13/+6
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-29igb: support EXTTS on 82580/i354/i350Ruud Bos1-4/+16
2021-12-29igb: support PEROUT on 82580/i354/i350Ruud Bos1-2/+57
2021-12-29igb: move PEROUT and EXTTS isr logic to separate functionsRuud Bos1-35/+46
2021-12-28igb: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+13
2021-12-21igb: fix deadlock caused by taking RTNL in RPM resume pathHeiner Kallweit1-6/+13
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+14
2021-12-15igb: Fix removal of unicast MAC filters of VFsKaren Sornek1-14/+14
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-11-25igb: fix netpoll exit with trafficJesse Brandeburg1-1/+1
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-2/+2
2021-10-29igb: unbreak I2C bit-banging on i350Jan Kundrát1-8/+15
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-2/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-01igb: Fix position of assignment to *ringJedrzej Jagielski1-1/+2
2021-07-01igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov1-1/+8
2021-07-01igb: Fix an error handling path in 'igb_probe()'Christophe JAILLET1-0/+1
2021-07-01igb: Fix use-after-free error during resetVinicius Costa Gomes1-0/+2
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-2/+0
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-23/+32
2021-06-03igb: add correct exception tracing for XDPMagnus Karlsson1-4/+6
2021-06-03igb: Fix XDP with PTP enabledKurt Kanzenbach1-19/+26
2021-05-26igb: fix assignment on big endian machinesJesse Brandeburg1-2/+2
2021-05-26igb: handle vlan types with checker enabledJesse Brandeburg1-2/+3
2021-05-26igb/igc: use strongly typed pointerJesse Brandeburg1-1/+1
2021-04-16igb: Redistribute memory for transmit packet buffers when in Qav modeEderson de Souza1-2/+2
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+5
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+21