summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-08e1000e: cleanup SPACING checkpatch errors and warningsBruce Allan6-34/+34
2013-03-08e1000e: cleanup CODE_INDENT checkpatch errorsBruce Allan7-187/+178
2013-03-08ixgbevf: use PCI_DEVICE_TABLE macroStephen Hemminger1-6/+3
2013-03-08ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2-33/+40
2013-03-08ipv6 flowlabel: add __rcu annotationsEric Dumazet2-7/+12
2013-03-08bridge: use ipv4_is_local_multicast() helperAmerigo Wang1-1/+1
2013-03-08bgmac: register MII busRafał Miłecki2-1/+80
2013-03-08be2net: Update copyright yearVasundhara Volam8-8/+8
2013-03-08CAIF: fix indentation for function argumentsSilviu-Mihai Popescu12-56/+55
2013-03-08tcp: uninline tcp_prequeue()Eric Dumazet2-44/+45
2013-03-08Merge branch 'tg3'David S. Miller2-108/+288
2013-03-08tg3: Download 57766 EEE service patch firmwareNithin Sujir2-16/+128
2013-03-08tg3: Enhance firmware download code to support fragmented firmwareNithin Sujir1-6/+42
2013-03-08tg3: Cleanup firmware parsing codeNithin Sujir2-36/+34
2013-03-08tg3: Refactor the 2nd type of cpu pauseNithin Sujir1-26/+27
2013-03-08tg3: Refactor cpu pause/resume codeNithin Sujir1-25/+58
2013-03-08tg3: Add new FW_TSO flagMatt Carlson2-8/+8
2013-03-08Merge branch 'fdb'David S. Miller5-138/+91
2013-03-08qlcnic: Use generic fdb handler when driver options are not enabled.Vlad Yasevich1-15/+6
2013-03-08mlx4: Remove driver specific fdb handlers.Vlad Yasevich1-76/+0
2013-03-08ixgbe: Make use of the default fdb handlers.Vlad Yasevich1-41/+1
2013-03-08net: generic fdb support for drivers without ndo_fdb_<op>Vlad Yasevich2-6/+84
2013-03-07htb: add HTB_DIRECT_QLEN attributeEric Dumazet2-15/+17
2013-03-07r6040: check MDIO register busy waiting resultFlorian Fainelli1-4/+7
2013-03-07netconf: add the handler to dump entriesNicolas Dichtel2-2/+138
2013-03-06team: introduce random modeJiri Pirko5-21/+105
2013-03-06team: introduce two default team_modeop functions and use them in modesJiri Pirko4-28/+24
2013-03-06bnx2x: use the default NAPI weightEric Dumazet2-3/+2
2013-03-06net: introduce NAPI_POLL_WEIGHTEric Dumazet2-0/+8
2013-03-06tcp: ipv6: bind() use stronger condition for bind_conflictFlavio Leitner1-0/+4
2013-03-06net: cs89x0: use module_platform_driver_probe()Jingoo Han1-13/+1
2013-03-06net: macb: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-03-06net: at91_ether: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-03-06Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds10-19/+17
2013-03-06Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+16
2013-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds59-334/+2083
2013-03-06Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-14/+9
2013-03-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-1/+7
2013-03-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2-63/+84
2013-03-06Merge tag 'md-3.9' of git://neil.brown.name/mdLinus Torvalds9-102/+256
2013-03-05powerpc: Set DSCR bit in FSCR setupMichael Neuling1-1/+1
2013-03-05powerpc: Add DSCR FSCR register bit definitionMichael Neuling1-1/+2
2013-03-05powerpc: Fix setting FSCR for HV=0 and on secondary CPUsMichael Neuling1-1/+2
2013-03-05powerpc: Wireup the kcmp syscall to sys_niTony Breeds3-1/+3
2013-03-05powerpc: Remove unused BITOP_LE_SWIZZLE macroAkinobu Mita1-2/+0
2013-03-05powerpc: Avoid link stack corruption in MMU on syscall entry pathMichael Neuling1-2/+2
2013-03-05drivers/tty/hvc: Use strlcpy instead of strncpyChen Gang1-7/+2
2013-03-05powerpc/pseries/hvcserver: Fix strncpy buffer limit in location codeChen Gang1-2/+3
2013-03-05powerpc: Fix compile of sha1-powerpc-asm.S on 32-bitTony Breeds1-2/+2
2013-03-05hw_random: make buffer usable in scatterlist.Rusty Russell1-3/+16