aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| | * | | | | | | xfs: skip writeback from reclaim contextChristoph Hellwig2010-06-03
| | * | | | | | | xfs: remove done roadmap item from xfs-delayed-logging-design.txtChristoph Hellwig2010-06-03
| | * | | | | | | xfs: fix race in inode cluster freeing failing to stale inodesDave Chinner2010-06-03
| | * | | | | | | xfs: fix access to upper inodes without inode64Christoph Hellwig2010-05-28
| | * | | | | | | xfs: fix might_sleep() warning when initialising per-ag treeDave Chinner2010-05-28
| | * | | | | | | fs/xfs/quota: Add missing mutex_unlockJulia Lawall2010-05-28
| | * | | | | | | xfs: remove duplicated #includeHuang Weiyi2010-05-28
| | * | | | | | | xfs: convert more trace events to DEFINE_EVENTLi Zefan2010-05-28
| | * | | | | | | xfs: xfs_trace.c: remove duplicated #includeHuang Weiyi2010-05-28
| | * | | | | | | xfs: Check new inode size is OK before preallocatingDave Chinner2010-05-28
| | * | | | | | | xfs: clean up xlog_alignChristoph Hellwig2010-05-28
| | * | | | | | | xfs: cleanup log reservation calculactionsChristoph Hellwig2010-05-28
| | * | | | | | | xfs: be more explicit if RT mount fails due to configEric Sandeen2010-05-28
| | * | | | | | | xfs: replace E2BIG with EFBIG where appropriateEric Sandeen2010-05-28
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-05
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | X25: remove duplicated #includeHuang Weiyi2010-06-04
| * | | | | | | | tcp: use correct net ns in cookie_v4_check()Eric Dumazet2010-06-04
| * | | | | | | | rps: tcp: fix rps_sock_flow_table table updatesEric Dumazet2010-06-04
| * | | | | | | | ppp_generic: fix multilink fragment sizesBen McKeegan2010-06-04
| * | | | | | | | syncookies: remove Kconfig text line about disabled-by-defaultFlorian Westphal2010-06-04
| * | | | | | | | ixgbe: only check pfc bits in hang logic if pfc is enabledJohn Fastabend2010-06-04
| * | | | | | | | net: check for refcount if pop a stacked dst_entrySteffen Klassert2010-06-04
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-03
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | mac80211: fix dialog token allocatorJohannes Berg2010-06-01
| | * | | | | | | mac80211: fix blockack-req processingJohannes Berg2010-06-01
| | * | | | | | | ath5k: wake queues on resetBruno Randolf2010-06-01
| * | | | | | | | ixgbe: return IXGBE_ERR_RAR_INDEX when out of rangeJeff Kirsher2010-06-03
| * | | | | | | | act_pedit: access skb->data safelyChangli Gao2010-06-03
| * | | | | | | | sfc: Store port number in net_device::dev_idBen Hutchings2010-06-03
| * | | | | | | | epic100: Test __BIG_ENDIAN instead of (non-existent) CONFIG_BIG_ENDIANRoland Dreier2010-06-03
| * | | | | | | | tehuti: return -EFAULT on copy_to_user errorsDan Carpenter2010-06-03
| * | | | | | | | isdn/kcapi: return -EFAULT on copy_from_user errorsDan Carpenter2010-06-03
| * | | | | | | | e1000e: change logical negate to bitwiseDan Carpenter2010-06-03
| * | | | | | | | sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings2010-06-03
| * | | | | | | | cls_u32: use skb_header_pointer() to dereference data safelyChangli Gao2010-06-02
| * | | | | | | | TCP: tcp_hybla: Fix integer overflow in slow start incrementDaniele Lacamera2010-06-02
| * | | | | | | | act_nat: fix the wrong checksum when addr isn't in old_addr/maskChangli Gao2010-06-02
| * | | | | | | | net/fec: fix pm to survive to suspend/resumeEric BĂ©nard2010-06-02
| * | | | | | | | korina: count RX DMA OVR as rx_fifo_errorPhil Sutter2010-06-02
| * | | | | | | | korina: use netdev_alloc_skb_ip_align() here, tooPhil Sutter2010-06-02
| * | | | | | | | korina: fix deadlock on RX FIFO overrunPhil Sutter2010-06-02
| * | | | | | | | net: fix conflict between null_or_orig and null_or_bondJohn Fastabend2010-06-02
| * | | | | | | | net: init_vlan should not copy slave or master flagsJohn Fastabend2010-06-02
| * | | | | | | | enic: bug fix: make the set/get netlink VF_PORT support symmetricalScott Feldman2010-06-02
| * | | | | | | | bnx2: Fix hang during rmmod bnx2.Michael Chan2010-06-02
| * | | | | | | | xfrm: force a dst reference in __xfrm_route_forward()Eric Dumazet2010-06-02
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-06-05
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nilfs2: remove obsolete declarations of cache constructor and destructorRyusuke Konishi2010-05-31
| * | | | | | | | | nilfs2: fix style issue in nilfs_destroy_cachepRyusuke Konishi2010-05-31
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-06-05
|\ \ \ \ \ \ \ \ \