summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-0947-161/+39
* qlcnic: Bump up the version to 5.1.36Shahed Shaikh2013-03-091-2/+2
* qlcnic: Fix ethtool statistics collectionShahed Shaikh2013-03-091-4/+4
* qlcnic: Fix ethtool statistics for 82xx adapterShahed Shaikh2013-03-091-1/+2
* qlcnic: Enable LED test support for 83xx adapterHimanshu Madhani2013-03-093-1/+48
* qlcnic: Fix endian issues in 83xx driverShahed Shaikh2013-03-093-26/+130
* team: make local function staticstephen hemminger2013-03-091-3/+3
* phy: vitesse make vsc824x_add_skew staticstephen hemminger2013-03-091-2/+1
* Supject: phy: make local function staticstephen hemminger2013-03-091-1/+1
* bna: fix declaration mismatchstephen hemminger2013-03-091-1/+1
* VXLAN: Use UDP Tunnel segmention.Pravin B Shelar2013-03-091-3/+18
* e1000e: cleanup - move defines to appropriate header fileBruce Allan2013-03-084-9/+7
* e1000e: cleanup format of struct e1000_opt_list structBruce Allan2013-03-081-1/+4
* e1000e: cleanup USLEEP_RANGE checkpatch checksBruce Allan2013-03-088-38/+38
* e1000e: cleanup unnecessary line breaksBruce Allan2013-03-085-62/+31
* e1000e: cleanup formatting of static structsBruce Allan2013-03-083-4/+8
* e1000e: cleanup unusually placed commentsBruce Allan2013-03-087-25/+39
* e1000e: cleanup (add/remove) blank lines where appropriateBruce Allan2013-03-088-7/+8
* e1000e: cleanup SPACING checkpatch checksBruce Allan2013-03-084-16/+16
* e1000e: cleanup PARENTHESIS_ALIGNMENT checkpatch checksBruce Allan2013-03-087-127/+139
* e1000e: cleanup LEADING_SPACE checkpatch warningsBruce Allan2013-03-083-9/+9
* e1000e: cleanup LONG_LINE checkpatch warningsBruce Allan2013-03-085-16/+23
* e1000e: cleanup SPACING checkpatch errors and warningsBruce Allan2013-03-086-34/+34
* e1000e: cleanup CODE_INDENT checkpatch errorsBruce Allan2013-03-087-187/+178
* ixgbevf: use PCI_DEVICE_TABLE macroStephen Hemminger2013-03-081-6/+3
* ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2013-03-082-33/+40
* bgmac: register MII busRafał Miłecki2013-03-072-1/+80
* be2net: Update copyright yearVasundhara Volam2013-03-078-8/+8
* tg3: Download 57766 EEE service patch firmwareNithin Sujir2013-03-072-16/+128
* tg3: Enhance firmware download code to support fragmented firmwareNithin Sujir2013-03-071-6/+42
* tg3: Cleanup firmware parsing codeNithin Sujir2013-03-072-36/+34
* tg3: Refactor the 2nd type of cpu pauseNithin Sujir2013-03-071-26/+27
* tg3: Refactor cpu pause/resume codeNithin Sujir2013-03-071-25/+58
* tg3: Add new FW_TSO flagMatt Carlson2013-03-072-8/+8
* qlcnic: Use generic fdb handler when driver options are not enabled.Vlad Yasevich2013-03-071-15/+6
* mlx4: Remove driver specific fdb handlers.Vlad Yasevich2013-03-071-76/+0
* ixgbe: Make use of the default fdb handlers.Vlad Yasevich2013-03-071-41/+1
* r6040: check MDIO register busy waiting resultFlorian Fainelli2013-03-061-4/+7
* team: introduce random modeJiri Pirko2013-03-064-21/+85
* team: introduce two default team_modeop functions and use them in modesJiri Pirko2013-03-063-27/+20
* bnx2x: use the default NAPI weightEric Dumazet2013-03-052-3/+2
* net: cs89x0: use module_platform_driver_probe()Jingoo Han2013-03-051-13/+1
* net: macb: use module_platform_driver_probe()Jingoo Han2013-03-051-12/+1
* net: at91_ether: use module_platform_driver_probe()Jingoo Han2013-03-051-12/+1
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-03-051-7/+2
|\
| * drivers/tty/hvc: Use strlcpy instead of strncpyChen Gang2013-03-051-7/+2
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-051-3/+16
|\ \
| * | hw_random: make buffer usable in scatterlist.Rusty Russell2013-03-051-3/+16
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-0537-176/+1901
|\ \
| * | net: fec: fix build error in no MXC platformFrank Li2013-03-041-8/+7