aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)Author
2022-05-18igb: skip phy status check where unavailableKevin Mitchell
2022-02-07igb: refactor XDP registrationCorinna Vinschen
2022-01-27igb: Remove useless DMA-32 fallback configurationChristophe JAILLET
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29igb: support EXTTS on 82580/i354/i350Ruud Bos
2021-12-29igb: support PEROUT on 82580/i354/i350Ruud Bos
2021-12-29igb: move PEROUT and EXTTS isr logic to separate functionsRuud Bos
2021-12-28igb: switch to napi_build_skb()Alexander Lobakin
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-20igb: fix deadlock caused by taking RTNL in RPM resume pathHeiner Kallweit
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-15igb: Fix removal of unicast MAC filters of VFsKaren Sornek
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-25igb: fix netpoll exit with trafficJesse Brandeburg
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet
2021-10-29igb: unbreak I2C bit-banging on i350Jan Kundrát
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-01igb: Fix position of assignment to *ringJedrzej Jagielski
2021-07-01igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov
2021-07-01igb: Fix an error handling path in 'igb_probe()'Christophe JAILLET
2021-07-01igb: Fix use-after-free error during resetVinicius Costa Gomes
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-03igb: add correct exception tracing for XDPMagnus Karlsson
2021-06-03igb: Fix XDP with PTP enabledKurt Kanzenbach
2021-05-26igb: fix assignment on big endian machinesJesse Brandeburg
2021-05-26igb: handle vlan types with checker enabledJesse Brandeburg
2021-05-26igb/igc: use strongly typed pointerJesse Brandeburg
2021-04-16igb: Redistribute memory for transmit packet buffers when in Qav modeEderson de Souza
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg
2021-03-19igb: check timestamp validityJesse Brandeburg
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-03-15net: ethernet: intel: igb: Typo fix in the file igb_main.cBhaskar Chowdhury
2021-03-12igb: avoid premature Rx buffer reuseLi RongQing
2021-03-10net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean
2021-02-04Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin
2021-02-03igb: remove h from printk format specifierTom Rix
2021-02-03igb: Enable RSS for Intel I211 Ethernet ControllerNick Lowe
2021-02-03igb: fix TDBAL register show incorrect valueGal Hammer
2021-01-19net: igb: use skb_csum_is_sctp instead of protocol checkXin Long
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-09igb: avoid transmit queue timeout in xdp pathSven Auhagen
2020-12-09igb: use xdp_do_flushSven Auhagen