aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * iwlagn: remove unused old_assoc parameterWey-Yi Guy2011-05-131-1/+0
| | | * iwlagn: change default beacon intervalJohannes Berg2011-05-131-1/+1
| | | * iwlagn: remove set but unused varsJohannes Berg2011-05-132-22/+13
| | | * iwlagn: alwasy send RXON with disassociate falge before associateWey-Yi Guy2011-05-132-5/+8
| | | * iwlagn: clear STATUS_HCMD_ACTIVE bit if fail enqueueWey-Yi Guy2011-05-131-0/+1
| | | * iwlagn: add testmode set fixed rate commandWey-Yi Guy2011-05-134-21/+57
| | | * iwlagn: add eeprom command to testmodeWey-Yi Guy2011-05-132-0/+38
| | | * iwlagn: add testmode trace commandWey-Yi Guy2011-05-135-0/+165
| | | * iwlagn: more ucode error log infoWey-Yi Guy2011-05-132-42/+65
| | | * iwlagn: support multiple TBs per commandJohannes Berg2011-05-138-152/+180
| | | * iwlagn: remove unused pad argumentJohannes Berg2011-05-134-8/+5
| | | * iwlagn: clean up TXQ indirectionJohannes Berg2011-05-1310-203/+164
| | | * iwlagn: prepare for multi-TB commandsJohannes Berg2011-05-1314-46/+47
* | | | bug.h: Fix build with CONFIG_PRINTK disabled.David S. Miller2011-05-241-0/+21
* | | | dst: catch uninitialized metricsStephen Hemminger2011-05-241-0/+2
* | | | be2net: hash key for rss-config cmd not setSathya Perla2011-05-241-1/+2
* | | | bridge: initialize fake_rtable metricsEric Dumazet2011-05-241-1/+5
* | | | net: fix __dst_destroy_metrics_generic()Eric Dumazet2011-05-241-1/+1
* | | | CDC NCM: release interfaces fix in unbind()Alexey Orishko2011-05-241-48/+25
* | | | bnx2x: fix inverted conditionDmitry Kravkov2011-05-241-1/+1
* | | | igmp: call ip_mc_clear_src() only when we have no users of ip_mc_listVeaceslav Falico2011-05-241-5/+5
* | | | net: use synchronize_rcu_expedited()Eric Dumazet2011-05-241-1/+4
* | | | net: convert %p usage to %pKDan Rosenberg2011-05-2414-22/+22
* | | | net/irda: convert bfin_sir to common Blackfin UART headerMike Frysinger2011-05-242-89/+33
* | | | ipv6: Fix return of xfrm6_tunnel_rcv()David S. Miller2011-05-241-1/+1
* | | | net: filter: Use WARN_RATELIMITJoe Perches2011-05-231-1/+3
* | | | bug.h: Add WARN_RATELIMITJoe Perches2011-05-231-0/+16
* | | | sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet2011-05-231-2/+6
* | | | ehea: Fix multicast registration on semi-promiscuous modeBreno Leitao2011-05-231-1/+1
* | | | snap: remove one synchronize_net()Eric Dumazet2011-05-231-1/+0
* | | | net: ping: cleanups ping_v4_unhash()Eric Dumazet2011-05-231-3/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2011-05-232-104/+69
|\ \ \ \
| * \ \ \ Merge branch 'slab/next' into for-linusPekka Enberg2011-05-232-104/+69
| |\ \ \ \
| | * | | | slub: Deal with hyperthetical case of PAGE_SIZE > 2MChristoph Lameter2011-05-211-2/+4
| | * | | | slub: Remove node check in slab_freeChristoph Lameter2011-05-211-1/+3
| | * | | | slub: avoid label inside conditionalDavid Rientjes2011-05-171-3/+3
| | * | | | slub: Make CONFIG_DEBUG_PAGE_ALLOC work with new fastpathChristoph Lameter2011-05-171-1/+13
| | * | | | slub: Avoid warning for !CONFIG_SLUB_DEBUGChristoph Lameter2011-05-171-1/+1
| | * | | | slub: Remove CONFIG_CMPXCHG_LOCAL ifdefferyChristoph Lameter2011-05-072-58/+0
| | * | | | slub: Move debug handlign in __slab_freeChristoph Lameter2011-04-171-9/+2
| | * | | | slub: Move node determination out of hotpathChristoph Lameter2011-04-171-4/+5
| | * | | | slub: Eliminate repeated use of c->page through a new page variableChristoph Lameter2011-04-171-19/+22
| | * | | | slub: get_map() function to establish map of free objects in a slabChristoph Lameter2011-04-171-12/+22
| | * | | | slub: Use NUMA_NO_NODE in get_partialChristoph Lameter2011-04-171-1/+1
| | * | | | slub: Fix a typo in config nameLi Zefan2011-04-121-1/+1
* | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-05-2323-1442/+3765
|\ \ \ \ \ \
| * | | | | | hwmon: (coretemp) Fix checkpatch errorsGuenter Roeck2011-05-211-30/+37
| * | | | | | hwmon: Remove pkgtemp driverGuenter Roeck2011-05-214-488/+0
| * | | | | | hwmon: (coretemp) Merge pkgtemp with coretempDurgadoss R2011-05-202-217/+469
| * | | | | | hwmon: (pmbus) Add support for Analog Devices ADM1275Guenter Roeck2011-05-194-0/+192