summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: intel: igb: Typo fix in the file igb_main.cBhaskar Chowdhury2021-03-151-1/+1
* net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean2021-03-101-1/+1
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2021-02-041-4/+3
|\
| * igb: remove h from printk format specifierTom Rix2021-02-031-1/+1
| * igb: Enable RSS for Intel I211 Ethernet ControllerNick Lowe2021-02-031-2/+1
| * igb: fix TDBAL register show incorrect valueGal Hammer2021-02-031-1/+1
* | net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin2021-02-041-7/+2
|/
* net: igb: use skb_csum_is_sctp instead of protocol checkXin Long2021-01-191-13/+1
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-6/+6
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-11/+26
|\
| * igb: avoid transmit queue timeout in xdp pathSven Auhagen2020-12-091-0/+5
| * igb: use xdp_do_flushSven Auhagen2020-12-091-1/+1
| * igb: skb add metasize for xdpSven Auhagen2020-12-091-0/+4
| * igb: XDP extack message on errorSven Auhagen2020-12-091-5/+12
| * igb: take VLAN double header into accountSven Auhagen2020-12-091-4/+3
| * igb: XDP xmit back fix error codeSven Auhagen2020-12-091-1/+1
* | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
|/
* net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior2020-09-291-1/+0
* igb: read PBA number from flashGal Hammer2020-09-281-1/+3
* igb: add XDP supportSven Auhagen2020-09-281-30/+403
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-251-13/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+0
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
* | net: Take common prefetch code structure into a functionTariq Toukan2020-08-261-8/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-0/+9
|\
| * igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri2020-07-301-0/+9
* | igb: use eth_zero_addr() to clear mac addressMiaohe Lin2020-07-301-2/+2
* | ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-13/+13
* | net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-251-10/+1
|/
* PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki2020-04-241-1/+1
* igb: dont drop packets if rx flow control is enabledRobert Beckett2019-12-311-14/+33
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-2/+2
|\
| * igb/igc: use ktime accessors for skb->tstampJacob Keller2019-11-081-2/+2
* | net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli2019-11-071-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-3/+5
|\|
| * igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier2019-11-011-1/+2
| * igb: Enable media autosense for the i350.Manfred Rudigier2019-10-311-1/+1
| * igb/igc: Don't warn on fatal read failures when the device is removedLyude Paul2019-10-311-1/+2
* | igb: Add UDP segmentation offload supportJosh Hunt2019-10-291-6/+17
|/
* ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-221-2/+1
* igb: Use dev_get_drvdata where possibleChuhong Yuan2019-07-231-2/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+3
* net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-091-8/+8
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-1/+4
* net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-091-20/+4
* igb: clear out skb->tstamp after reading the txtimeVedang Patel2019-06-281-0/+1
* igb: mark expected switch fall-throughGustavo A. R. Silva2019-05-281-1/+1
* igb/igc: warn when fatal read failure happensFeng Tang2019-05-281-0/+1