summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-1040-203/+342
|\
| * virtio_net: Add schedule check to napi_enable callBruce Rogers2011-02-101-11/+16
| * x25: Do not reference freed memory.David S. Miller2011-02-091-1/+4
| * pch_can: fix tseg1/tseg2 setting issueTomoya MORINAGA2011-02-091-2/+2
| * isdn: hysdn: Kill (partially buggy) CVS regision log reporting.David S. Miller2011-02-094-32/+2
| * can: softing_cs needs slab.hRandy Dunlap2011-02-091-0/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-091-2/+9
| |\
| | * netfilter: nf_conntrack: set conntrack templates again if we return NF_REPEATPablo Neira Ayuso2011-02-091-2/+9
| * | pch_gbe: Fix the issue which a driver locks when rx offload is set by ethtoolToshiharu Okada2011-02-091-8/+4
| * | pch_can: fix module reload issue with MSITomoya2011-02-081-0/+1
| * | pch_can: fix rmmod issueTomoya2011-02-081-1/+1
| * | pch_can: fix 800k comms issueTomoya2011-02-081-1/+1
| * | net: Fix lockdep regression caused by initializing netdev queues too early.David S. Miller2011-02-081-11/+16
| * | net/caif: Fix dangling list pointer in freed object on error.David S. Miller2011-02-081-2/+2
| * | USB CDC NCM errata updates for cdc_ncm host driverAlexey Orishko2011-02-081-80/+147
| * | CDC NCM errata updates for cdc.hAlexey Orishko2011-02-081-5/+18
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-02-088-14/+21
| |\ \
| | * | ixgbe: update version stringDon Skidmore2011-02-081-1/+1
| | * | ixgbe: cleanup variable initializationDon Skidmore2011-02-081-1/+1
| | * | ixgbe: limit VF access to network trafficAlexander Duyck2011-02-082-2/+3
| | * | ixgbe: fix for 82599 erratum on Header SplittingDon Skidmore2011-02-081-2/+9
| | * | ixgbe: fix variable set but not used warnings by gcc 4.6Emil Tantilov2011-02-082-6/+3
| | * | e1000: add support for Marvell Alaska M88E1118R PHYFlorian Fainelli2011-02-082-1/+4
| | * | e1000e: tx_timeout should not increment for non-hang eventsJesse Brandeburg2011-02-081-1/+0
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-0812-9/+30
| |\ \ \ | | |/ / | |/| |
| | * | mac80211: fix the skb cloned check in the tx pathFelix Fietkau2011-02-071-1/+1
| | * | iwlagn: Re-enable RF_KILL interrupt when downDon Fry2011-02-071-0/+6
| | * | ssb-pcmcia: Fix parsing of invariants tuplesMichael Büsch2011-02-071-1/+1
| | * | ath9k: Fix possible double free of PAPRD skb'sMohammed Shafi Shajakhan2011-02-043-4/+7
| | * | carl9170: fix typo in PS codeChristian Lamparter2011-02-041-1/+1
| | * | wireless, wl1251: Fix potential NULL pointer dereference in wl1251_op_bss_inf...Jesper Juhl2011-02-031-0/+3
| | * | mac80211: fix TX status cookie in HW offload caseJohannes Berg2011-02-023-2/+9
| | * | iwlagn: overwrite EEPROM chain setting for 6250 devicesWey-Yi Guy2011-02-021-0/+2
| * | | Merge branch 'batman-adv/merge' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-02-071-5/+10
| |\ \ \
| | * | | batman-adv: Linearize fragment packets before mergeSven Eckelmann2011-02-081-5/+10
| * | | | x25: possible skb leak on bad facilitiesandrew hendry2011-02-072-12/+30
| * | | | bnx2x: Duplication in promisc modeVladislav Zolotarov2011-02-061-9/+23
| * | | | sis900: Fix mem leak in sis900_rx error pathJesper Juhl2011-02-051-0/+1
| * | | | benet: Avoid potential null deref in be_cmd_get_seeprom_data()Ajit Khaparde2011-02-051-0/+5
* | | | | fix jiffy calculations in calibrate_delay_direct to handle overflowTim Deegan2011-02-101-3/+3
* | | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2011-02-091-3/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'kbuild/packaging' into kbuild/rc-fixesMichal Marek2011-02-041-3/+3
| |\ \ \ \ \
| | * | | | | deb-pkg: Fix building outside of source tree (O=...).Nicolas de Pesloüan2011-02-041-3/+3
| | * | | | | deb-pkg: Use $SRCARCH for include pathmaximilian attems2011-01-151-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2011-02-092-4/+17
|\ \ \ \ \ \ \
| * | | | | | | virtio: console: Update CopyrightAmit Shah2011-02-092-2/+4
| * | | | | | | virtio: console: Wake up outvq on host notificationsAmit Shah2011-02-091-2/+13
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-02-098-8/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | cdrom: support devices that have check_events but not media_changedSimon Arlott2011-02-091-1/+2
| * | | | | | | | cfq-iosched: Don't wait if queue already has requests.Justin TerAvest2011-02-091-0/+4
OpenPOWER on IntegriCloud