aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust2008-02-283-7/+20
| | * | | | | SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2008-02-254-51/+33
| | * | | | | SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust2008-02-253-8/+7
| | * | | | | SUNRPC: Add a new helper rpc_wake_up_queued_task()Trond Myklebust2008-02-252-35/+31
| | * | | | | SUNRPC: Clean up rpc_run_timer()Trond Myklebust2008-02-252-34/+35
| | * | | | | SUNRPC: Allow the rpc_release() callback to be run on another workqueueTrond Myklebust2008-02-251-8/+21
* | | | | | | Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-04-2414-97/+154
|\ \ \ \ \ \ \
| * | | | | | | SUNRPC: Use unsigned loop and array index in svc_init_buffer()Chuck Lever2008-04-231-3/+2
| * | | | | | | SUNRPC: Use unsigned index when looping over arraysChuck Lever2008-04-231-2/+3
| * | | | | | | SUNRPC: Update RPC server's TCP record marker decoderChuck Lever2008-04-231-12/+12
| * | | | | | | SUNRPC: RPC server still uses 2.4 method for disabling TCP NagleChuck Lever2008-04-231-2/+2
| * | | | | | | SUNRPC: remove svc_create_thread()Jeff Layton2008-04-231-10/+0
| * | | | | | | sunrpc: make token header values less confusingKevin Coffman2008-04-234-8/+8
| * | | | | | | gss_krb5: consistently use unsigned for seqnumKevin Coffman2008-04-233-4/+4
| * | | | | | | net/sunrpc/svc.c: suppress unintialized var warningAndrew Morton2008-04-231-1/+1
| * | | | | | | Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependentKevin Coffman2008-04-232-5/+2
| * | | | | | | Correct grammer/typos in dprintksKevin Coffman2008-04-231-3/+3
| * | | | | | | SVCRDMA: Add check for XPT_CLOSE in svc_rdma_sendTom Tucker2008-04-231-0/+2
| * | | | | | | sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGSHarshula Jayasuriya2008-04-232-4/+8
| * | | | | | | SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page failsJeff Layton2008-04-231-3/+5
| * | | | | | | svcrpc: move unused field from cache_deferred_reqJ. Bruce Fields2008-04-231-1/+0
| * | | | | | | IPv6 support for NFS server export cachesAurélien Charbon2008-04-231-38/+80
| * | | | | | | SUNRPC: have svc_recv() check kthread_should_stop()Jeff Layton2008-04-231-2/+22
| * | | | | | | SUNRPC: export svc_sock_update_bufsJeff Layton2008-04-231-0/+1
| |/ / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-2411-56/+94
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | [NET]: Fix heavy stack usage in seq_file output routines.Pavel Emelyanov2008-04-246-50/+56
| * | | | | [AF_UNIX] Initialise UNIX sockets before general device initcallsDavid Woodhouse2008-04-241-1/+5
| * | | | | [RTNETLINK]: Fix bogus ASSERT_RTNL warningPatrick McHardy2008-04-231-0/+6
| * | | | | mac80211: fix use before check of Qdisc lengthRon Rindjunsky2008-04-231-1/+1
| * | | | | net/mac80211/rx.c: fix off-by-oneAdrian Bunk2008-04-231-1/+1
| * | | | | mac80211: Fix race between ieee80211_rx_bss_put and lookup routines.Pavel Emelyanov2008-04-231-2/+5
| * | | | | mac80211: Fix n-band association problemAbhijeet Kolekar2008-04-231-1/+20
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-2314-42/+28
|\ \ \ \ \ \ | |/ / / / /
| * | | | | net: Unexport move_addr_to_{kernel,user}Adrian Bunk2008-04-231-3/+0
| * | | | | [IPSEC]: Fix catch-22 with algorithm IDs above 31Herbert Xu2008-04-223-2/+4
| * | | | | tcp: Make use of before macro in tcp_input.cArnd Hannemann2008-04-211-1/+1
| * | | | | [NETNS]: Remove empty ->init callback.Pavel Emelyanov2008-04-211-7/+0
| * | | | | [DCCP]: Convert do_gettimeofday() to getnstimeofday().YOSHIFUJI Hideaki2008-04-211-11/+6
| * | | | | [NETNS]: Don't initialize err variable twice.Pavel Emelyanov2008-04-211-2/+1
| * | | | | [NETNS]: The ip6_fib_timer can work with garbage on net namespace stop.Pavel Emelyanov2008-04-211-1/+1
| * | | | | [IPV4]: Convert do_gettimeofday() to getnstimeofday().YOSHIFUJI Hideaki2008-04-212-10/+10
| * | | | | [IPV4]: Make icmp_sk_init() static.Adrian Bunk2008-04-211-1/+1
| * | | | | [IPV6]: Make struct ip6_prohibit_entry_template static.Adrian Bunk2008-04-211-1/+1
| * | | | | tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.cSatoru SATOH2008-04-211-1/+1
| * | | | | [NET]: Expose netdevice dev_id through sysfsDavid Woodhouse2008-04-201-0/+2
| * | | | | [ROSE]: Fix soft lockup wrt. rose_node_list_lockBernard Pidoux2008-04-201-2/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-211-9/+0
|\ \ \ \ \ \
| * | | | | | [SPARC]: Remove SunOS and Solaris binary support.David S. Miller2008-04-211-9/+0
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2008-04-211-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove documentation of non-existent sk_alloc argRusty Russell2008-04-211-1/+0
| |/ / / / / /