summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)Author
2021-03-19igb: check timestamp validityJesse Brandeburg
2021-03-12igb: avoid premature Rx buffer reuseLi RongQing
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
2020-12-09igb: skb add metasize for xdpSven Auhagen
2020-12-09igb: XDP extack message on errorSven Auhagen
2020-12-09igb: take VLAN double header into accountSven Auhagen
2020-12-09igb: XDP xmit back fix error codeSven Auhagen
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior
2020-09-28igb: read PBA number from flashGal Hammer
2020-09-28igb: add XDP supportSven Auhagen
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-30igb: use eth_zero_addr() to clear mac addressMiaohe Lin
2020-07-30igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki
2019-12-31igb: dont drop packets if rx flow control is enabledRobert Beckett
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08igb/igc: use ktime accessors for skb->tstampJacob Keller
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-01igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier
2019-10-31igb: Enable media autosense for the i350.Manfred Rudigier
2019-10-31igb/igc: Don't warn on fatal read failures when the device is removedLyude Paul
2019-10-29igb: Add UDP segmentation offload supportJosh Hunt
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring
2019-07-23igb: Use dev_get_drvdata where possibleChuhong Yuan
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso
2019-06-28igb: clear out skb->tstamp after reading the txtimeVedang Patel
2019-05-28igb: mark expected switch fall-throughGustavo A. R. Silva
2019-05-28igb/igc: warn when fatal read failure happensFeng Tang