| Commit message (Expand) | Author | Files | Lines |
2013-01-29 | vhost_net: correct error handling in vhost_net_set_backend() | Jason Wang | 1 | -5/+11 |
2013-01-29 | tun: fix carrier on/off status | Michael S. Tsirkin | 1 | -5/+8 |
2013-01-29 | pktgen: correctly handle failures when adding a device | Cong Wang | 1 | -3/+6 |
2013-01-29 | netem: fix delay calculation in rate extension | Johannes Naab | 1 | -6/+6 |
2013-01-29 | l2tp: prevent l2tp_tunnel_delete racing with userspace close | Tom Parkin | 2 | -12/+69 |
2013-01-29 | powerpc: Max next_tb to prevent from replaying timer interrupt | Tiejun Chen | 1 | -2/+7 |
2013-01-29 | powerpc: kernel/kgdb.c: Fix memory leakage | Cong Ding | 1 | -2/+3 |
2013-01-29 | powerpc/book3e: Disable interrupt after preempt_schedule_irq | Tiejun Chen | 1 | -0/+13 |
2013-01-29 | powerpc/oprofile: Fix error in oprofile power7_marked_instr_event() function | Carl E. Love | 1 | -1/+1 |
2013-01-29 | powerpc/pasemi: Fix crash on reboot | Steven Rostedt | 1 | -0/+7 |
2013-01-29 | powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning for ppc32 | Li Zhong | 1 | -0/+2 |
2013-01-28 | IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround | Suravee Suthikulpanit | 1 | -0/+34 |
2013-01-28 | GFS2: fix skip unlock condition | David Teigland | 1 | -1/+6 |
2013-01-28 | dm9601: support dm9620 variant | Peter Korsgaard | 1 | -1/+29 |
2013-01-28 | SCTP: Free the per-net sysctl table on net exit. v2 | Vlad Yasevich | 1 | -0/+4 |
2013-01-28 | net: phy: icplus: fix broken INTR pin settings | Giuseppe CAVALLARO | 1 | -5/+5 |
2013-01-28 | net: phy: icplus: Use the RGMII interface mode to configure clock delays | Stuart Menefy | 1 | -5/+16 |
2013-01-28 | IP_GRE: Fix kernel panic in IP_GRE with GRE csum. | Pravin B Shelar | 1 | -1/+5 |
2013-01-28 | sctp: set association state to established in dupcook_a handler | Xufeng Zhang | 1 | -1/+3 |
2013-01-28 | ip6mr: limit IPv6 MRT_TABLE identifiers | Dan Carpenter | 1 | -0/+3 |
2013-01-28 | r8169: fix vlan tag read ordering. | françois romieu | 1 | -8/+6 |
2013-01-28 | net: cdc_ncm: use IAD provided by the USB core | Bjørn Mork | 1 | -24/+4 |
2013-01-27 | batman-adv: filter ARP packets with invalid MAC addresses in DAT | Matthias Schiffer | 1 | -0/+13 |
2013-01-27 | batman-adv: check for more types of invalid IP addresses in DAT | Matthias Schiffer | 1 | -1/+3 |
2013-01-27 | batman-adv: fix skb leak in batadv_dat_snoop_incoming_arp_reply() | Matthias Schiffer | 1 | -0/+2 |
2013-01-27 | net: loopback: fix a dst refcounting issue | Eric Dumazet | 1 | -0/+5 |
2013-01-27 | virtio-net: reset virtqueue affinity when doing cpu hotplug | Wanlong Gao | 1 | -0/+33 |
2013-01-27 | virtio-net: split out clean affinity function | Wanlong Gao | 1 | -36/+40 |
2013-01-27 | virtio-net: fix the set affinity bug when CPU IDs are not consecutive | Wanlong Gao | 1 | -13/+54 |
2013-01-27 | mfd: rtsx: Fix oops when rtsx_pci_sdmmc is not probed | Wei WANG | 1 | -2/+2 |
2013-01-27 | mfd: wm5102: Fix definition of WM5102_MAX_REGISTER | Mark Brown | 1 | -1/+1 |
2013-01-27 | mfd: twl4030: Don't warn about uninitialized return code | Arnd Bergmann | 1 | -1/+1 |
2013-01-27 | mfd: da9052/53 lockup fix | Ashish Jangam | 3 | -4/+126 |
2013-01-27 | mfd: rtsx: Add clock divider hook | Wei WANG | 6 | -2/+31 |
2013-01-27 | mmc: rtsx: Call MFD hook to switch output voltage | Wei WANG | 1 | -25/+5 |
2013-01-27 | mfd: rtsx: Add output voltage switch hook | Wei WANG | 5 | -4/+85 |
2013-01-26 | can: pch_can: fix invalid error codes | Olivier Sobrie | 1 | -1/+1 |
2013-01-26 | can: ti_hecc: fix invalid error codes | Olivier Sobrie | 1 | -2/+2 |
2013-01-26 | can: c_can: fix invalid error codes | Olivier Sobrie | 1 | -2/+2 |
2013-01-25 | Linux 3.8-rc5v3.8-rc5 | Linus Torvalds | 1 | -1/+1 |
2013-01-24 | Btrfs: fix repeated delalloc work allocation | Miao Xie | 1 | -14/+41 |
2013-01-24 | Btrfs: fix wrong max device number for single profile | Miao Xie | 1 | -1/+1 |
2013-01-24 | Btrfs: fix missed transaction->aborted check | Miao Xie | 1 | -0/+16 |
2013-01-24 | Btrfs: Add ACCESS_ONCE() to transaction->abort accesses | Miao Xie | 2 | -2/+3 |
2013-01-24 | Btrfs: put csums on the right ordered extent | Josef Bacik | 1 | -2/+2 |
2013-01-24 | Btrfs: use right range to find checksum for compressed extents | Liu Bo | 1 | -0/+5 |
2013-01-24 | Btrfs: fix panic when recovering tree log | Josef Bacik | 1 | -8/+12 |
2013-01-24 | Btrfs: do not allow logged extents to be merged or removed | Josef Bacik | 3 | -3/+16 |
2013-01-24 | mfd: vexpress-sysreg: Don't skip initialization on probe | Pawel Moll | 1 | -12/+20 |
2013-01-24 | ARM: vexpress: Enable A7 cores in V2P-CA15_A7's Device Tree | Pawel Moll | 1 | -2/+0 |