aboutsummaryrefslogtreecommitdiffstats
path: root/fs/filesystems.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-13NET/r8169: Rework suspend and resumeRafael J. Wysocki1-22/+39
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov13-42/+22
2009-04-13kaweth: Clean up codeLarry Finger1-8/+25
2009-04-13at76c50x-usb: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2009-04-13be2net: changes for checksum and segmentation offloadAjit Khaparde1-6/+22
2009-04-11ixgbe: Be explict with what we are !'ing in ixgbe_sfp_config_module_task()Tony Breeds1-1/+1
2009-04-11ixgbe: Update get_physical_layer() calls, plus a version bumpPeter P Waskiewicz Jr5-70/+169
2009-04-11ixgbe: Update the usage of orig_autoc to be more consistentPJ Waskiewicz2-13/+39
2009-04-11ixgbe: Remove unnecessary PHY reset, properly identify multispeed fiber modulesPJ Waskiewicz4-8/+29
2009-04-11ixgbe: Move PHY ops initialization to centralize bus accessesPJ Waskiewicz4-50/+107
2009-04-11ixgbe: Don't return error in flow control configuration if FC is offPJ Waskiewicz2-6/+10
2009-04-11ixgbe: add define to support 82599 64 IVAR registersDon Skidmore1-0/+1
2009-04-11ixgbe: add support for addition VT_CTL definesDon Skidmore1-0/+2
2009-04-11ixgbe: fix IXGBE_MTQC valuesDon Skidmore1-1/+2
2009-04-11ixgbe: Enable another bit for flow control operationPJ Waskiewicz2-0/+2
2009-04-09MAINTAINERS: rds list is moderatedKyle McMartin1-1/+1
2009-04-09ERR_PTR() dereference in net/rds/ib.cDan Carpenter1-2/+2
2009-04-09ERR_PTR() dereference in net/rds/iw.cDan Carpenter1-2/+2
2009-04-09rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-3/+1
2009-04-09RDS: remove unused #include <version.h>Huang Weiyi1-1/+0
2009-04-09RDS: use get_user_pages_fast()Andy Grover2-8/+2
2009-04-09RDS: Establish connection before parsing CMSGsAndy Grover1-5/+5
2009-04-09RDS: Fix ordering in a conditionalAndy Grover1-1/+1
2009-04-09RDS/IW+IB: Allow max credit advertise window.Steve Wise7-13/+13
2009-04-09RDS/IW+IB: Set the RDS_LL_SEND_FULL bit when we're throttled.Steve Wise2-2/+2
2009-04-09RDS: Correct some iw references in rdma_transport.cAndy Grover1-6/+6
2009-04-09RDS/IW+IB: Set recv ring low water mark to 1/2 full.Steve Wise2-2/+2
2009-04-08ISDN: update Documentation/isdn/00-INDEXTilman Schmidt1-19/+26
2009-04-08sfc: Don't specify unexistent IRQJean Delvare2-5/+0
2009-04-08netxen: cache align register map tableDhananjay Phadke1-1/+2
2009-04-08netxen: enable GRO supportAmit Kumar Salecha2-3/+5
2009-04-08netxen: enable rss for NX2031Dhananjay Phadke4-43/+137
2009-04-08netxen: sanitize function namesDhananjay Phadke7-406/+233
2009-04-08netxen: annotate register access functionsDhananjay Phadke7-344/+239
2009-04-08netxen: allocate status rings dynamicallyDhananjay Phadke2-6/+30
2009-04-08netxen: async link event handlingDhananjay Phadke6-57/+263
2009-04-08netxen: defer firmware handshakeDhananjay Phadke3-42/+22
2009-04-08netxen: refactor transmit codeDhananjay Phadke5-120/+108
2009-04-08netxen: refactor netxen_adapterDhananjay Phadke3-59/+39
2009-04-08netxen: code cleanupDhananjay Phadke8-256/+146
2009-04-07Linux 2.6.30-rc1Linus Torvalds1-2/+2
2009-04-07NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust1-2/+0
2009-04-07Fix build errors due to CONFIG_BRANCH_TRACER=yLinus Torvalds1-1/+3
2009-04-07parport: Use the PCI IRQ if offeredAlan Cox4-31/+60
2009-04-07tty: jsm cleanupsBreno Leitao2-21/+12
2009-04-07Adjust path to gpio headersMike Frysinger1-8/+8
2009-04-07KGDB_SERIAL_CONSOLE check for moduleMike Frysinger1-1/+1
2009-04-07Change KCONFIG nameMike Frysinger1-1/+1
2009-04-07tty: Blackin CTS/RTSSonic Zhang9-116/+209
2009-04-07Change hardware flow control from poll to interrupt drivenSonic Zhang6-187/+82