summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-4/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-4/+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-2721-460/+22
* igb: Add support for adding offloaded clsflower filtersVinicius Costa Gomes2018-04-252-2/+188
* igb: Add the skeletons for tc-flower offloadingVinicius Costa Gomes2018-04-251-0/+66
* igb: Add MAC address support for ethtool nftuple filtersVinicius Costa Gomes2018-04-251-4/+39
* igb: Enable nfc filters to specify MAC addressesVinicius Costa Gomes2018-04-252-0/+32
* igb: Allow filters to be added for the local MAC addressVinicius Costa Gomes2018-04-251-4/+36
* igb: Add support for enabling queue steering in filtersVinicius Costa Gomes2018-04-253-0/+33
* igb: Add support for MAC address filters specifying source addressesVinicius Costa Gomes2018-04-253-5/+37
* igb: Enable the hardware traffic class feature bit for igb modelsVinicius Costa Gomes2018-04-251-0/+3
* igb: Fix queue selection on MAC filters on i210Vinicius Costa Gomes2018-04-251-2/+7
* igb: Fix not adding filter elements to the listVinicius Costa Gomes2018-04-251-1/+1
* igb: Fix the transmission mode of queue 0 for Qav modeVinicius Costa Gomes2018-04-241-1/+16
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-2321-0/+21
* igb: Fix a test with HWTSTAMP_TX_ONChristophe JAILLET2018-03-051-1/+1
* igb: Do not call netif_device_detach() when PCIe link goes missingMika Westerberg2018-03-051-2/+1
* igb: add VF trust infrastructureCorinna Vinschen2018-03-052-3/+28
* igb: Clear TXSTMP when ptp_tx_work() is timeoutDaniel Hua2018-01-241-0/+9
* igb: Delete an error message for a failed memory allocation in igb_enable_sri...Markus Elfring2018-01-241-2/+0
* igb: Free IRQs when device is hotpluggedLyude Paul2018-01-241-1/+1
* igb: Clarify idleslope config constraintsJesus Sanchez-Palencia2018-01-241-0/+14
* igb: add function to get maximum RSS queuesZhang Shengju2018-01-243-33/+12
* igb: Allow to remove administratively set MAC on VFsCorinna Vinschen2018-01-241-11/+31
* igb: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-154-10/+394
|\
| * net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel2017-11-081-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-1/+1
| |\
| * | igb: Add support for CBS offloadAndre Guedes2017-10-274-0/+384
| * | ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-181-10/+8
| * | igb: check memory allocation failureChristophe JAILLET2017-10-101-0/+2
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-1/+1
|\ \ \ | | |/ | |/|
| * | igb: Fix TX map failure pathJean-Philippe Brucker2017-10-261-1/+1
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-252-2/+2
|/
* igb: support BCM54616 PHYJohn W Linville2017-08-083-0/+8
* igb: do not drop PF mailbox lock after read of VF messageGreg Edwards2017-08-084-12/+26
* igb: expose mailbox unlock methodGreg Edwards2017-08-083-0/+41
* igb: add argument names to mailbox op function declarationsGreg Edwards2017-08-082-13/+14
* igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen2017-08-081-2/+0
* igb: protect TX timestamping from API misuseCliff Spradlin2017-08-081-1/+2
* igb: Fix error of RX network flow classificationGangfeng Huang2017-08-081-2/+2
* igb: make a few local functions staticColin Ian King2017-06-071-6/+6
* igb: Remove useless argumentBenjamin Poirier2017-06-063-7/+7
* igb: check for Tx timestamp timeouts during watchdogJacob Keller2017-06-063-0/+31
* igb: add statistic indicating number of skipped Tx timestampsJacob Keller2017-06-063-0/+4
* igb: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller2017-06-061-5/+18