Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | RDMA/cxgb4: Derive smac_idx from port viid | Steve Wise | 2010-07-06 | 1 | -4/+5 | |
| * | | | | | RDMA/cxgb4: Avoid false GTS CIDX_INC overflows | Steve Wise | 2010-07-06 | 1 | -5/+20 | |
| * | | | | | RDMA/cxgb4: Don't call abort_connection() for active connect failures | Steve Wise | 2010-07-06 | 1 | -1/+2 | |
| * | | | | | RDMA/cxgb4: Use the DMA state API instead of the pci equivalents | FUJITA Tomonori | 2010-07-06 | 5 | -15/+15 | |
| |/ / / / | ||||||
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-07-07 | 23 | -159/+232 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | NET: SB1250: Initialize .owner | Ralf Baechle | 2010-07-07 | 1 | -0/+1 | |
| * | | | | vxge: show startup message with KERN_INFO | Wu Fengguang | 2010-07-07 | 1 | -2/+2 | |
| * | | | | ll_temac: Fix missing iounmaps | Denis Kirjanov | 2010-07-07 | 1 | -5/+13 | |
| * | | | | net/ne: fix memory leak in ne_drv_probe() | Kulikov Vasiliy | 2010-07-05 | 1 | -1/+3 | |
| * | | | | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst... | David S. Miller | 2010-07-02 | 3 | -48/+58 | |
| |\ \ \ \ | ||||||
| | * | | | | vhost: add unlikely annotations to error path | Michael S. Tsirkin | 2010-07-01 | 2 | -28/+29 | |
| | * | | | | vhost: break out of polling loop on error | Michael S. Tsirkin | 2010-06-27 | 3 | -22/+31 | |
| * | | | | | virtio_net: fix oom handling on tx | Rusty Russell | 2010-07-02 | 1 | -8/+13 | |
| * | | | | | virtio_net: do not reschedule rx refill forever | Michael S. Tsirkin | 2010-07-02 | 1 | -4/+3 | |
| * | | | | | s2io: resolve statistics issues | Jon Mason | 2010-07-02 | 2 | -41/+64 | |
| * | | | | | net: decreasing real_num_tx_queues needs to flush qdisc | John Fastabend | 2010-07-02 | 1 | -1/+1 | |
| * | | | | | qlge: fix a eeh handler to not add a pending timer | Breno Leitao | 2010-07-02 | 1 | -0/+2 | |
| * | | | | | qlge: Replacing add_timer() to mod_timer() | Breno Leitao | 2010-07-02 | 1 | -6/+3 | |
| * | | | | | usbnet: Set parent device early for netdev_printk() | Ben Hutchings | 2010-07-02 | 1 | -2/+3 | |
| * | | | | | net: Revert "rndis_host: Poll status channel before control channel" | Ben Hutchings | 2010-07-02 | 1 | -12/+6 | |
| * | | | | | drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.h | Cody Rester | 2010-07-01 | 1 | -1/+1 | |
| * | | | | | bonding: check if clients MAC addr has changed | Flavio Leitner | 2010-06-30 | 1 | -1/+2 | |
| * | | | | | Bluetooth: Fix abuse of the preincrement operator | David Howells | 2010-06-30 | 1 | -1/+1 | |
| * | | | | | mv643xx_eth: use sw csum for big packets | Saeed Bishara | 2010-06-30 | 1 | -2/+7 | |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-06-30 | 4 | -7/+18 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | iwlwifi: set TX_CMD_FLAG_PROT_REQUIRE_MSK in tx_flag | Wey-Yi Guy | 2010-06-25 | 1 | -5/+1 | |
| | * | | | | | iwlwifi: fix multicast | Johannes Berg | 2010-06-25 | 1 | -1/+6 | |
| | * | | | | | ath9k: Fix bug in starting ani | Vasanthakumar Thiagarajan | 2010-06-23 | 2 | -1/+11 | |
| * | | | | | | ixgbe: skip non IPv4 packets in ATR filter | Guillaume Gaudonville | 2010-06-29 | 1 | -1/+3 | |
| * | | | | | | ixgbe: disable tx engine before disabling tx laser | John Fastabend | 2010-06-29 | 1 | -4/+4 | |
| * | | | | | | ixgbe: fix panic when shutting down system with WoL enabled | Andy Gospodarek | 2010-06-29 | 1 | -1/+2 | |
| * | | | | | | bonding: prevent netpoll over bonded interfaces | Andy Gospodarek | 2010-06-28 | 1 | -11/+22 | |
* | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2010-07-07 | 3 | -39/+56 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | drm: correctly update connector DPMS status in drm_fb_helper | Jesse Barnes | 2010-07-07 | 1 | -3/+20 | |
| * | | | | | | | drm/radeon/kms: fix shared ddc handling | Alex Deucher | 2010-07-07 | 1 | -1/+3 | |
| * | | | | | | | drm/ttm: Allocate the page pool manager in the heap. | Francisco Jerez | 2010-07-07 | 1 | -35/+33 | |
* | | | | | | | | pcmcia: do not initialize the present flag too late. | Dominik Brodowski | 2010-07-05 | 1 | -2/+1 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-07-04 | 1 | -9/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px... | Russell King | 2010-07-01 | 1 | -9/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | [ARM] pxa/z2: fix missing include in battery driver | Marek Vasut | 2010-06-13 | 1 | -9/+3 | |
* | | | | | | | | | Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-07-04 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | of/dma: fix build breakage in ppc4xx adma driver | Dan Williams | 2010-07-02 | 1 | -1/+3 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2010-07-04 | 1 | -13/+40 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | i7core_edac: Avoid doing multiple probes for the same card | Mauro Carvalho Chehab | 2010-07-02 | 1 | -5/+12 | |
| * | | | | | | | | i7core_edac: Properly discover the first QPI device | Mauro Carvalho Chehab | 2010-07-02 | 1 | -8/+28 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-07-02 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | sched: Cure nr_iowait_cpu() users | Peter Zijlstra | 2010-07-01 | 1 | -2/+2 | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 2010-07-02 | 1 | -12/+12 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | amd64_edac: Fix syndrome calculation on K8 | Borislav Petkov | 2010-07-02 | 1 | -12/+12 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh... | Linus Torvalds | 2010-07-01 | 12 | -64/+140 | |
|\ \ \ \ \ \ \ \ \ |