| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-02-12 | 26 | -8901/+8767 |
|\ |
|
| * | wimax: fix oops in wimax_dev_get_by_genl_info() when looking up non-wimax iface | Inaky Perez-Gonzalez | 2009-02-12 | 1 | -4/+5 |
| * | net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2 | Clément Lecigne | 2009-02-12 | 1 | -0/+2 |
| * | netxen: fix compile waring "label ‘set_32_bit_mask’ defined but not used"... | Yang Hongyang | 2009-02-12 | 1 | -1/+1 |
| * | bnx2: Update version to 1.9.2 and copyright. | Michael Chan | 2009-02-12 | 2 | -4/+4 |
| * | bnx2: Fix jumbo frames error handling. | Michael Chan | 2009-02-12 | 1 | -11/+19 |
| * | bnx2: Update 5709 firmware. | Michael Chan | 2009-02-12 | 1 | -4432/+4363 |
| * | bnx2: Update 5706/5708 firmware. | Michael Chan | 2009-02-12 | 1 | -4309/+4206 |
| * | 3c505: do not set pcb->data.raw beyond its size | Roel Kluin | 2009-02-12 | 1 | -10/+16 |
| * | Documentation/connector/cn_test.c: don't use gfp_any() | Andrew Morton | 2009-02-12 | 1 | -4/+2 |
| * | net: don't use in_atomic() in gfp_any() | Andrew Morton | 2009-02-12 | 1 | -1/+1 |
| * | IRDA: cnt is off by 1 | Roel Kluin | 2009-02-12 | 1 | -1/+1 |
| * | netxen: remove pcie workaround | Dhananjay Phadke | 2009-02-12 | 1 | -64/+0 |
| * | sun3: print when lance_open() fails | Roel Kluin | 2009-02-12 | 1 | -1/+1 |
| * | qlge: bugfix: Add missing rx buf clean index on early exit. | Ron Mercer | 2009-02-12 | 1 | -0/+2 |
| * | qlge: bugfix: Fix RX scaling values. | Ron Mercer | 2009-02-12 | 1 | -2/+2 |
| * | qlge: bugfix: Fix TSO breakage. | Ron Mercer | 2009-02-12 | 1 | -4/+6 |
| * | qlge: bugfix: Add missing dev_kfree_skb_any() call. | Ron Mercer | 2009-02-12 | 1 | -0/+2 |
| * | qlge: bugfix: Add missing put_page() call. | Ron Mercer | 2009-02-12 | 1 | -0/+2 |
| * | qlge: bugfix: Fix fatal error recovery hang. | Ron Mercer | 2009-02-12 | 1 | -2/+11 |
| * | qlge: bugfix: Use netif_receive_skb() and vlan_hwaccel_receive_skb(). | Ron Mercer | 2009-02-12 | 1 | -2/+2 |
| * | TG3: limit reaches -1 | Roel Kluin | 2009-02-12 | 1 | -2/+2 |
| * | iwlwifi: fix suspend/resume and its usage of pci saved state | Reinette Chatre | 2009-02-11 | 2 | -4/+26 |
| * | zd1211rw: treat MAXIM_NEW_RF(0x08) as UW2453_RF(0x09) for TP-Link WN322/422G | Hin-Tak Leung | 2009-02-11 | 1 | -0/+1 |
| * | zd1211rw: adding 0ace:0xa211 as a ZD1211 device | Hin-Tak Leung | 2009-02-11 | 1 | -0/+1 |
| * | mac80211: restrict to AP in outgoing interface heuristic | Johannes Berg | 2009-02-11 | 1 | -0/+2 |
| * | ath5k: fix bf->skb==NULL panic in ath5k_tasklet_rx | Bob Copeland | 2009-02-11 | 1 | -32/+53 |
| * | sunhme: Fix Quattro HME irq registration on proble failures | Meelis Roos | 2009-02-10 | 1 | -6/+28 |
| * | fore200: fix oops on failed firmware load | Meelis Roos | 2009-02-10 | 1 | -2/+2 |
| * | pkt_sched: type should be __u32 in header | Chuck Ebbert | 2009-02-10 | 1 | -1/+1 |
| * | Phonet: do not compute unused value | Rémi Denis-Courmont | 2009-02-10 | 1 | -1/+1 |
| * | Phonet: fix double free in GPRS outbound packet error path | Rémi Denis-Courmont | 2009-02-10 | 1 | -1/+0 |
| * | mdio-gpio: Add mdc pin direction initialization | Paulius Zaleckas | 2009-02-10 | 1 | -0/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2009-02-12 | 3 | -0/+3 |
|\ \ |
|
| * | | mm: Export symbol ksize() | Kirill A. Shutemov | 2009-02-12 | 3 | -0/+3 |
* | | | Fix page writeback thinko, causing Berkeley DB slowdown | Nick Piggin | 2009-02-12 | 1 | -1/+1 |
|/ / |
|
* | | Merge git://git.infradead.org/users/cbou/battery-2.6.29 | Linus Torvalds | 2009-02-11 | 1 | -1/+2 |
|\ \ |
|
| * | | pcf50633_charger: Fix typo | Balaji Rao | 2009-02-02 | 1 | -1/+2 |
* | | | w1: w1 temp calculation overflow fix | Ian Dall | 2009-02-11 | 1 | -1/+1 |
* | | | nbd: fix I/O hang on disconnected nbds | Paul Clements | 2009-02-11 | 1 | -0/+9 |
* | | | mm: rearrange exit_mmap() to unlock before arch_exit_mmap | Jeremy Fitzhardinge | 2009-02-11 | 1 | -4/+6 |
* | | | parport: parport_serial, don't bind netmos ibm 0299 | Jiri Slaby | 2009-02-11 | 1 | -0/+5 |
* | | | writeback: fix break condition | Federico Cuello | 2009-02-11 | 1 | -13/+16 |
* | | | syscall define: fix uml compile bug | Heiko Carstens | 2009-02-11 | 1 | -14/+14 |
* | | | ext2/xip: refuse to change xip flag during remount with busy inodes | Carsten Otte | 2009-02-11 | 1 | -3/+6 |
* | | | cgroups: fix lockdep subclasses overflow | Li Zefan | 2009-02-11 | 2 | -1/+3 |
* | | | cgroups: add Li Zefan as a maintainer | KOSAKI Motohiro | 2009-02-11 | 1 | -0/+2 |
* | | | rtc: t reaches -1, tested 0 | Roel Kluin | 2009-02-11 | 1 | -1/+1 |
* | | | kernel-doc: fix syscall wrapper processing | Randy Dunlap | 2009-02-11 | 1 | -1/+39 |
* | | | kernel-doc: preferred ending marker and examples | Randy Dunlap | 2009-02-11 | 1 | -3/+4 |