summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-3/+6
|\
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-49/+8
| |\
| * | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
| * | igb: Exclude device from suspend direct complete optimizationKai-Heng Feng2019-03-191-0/+3
| * | intel: correct return from set features callbackSerhey Popovych2019-03-191-1/+1
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-061-5/+0
|\ \ \ | |_|/ |/| |
| * | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0
| |/
* / igb: Fix WARN_ONCE on runtime suspendArvind Sankar2019-03-261-49/+8
|/
* igb: use struct_size() helperGustavo A. R. Silva2019-02-081-3/+3
* flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-40/+24
* igb: Bump version numberTodd Fujinaka2019-02-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-211-7/+7
|\
| * Revert "igb: reduce CPU0 latency when updating statistics"Jeff Kirsher2019-01-151-7/+7
* | net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-171-1/+2
|/
* igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng2018-12-201-3/+5
* igb: Change RXPBSIZE size when setting Qav modeJesus Sanchez-Palencia2018-12-201-1/+1
* igb: reduce CPU0 latency when updating statisticsJeff Kirsher2018-12-201-7/+7
* ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-4/+6
* igb: Fix format with line continuation whitespaceJoe Perches2018-11-211-7/+6
* intel-ethernet: software timestamp skbs as late as possibleJacob Keller2018-11-071-2/+2
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-9/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-9/+0
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-30/+0
|\ \
| * | igb: remove ndo_poll_controllerEric Dumazet2018-09-231-30/+0
| |/
* / intel-ethernet: use correct module licenseJesse Brandeburg2018-09-181-1/+1
|/
* igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()Jia-Ju Bai2018-08-241-2/+2
* igb: Use an advanced ctx descriptor for launchtimeJesus Sanchez-Palencia2018-08-241-1/+2
* Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-161-1/+0
|\
| * igb: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-061-1/+0
* | igb_main: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-071-0/+2
OpenPOWER on IntegriCloud