aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)Author
2019-08-17igb: Exclude device from suspend direct complete optimizationKai-Heng Feng
2019-05-23igb: Fix WARN_ONCE on runtime suspendArvind Sankar
2019-03-01igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng
2018-12-30igb: fix uninitialized variablesYunjian Wang
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04igb: Wait 10ms just once after TX queues resetSergey Nemov
2018-06-04igb: Clear TSICR interrupts together with ICRJoanna Yurdal
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-04-25igb: Add support for adding offloaded clsflower filtersVinicius Costa Gomes
2018-04-25igb: Add the skeletons for tc-flower offloadingVinicius Costa Gomes
2018-04-25igb: Add MAC address support for ethtool nftuple filtersVinicius Costa Gomes
2018-04-25igb: Enable nfc filters to specify MAC addressesVinicius Costa Gomes
2018-04-25igb: Allow filters to be added for the local MAC addressVinicius Costa Gomes
2018-04-25igb: Add support for enabling queue steering in filtersVinicius Costa Gomes
2018-04-25igb: Add support for MAC address filters specifying source addressesVinicius Costa Gomes
2018-04-25igb: Enable the hardware traffic class feature bit for igb modelsVinicius Costa Gomes
2018-04-25igb: Fix queue selection on MAC filters on i210Vinicius Costa Gomes
2018-04-25igb: Fix not adding filter elements to the listVinicius Costa Gomes
2018-04-24igb: Fix the transmission mode of queue 0 for Qav modeVinicius Costa Gomes
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-03-05igb: Fix a test with HWTSTAMP_TX_ONChristophe JAILLET
2018-03-05igb: Do not call netif_device_detach() when PCIe link goes missingMika Westerberg
2018-03-05igb: add VF trust infrastructureCorinna Vinschen
2018-01-24igb: Clear TXSTMP when ptp_tx_work() is timeoutDaniel Hua
2018-01-24igb: Delete an error message for a failed memory allocation in igb_enable_sri...Markus Elfring
2018-01-24igb: Free IRQs when device is hotpluggedLyude Paul
2018-01-24igb: Clarify idleslope config constraintsJesus Sanchez-Palencia
2018-01-24igb: add function to get maximum RSS queuesZhang Shengju
2018-01-24igb: Allow to remove administratively set MAC on VFsCorinna Vinschen
2017-11-21igb: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-08net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-27igb: Add support for CBS offloadAndre Guedes
2017-10-26igb: Fix TX map failure pathJean-Philippe Brucker
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook
2017-10-10igb: check memory allocation failureChristophe JAILLET
2017-08-08igb: support BCM54616 PHYJohn W Linville
2017-08-08igb: do not drop PF mailbox lock after read of VF messageGreg Edwards
2017-08-08igb: expose mailbox unlock methodGreg Edwards
2017-08-08igb: add argument names to mailbox op function declarationsGreg Edwards
2017-08-08igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen
2017-08-08igb: protect TX timestamping from API misuseCliff Spradlin
2017-08-08igb: Fix error of RX network flow classificationGangfeng Huang
2017-06-07igb: make a few local functions staticColin Ian King