summaryrefslogtreecommitdiff
path: root/kmod
Commit message (Expand)AuthorAgeFilesLines
* New physical address handling plus new ioctls plus backward compatibilityJakub Fornal2018-03-222-14/+104
* Merge branch 'new_dev_id_only' of https://github.com/jfornal/Open-AVB into ne...Jakub Fornal2018-03-166-29/+89
|\
| * Merge pull request #763 from jfornal/kernel_update_supportandrew-elder2018-03-075-21/+13
| |\
| | * Klocwork issues - updated code after reviewJakub Fornal2018-03-074-11/+8
| | * Resolving Klocwork Static Code Analysis issuesJakub Fornal2018-03-054-10/+5
| * | Port IGB_AVB to Linux v4.16-rc4Maciej Wolny2018-03-072-6/+52
| |/
| * Support for newer kernel versions - ensuring backwarg compatibilityJakub Fornal2018-02-281-1/+13
| * Adding igb_avb support for kernel 4.13Piotr Sowinski2018-02-272-3/+6
| * igb_main.c, simplify comment and improve layoutandrew-elder-patch-1andrew-elder2018-02-011-6/+5
| * Alternative way os resolving igb_bind security issueJakub Fornal2018-01-311-8/+9
| * checking whether iface string is null-terminated in igb_bindJakub Fornal2018-01-291-2/+9
* | Adding new device id support for both core driver and libJakub Fornal2018-03-163-3/+3
* | new device id: 0x15F6Jakub Fornal2018-01-083-0/+3
|/
* 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