aboutsummaryrefslogtreecommitdiffstats
path: root/Kconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-30inetpeer: Abstract out the tree root accesses.David S. Miller1-50/+69
2010-11-29forcedeth: Use netdev_dbg for printk(KERN_DEBUGJoe Perches1-7/+12
2010-11-29forcedeth: Remove netdev_dbg usesJoe Perches1-133/+0
2010-11-29forcedeth: Convert dev_printk(<level> to dev_<level>(Joe Perches1-38/+26
2010-11-29forcedeth: Separate vendor specific initializations into functionsJoe Perches1-179/+188
2010-11-29forcedeth: Add function init_realtek_8211bJoe Perches1-73/+32
2010-11-29forcedeth: Convert pr_<level> to netdev_<level>Joe Perches1-132/+161
2010-11-29forcedeth: Use pr_fmt and pr_<level>Joe Perches1-114/+142
2010-11-29forcedeth: Convert remaining dprintk to netdev_dbgJoe Perches1-19/+12
2010-11-29forcedeth: Use print_hex_dumpJoe Perches1-37/+17
2010-11-29forcedeth: convert dprintk(KERN_DEBUG to netdev_dbgJoe Perches1-89/+87
2010-11-29forcedeth: Change reg_delay arguments and useJoe Perches1-16/+14
2010-11-29xps: add __rcu annotationsEric Dumazet2-11/+17
2010-11-29xps: NUMA allocations for per cpu dataEric Dumazet1-2/+3
2010-11-29sctp: kill unused macros in head fileShan Wei2-5/+0
2010-11-28vmxnet3: fix compilation when RSS is disabledScott J. Goldman1-1/+4
2010-11-28xps: Add CONFIG_XPSTom Herbert5-43/+73
2010-11-28qeth: l3 fix len in tso hdrFrank Blaschka1-0/+1
2010-11-28qeth: enable interface setup if LAN is offlineUrsula Braun2-10/+12
2010-11-28drivers/s390/net: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-28qeth lcs: convert mc rwlock to RCUSachin Sant2-9/+12
2010-11-28stmmac: fix stmmac_resume removing not yet used shutdown flagGiuseppe Cavallaro1-7/+0
2010-11-28forcedeth: use usleep_range not msleep for small sleepsSzymon Janc1-1/+1
2010-11-28forcedeth: do not use assignment in if conditionsSzymon Janc1-2/+4
2010-11-28forcedeth: include <linux/io.h> and <linux/uaccess.h> instead of <asm/io.h> and <asm/uaccess.h> as suggested by checkpatchSzymon Janc1-2/+2
2010-11-28forcedeth: remove unnecessary checks before kfreeSzymon Janc1-8/+5
2010-11-28forcedeth: fix multiple code style issuesSzymon Janc1-166/+135
2010-11-28zd1211rw: document need for kmalloc castJoe Perches1-0/+1
2010-11-28vxge: remove unnecessary [kv][mcz]alloc castsJoe Perches2-18/+10
2010-11-28qlcnic: remove unnecessary [kv][mcz]alloc castsJoe Perches1-2/+1
2010-11-28netxen: remove unnecessary [kv][mcz]alloc castsJoe Perches1-2/+1
2010-11-28cxgb3: Removing unused return variableBreno Leitao1-2/+1
2010-11-28ipv6: Prepare the tree for un-inlined jhash.Jozsef Kadlecsik2-32/+26
2010-11-28xfrm: fix gre key endianessTimo Teräs1-2/+2
2010-11-28ethoc: remove division from loopsJonas Bonn1-4/+13
2010-11-28ethoc: fix function return typeJonas Bonn1-3/+2
2010-11-28ethoc: rework mdio read/writeJonas Bonn1-8/+6
2010-11-28ethoc: rework interrupt handlingJonas Bonn1-27/+49
2010-11-28ethoc: Double check pending RX packetJonas Bonn1-2/+13
2010-11-28ethoc: enable interrupts after napi_completeAdam Edvardsson1-1/+1
2010-11-28ethoc: remove unused spinlockJonas Bonn1-3/+0
2010-11-28ethoc: Add device tree configurationJonas Bonn1-2/+30
2010-11-28X25 remove bkl in call user data length ioctlandrew hendry1-5/+6
2010-11-28X25 remove bkl from causediag ioctlsandrew hendry1-8/+7
2010-11-28X25 remove bkl from calluserdata ioctlsandrew hendry1-7/+7
2010-11-28X25 remove bkl in facility ioctlsandrew hendry1-23/+25
2010-11-28X25 remove bkl in subscription ioctlsandrew hendry3-10/+12
2010-11-28bnx2x: Use helpers instead of direct access to the shinfo(skb) fieldsVladislav Zolotarov1-5/+4
2010-11-28bnx2: Remove config access to non-standard registersMichael Chan1-8/+8
2010-11-28bnx2: Fix reset bug on 5709Eddie Wai2-7/+24