ipv6: fix an oops when force unload ipv6 module
[safe/jmp/linux-2.6] / net / 9p / trans_fd.c
2009-11-30 Joe Perchesnet: Move && and || to end of previous line
2009-08-17 Abhishek Kulkarni9p: minor comment fixes
2009-07-02 Abhishek Kulkarninet/9p: Fix crash due to bad mount parameters.
2009-04-05 Latchesar Ionkovnet/9p: handle correctly interrupted 9P requests
2009-02-27 Hannes Eder9p: fix sparse warning: cast adds address space
2008-10-22 Eric Van Hensbergen9p: fix debug build error
2008-10-17 Eric Van Hensbergen9p: add more conservative locking
2008-10-17 Eric Van Hensbergen9p: rework client code to use new protocol support...
2008-10-17 Eric Van Hensbergen9p: remove unnecessary tag field from p9_req_t structure
2008-10-17 Eric Van Hensbergen9p: remove 9p fcall debug prints
2008-10-17 Tejun Heo9p: drop broken unused error path from p9_conn_create()
2008-10-17 Eric Van Hensbergen9p: make rpc code common and rework flush code
2008-10-17 Eric Van Hensbergen9p: use the rcall structure passed in the request in...
2008-10-17 Eric Van Hensbergen9p: apply common request code to trans_fd
2008-10-17 Eric Van Hensbergen9p: apply common tagpool handling to trans_fd
2008-10-17 Eric Van Hensbergen9p: eliminate callback complexity
2008-10-17 Eric Van Hensbergen9p: consolidate mux_rpc and request structure
2008-10-17 Eric Van Hensbergen9p: remove unnecessary prototypes
2008-10-17 Eric Van Hensbergen9p: remove duplicate client state
2008-10-17 Eric Van Hensbergen9p: consolidate transport structure
2008-10-17 Tejun Heo9p-trans_fd: use single poller
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-09-24 Julia Lawall9p: introduce missing kfree
2008-09-24 Tejun Heo9p-trans_fd: fix and clean up module init/exit paths
2008-09-24 Tejun Heo9p-trans_fd: don't do fs segment mangling in p9_fd_poll()
2008-09-24 Tejun Heo9p-trans_fd: clean up p9_conn_create()
2008-09-24 Tejun Heo9p-trans_fd: fix trans_fd::p9_conn_destroy()
2008-09-24 Tejun Heo9p: implement proper trans module refcounting and unreg...
2008-07-24 Ulrich Drepperflag parameters: socket and socketpair
2008-05-15 Eric Van Hensbergen9p: fix error path during early mount
2008-05-15 Eric Van Hensbergen9p: propagate parse_option changes to client and transports
2008-05-15 Eric Van Hensbergen9p: Documentation updates
2008-03-28 Andrew Mortonnet/9p/trans_fd.c:p9_trans_fd_init(): module_init funct...
2008-03-23 Julia Lawall[9P] net/9p/trans_fd.c: remove unused variable
2008-02-07 Eric Van Hensbergen9p: transport API reorganization
2007-11-06 Latchesar Ionkov9p: add missing end-of-options record for trans_fd
2007-10-17 Eric Van Hensbergen9p: Make transports dynamic
2007-07-14 Latchesar Ionkov9p: Reorganization of 9p file system code