aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-06-04igb: Wait 10ms just once after TX queues resetSergey Nemov1-5/+8
2018-06-04igb: Clear TSICR interrupts together with ICRJoanna Yurdal1-0/+2
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-22/+1
2018-04-25igb: Add support for adding offloaded clsflower filtersVinicius Costa Gomes1-2/+186
2018-04-25igb: Add the skeletons for tc-flower offloadingVinicius Costa Gomes1-0/+66
2018-04-25igb: Allow filters to be added for the local MAC addressVinicius Costa Gomes1-4/+36
2018-04-25igb: Add support for enabling queue steering in filtersVinicius Costa Gomes1-0/+26
2018-04-25igb: Add support for MAC address filters specifying source addressesVinicius Costa Gomes1-5/+35
2018-04-25igb: Enable the hardware traffic class feature bit for igb modelsVinicius Costa Gomes1-0/+3
2018-04-25igb: Fix queue selection on MAC filters on i210Vinicius Costa Gomes1-2/+7
2018-04-24igb: Fix the transmission mode of queue 0 for Qav modeVinicius Costa Gomes1-1/+16
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-03-05igb: Fix a test with HWTSTAMP_TX_ONChristophe JAILLET1-1/+1
2018-03-05igb: Do not call netif_device_detach() when PCIe link goes missingMika Westerberg1-2/+1
2018-03-05igb: add VF trust infrastructureCorinna Vinschen1-3/+27
2018-01-24igb: Delete an error message for a failed memory allocation in igb_enable_sriov()Markus Elfring1-2/+0
2018-01-24igb: Free IRQs when device is hotpluggedLyude Paul1-1/+1
2018-01-24igb: Clarify idleslope config constraintsJesus Sanchez-Palencia1-0/+14
2018-01-24igb: add function to get maximum RSS queuesZhang Shengju1-2/+10
2018-01-24igb: Allow to remove administratively set MAC on VFsCorinna Vinschen1-11/+31
2017-11-21igb: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+357
2017-11-08net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-1/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-27igb: Add support for CBS offloadAndre Guedes1-0/+347
2017-10-26igb: Fix TX map failure pathJean-Philippe Brucker1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook1-10/+8
2017-10-10igb: check memory allocation failureChristophe JAILLET1-0/+2
2017-08-08igb: do not drop PF mailbox lock after read of VF messageGreg Edwards1-4/+10
2017-08-08igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen1-2/+0
2017-08-08igb: protect TX timestamping from API misuseCliff Spradlin1-1/+2
2017-08-08igb: Fix error of RX network flow classificationGangfeng Huang1-2/+2
2017-06-07igb: make a few local functions staticColin Ian King1-6/+6
2017-06-06igb: Remove useless argumentBenjamin Poirier1-5/+5
2017-06-06igb: check for Tx timestamp timeouts during watchdogJacob Keller1-0/+1
2017-06-06igb: add statistic indicating number of skipped Tx timestampsJacob Keller1-0/+2
2017-06-06igb: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller1-5/+18
2017-06-06igb: mark PM functions as __maybe_unusedArnd Bergmann1-13/+5
2017-04-20igb: Enable reading of wake up packetKim Tatt Chuah1-1/+35
2017-04-20igb/igbvf: Add VF MAC filter request capabilitiesYury Kylulin1-13/+134
2017-04-20igb: improve MAC filter handlingYury Kylulin1-65/+181
2017-03-17igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code commentAlexander Duyck1-1/+1
2017-03-17igb: Re-add support for build_skb in igbAlexander Duyck1-0/+47
2017-03-17igb: Break out Rx buffer page managementAlexander Duyck1-114/+121
2017-03-17igb: Add support for padding packetAlexander Duyck1-2/+12
2017-03-17igb: Add support for using order 1 pages to receive large framesAlexander Duyck1-17/+47
2017-03-17igb: Use page_address offset from page instead of masking virtual addressAlexander Duyck1-6/+5