summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-02-06ixgbe: add Tx anti spoofing supportDon Skidmore4-0/+47
2015-02-06ixgbevf: combine all of the tasks into a single service taskEmil Tantilov2-66/+87
2015-02-06ixgbevf: rewrite watchdog task to function similar to igbvfEmil Tantilov2-75/+113
2015-02-06ixgbevf: Add code to check for Tx hangEmil Tantilov2-19/+115
2015-02-06ixgbevf: Fix ordering of shutdown to correctly disable Rx and TxEmil Tantilov1-21/+17
2015-02-06ixgbevf: set vlan_features in a single write instead of several ORsEmil Tantilov1-5/+5
2015-02-06ixgbe: add VXLAN offload support for X550 devicesDon Skidmore4-2/+113
2015-02-06ixgbe: Cleanup probe to remove redundant attempt to ID PHYDon Skidmore1-3/+0
2015-02-06ixgbe: cleanup redundant default method set_rxpbaDon Skidmore1-1/+0
2015-02-06ixgbe: fix setting port VLANEmil Tantilov1-5/+8
2015-02-06ixgbevf: add RSS support for X550Emil Tantilov2-0/+45
2015-02-06ixgbevf: enable multiple queue supportEmil Tantilov2-3/+20
2015-02-06ixgbe: allow multiple queues in SRIOV modeEmil Tantilov1-3/+0
2015-02-06ixgbe: cleanup sparse errors in new ixgbe_x550.c fileDon Skidmore1-30/+35
2015-02-06fm10k: Resolve compile warnings with W=1Matthew Vick2-6/+2
2015-02-06fm10k: Validate VLAN ID in fm10k_update_xc_addr_pfMatthew Vick1-5/+2
2015-02-06vxge: fix sparse warningLad, Prabhakar1-1/+1
2015-02-06xen-netback: fix sparse warningLad, Prabhakar1-1/+1
2015-02-06net/macb: fix sparse warningLad, Prabhakar1-2/+1
2015-02-06net: bnx2x: fix sparse warningsLad, Prabhakar1-3/+3
2015-02-06enic: enic_main: fix sparse warningsLad, Prabhakar1-3/+3
2015-02-06enic: enic_ethtool: fix sparse warningLad, Prabhakar1-1/+1
2015-02-06be2net: fix sparse warningLad, Prabhakar1-1/+1
2015-02-06chelsio: cxgb4: fix sparse warningLad, Prabhakar1-1/+1
2015-02-06hyperv: fix sparse warningsLad, Prabhakar2-5/+6
2015-02-06hso: Use static attribute groups for sysfs entryTakashi Iwai1-7/+10
2015-02-06drivers: isdn: isdnloop: isdnloop.c: Remove parenthesis around return values,...Bas Peters1-14/+14
2015-02-06drivers: isdn: isdnloop: isdnloop.c: Fix brace positions according to CodingS...Bas Peters1-12/+6
2015-02-06drivers: isdn: isdnloop: isdnloop.c: remove assignment of variables in if con...Bas Peters1-8/+10
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller111-773/+1024
2015-02-05MMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-136/+171
2015-02-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-3/+6
2015-02-05Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds13-27/+54
2015-02-05Merge tag 'spi-v3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2-2/+16
2015-02-05Merge tag 'pm+acpi-3.19-fin' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-28/+7
2015-02-05Merge tag 'pci-v3.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+40
2015-02-05vxlan: Only set has-GBP bit in header if any other bits would be setThomas Graf1-0/+3
2015-02-05net: ep93xx_eth: Delete unnecessary checks before the function call "kfree"Markus Elfring1-4/+2
2015-02-05xen-netfront: Use static attribute groups for sysfs entriesTakashi Iwai1-46/+16
2015-02-05tun: Use static attribute groups for sysfs entriesTakashi Iwai1-5/+12
2015-02-05qlogic: Deletion of unnecessary checks before two function callsMarkus Elfring2-18/+9
2015-02-05Merge tag 'linux-can-next-for-3.20-20150204' of git://git.kernel.org/pub/scm/...David S. Miller2-13/+12
2015-02-05net: ethernet: ti/cpsw-common.c: fix sparse warningLad, Prabhakar1-0/+2
2015-02-05netxen: Delete an unnecessary check before the function call "kfree"Markus Elfring1-3/+1
2015-02-05net: fec: Delete unnecessary checks before the function call "kfree"Markus Elfring1-5/+2
2015-02-05myri10ge: Delete an unnecessary check before the function call "kfree"Markus Elfring1-2/+1
2015-02-05qlcnic: Fix NAPI poll routine for Tx completionShahed Shaikh1-3/+24
2015-02-05cxgb4: Delete an unnecessary check before the function call "release_firmware"Markus Elfring1-2/+1
2015-02-05cxgb4: Add low latency socket busy_poll supportHariprasad Shenai4-3/+174
2015-02-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller4-74/+41