summaryrefslogtreecommitdiff
path: root/kmod
Commit message (Expand)AuthorAgeFilesLines
* Support for kernel 4.9 - igb_ndo_set_vf_vlan updateJakub Fornal2017-09-251-1/+21
* Identifying the source of printk message in igb_mapbufJakub Fornal2017-03-081-2/+2
* More detailed print message in igb_mapbufJakub Fornal2017-03-081-2/+2
* Checking Tx and Rx queues number in igb_mapbuf - change due to kernel NULL po...Jakub Fornal2017-03-081-0/+10
* Fixing dma memory corruption during suspend - during S3 test there was a disc...Jakub Fornal2017-03-081-17/+16
* Merge pull request #554 from jfornal/android_fixandrew-elder2017-02-161-25/+3
|\
| * Removing redundant resources freeing inside igb_close_file - the current impl...Jakub Fornal2017-02-161-25/+3
* | igb_disable_mdd fixJakub Fornal2017-02-161-1/+1
|/
* Add SUPPORT_32BIT_IOCTL to CCFLAGS to support 32 bit ioctl system callzchokri2016-11-291-0/+5
* Adding module parameter invoked while performing insmod - whitespace cleanupJakub Fornal2016-11-142-3/+3
* Adding module parameter used while performing insmod- cleanupJakub Fornal2016-11-142-6/+6
* Adding module parameter used while performing insmod operation on igb_avb.koJakub Fornal2016-11-142-5/+16
* Adding I2C_ENABLED make parameter for igb module: it prevents from invoking I...Jakub Fornal2016-10-272-1/+16
* igb: replace nested if statements with conditional operatorsRoland Hii2016-10-121-11/+4
* igb: fix ptp_pin_desc symbol not found error when kernel ver < 3.15Roland Hii2016-09-132-1/+27
* igb: replace undefined functions after backport.Roland Hii2016-09-132-40/+40
* igb: add conditions for I210 to generate periodic clock outputRoland Hii2016-09-131-1/+2
* net: igb: avoid using timespecArnd Bergmann2016-09-133-13/+14
* igb: implement high frequency periodic output signalsRichard Cochran2016-09-132-20/+54
* net: igb: fix the start time for periodic output signalsRichard Cochran2016-09-131-2/+2
* ptp: igb: convert to the 64 bit get/set time methods.Richard Cochran2016-09-131-20/+11
* igb: Make arrays on stack static const to avoid reallocationAlexander Duyck2016-09-131-12/+12
* igb: Fix warning pin may be used uninitializedAlexander Duyck2016-09-131-1/+1
* igb: enable auxiliary PHC functions for the i210Richard Cochran2016-09-133-6/+276
* igb: enable internal PPS for the i210Richard Cochran2016-09-132-5/+45
* igb: serialize access to the time sync interrupt registersRichard Cochran2016-09-131-3/+7
* igb: refactor time sync interrupt handlingRichard Cochran2016-09-131-30/+19
* igb: rename igb_ptp_enable to igb_ptp_feature_enableJacob Keller2016-09-131-5/+5
* igb: Add register defines needed for time sync functionsCarolyn Wyborny2016-09-133-6/+76
* igb: Fix alloc size for igb_private_dataLevi Pearson2016-09-121-1/+1
* igb_avb: move userpage list to private data of task.wonjong.lee2016-08-102-81/+233
* add direct DMA for RX and misc fixesTodd Fujinaka2016-07-274-166/+285
* Merge pull request #439 from jfornal/open-avb-nextandrew-elder2016-07-251-1/+0
|\
| * Removing redundant line causing AVB streamhandler writeback errorJakub Fornal2016-07-251-1/+0
* | igb_avb: add mutex lock for memory alloc/free for userpage.wonjong.lee2016-07-122-4/+15
|/
* igb_avb: support 32-bit user application on 64-bit kernel.jerry.ahn2016-01-142-0/+21
* igb_avb: fix typojerry.ahn2016-01-141-1/+1
* igb_avb: sync kcompat.[ch] with upstreamTodd Fujinaka2016-01-132-36/+196
* igb-avb: change define for kernel fixTodd Fujinaka2015-10-091-2/+2
* igb-avb: fix builds for newer kernelsTodd Fujinaka2015-10-091-13/+2
* igb-avb: fix builds on 3.19 kernels et alTodd Fujinaka2015-10-071-6/+15
* open-avb: use variables instead of hardcoded toolsTodd Fujinaka2015-09-251-6/+10
* igb_avb: fix build on 4.2 kernelTodd Fujinaka2015-09-252-24/+80
* igb_avb: fix typosTodd Fujinaka2015-09-102-2/+1
* Fixes: igb_reset_q_vector()Jakub Mielczarek2015-09-031-1/+1
* Fixes: #276 - Problems with receiving ethernet frames longer than 256 bytes.Jakub Mielczarek2015-09-031-25/+9
* igb-avb: fix typo (timespec/timespec64)Todd Fujinaka2015-08-241-1/+1
* igb: fix build on 32-bit kernelsTodd Fujinaka2015-08-182-37/+86
* igb-avb: fix errors in sync to igb-5.3.2Todd Fujinaka2015-07-241-2/+22
* igb-avb: add igb/igb_avb coexistence to READMETodd Fujinaka2015-06-221-22/+27