summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+4Star
* igb: clear out skb->tstamp after reading the txtimeVedang Patel2019-06-281-0/+1
* igb: mark expected switch fall-throughGustavo A. R. Silva2019-05-291-1/+1
* igb/igc: warn when fatal read failure happensFeng Tang2019-05-291-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-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/+8Star
| |\
| * | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-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-071-5/+0Star
|\ \ \ | |_|/ |/| |
| * | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0Star
| |/
* / igb: Fix WARN_ONCE on runtime suspendArvind Sankar2019-03-271-49/+8Star
|/
* igb: use struct_size() helperGustavo A. R. Silva2019-02-091-3/+3
* flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-40/+24Star
* igb: Bump version numberTodd Fujinaka2019-02-061-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-181-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/+6Star
* 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/+0Star
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-9/+0Star
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-30/+0Star
|\ \
| * | igb: remove ndo_poll_controllerEric Dumazet2018-09-241-30/+0Star
| |/
* / intel-ethernet: use correct module licenseJesse Brandeburg2018-09-191-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/+0Star
|\
| * igb: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-061-1/+0Star
* | igb_main: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+2
* | igb: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas2018-07-261-2/+2
* | igb: Add support for ETF offloadJesus Sanchez-Palencia2018-07-041-17/+121
* | igb: Only call skb_tx_timestamp after descriptors are readyJesus Sanchez-Palencia2018-07-041-2/+2
* | igb: Refactor igb_offload_cbs()Jesus Sanchez-Palencia2018-07-041-9/+14
* | igb: Only change Tx arbitration when CBS is onJesus Sanchez-Palencia2018-07-041-16/+33
* | igb: Refactor igb_configure_cbs()Jesus Sanchez-Palencia2018-07-041-32/+28Star
* | net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-261-1/+1
* | cls_flower: fix error values for commands not supported by driversJiri Pirko2018-06-251-1/+1
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-3/+4
* igb: Wait 10ms just once after TX queues resetSergey Nemov2018-06-041-5/+8
* igb: Clear TSICR interrupts together with ICRJoanna Yurdal2018-06-041-0/+2
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-22/+1Star
* igb: Add support for adding offloaded clsflower filtersVinicius Costa Gomes2018-04-251-2/+186