aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-12-01vxge: update driver versionJon Mason1-2/+2
2010-12-01vxge: use strcpy for stringsJon Mason1-1/+1
2010-12-01vxge: remove unnecessary printksJon Mason1-11/+0
2010-12-01ipip: add module alias for tunl0 tunnel devicestephen hemminger1-0/+1
2010-12-01gre: add module alias for gre0 tunnel devicestephen hemminger1-0/+1
2010-12-01gre: minor cleanupsstephen hemminger1-2/+2
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet4-5/+36
2010-12-01bnx2x: Add Nic partitioning mode (57712 devices)Dmitry Kravkov7-96/+400
2010-11-30inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller5-34/+44
2010-11-30ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller4-0/+25
2010-11-30inetpeer: Add inet_getpeer_v6()David S. Miller1-0/+10
2010-11-30inetpeer: Add v6 peers tree, abstract root properly.David S. Miller1-9/+18
2010-11-30inetpeer: Abstract address comparisons.David S. Miller1-8/+27
2010-11-30inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.David S. Miller5-10/+19
2010-11-30inetpeer: Introduce inet_peer_address_t.David S. Miller3-10/+18
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-29Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller170-1974/+12074
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