summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-04-24mac80211: fix use before check of Qdisc lengthRon Rindjunsky1-1/+1
2008-04-24net/mac80211/rx.c: fix off-by-oneAdrian Bunk1-1/+1
2008-04-24mac80211: Fix race between ieee80211_rx_bss_put and lookup routines.Pavel Emelyanov1-2/+5
2008-04-24mac80211: Fix n-band association problemAbhijeet Kolekar1-1/+20
2008-04-24SUNRPC: Use unsigned loop and array index in svc_init_buffer()Chuck Lever1-3/+2
2008-04-24SUNRPC: Use unsigned index when looping over arraysChuck Lever1-2/+3
2008-04-24SUNRPC: Update RPC server's TCP record marker decoderChuck Lever1-12/+12
2008-04-24SUNRPC: RPC server still uses 2.4 method for disabling TCP NagleChuck Lever1-2/+2
2008-04-24SUNRPC: remove svc_create_thread()Jeff Layton1-10/+0
2008-04-24sunrpc: make token header values less confusingKevin Coffman4-8/+8
2008-04-24gss_krb5: consistently use unsigned for seqnumKevin Coffman3-4/+4
2008-04-24net/sunrpc/svc.c: suppress unintialized var warningAndrew Morton1-1/+1
2008-04-24Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependentKevin Coffman2-5/+2
2008-04-24Correct grammer/typos in dprintksKevin Coffman1-3/+3
2008-04-24SVCRDMA: Add check for XPT_CLOSE in svc_rdma_sendTom Tucker1-0/+2
2008-04-24sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGSHarshula Jayasuriya2-4/+8
2008-04-24SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page failsJeff Layton1-3/+5
2008-04-24svcrpc: move unused field from cache_deferred_reqJ. Bruce Fields1-1/+0
2008-04-24IPv6 support for NFS server export cachesAurélien Charbon1-38/+80
2008-04-24SUNRPC: have svc_recv() check kthread_should_stop()Jeff Layton1-2/+22
2008-04-24SUNRPC: export svc_sock_update_bufsJeff Layton1-0/+1
2008-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-42/+28
2008-04-23net: Unexport move_addr_to_{kernel,user}Adrian Bunk1-3/+0
2008-04-22[IPSEC]: Fix catch-22 with algorithm IDs above 31Herbert Xu3-2/+4
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-9/+0
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds1-1/+0
2008-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds3-3/+7
2008-04-22Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds4-4/+0
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds1-5/+11
2008-04-22Remove documentation of non-existent sk_alloc argRusty Russell1-1/+0
2008-04-22[SPARC]: Remove SunOS and Solaris binary support.David S. Miller1-9/+0
2008-04-22tcp: Make use of before macro in tcp_input.cArnd Hannemann1-1/+1
2008-04-22[NETNS]: Remove empty ->init callback.Pavel Emelyanov1-7/+0
2008-04-22[DCCP]: Convert do_gettimeofday() to getnstimeofday().YOSHIFUJI Hideaki1-11/+6
2008-04-22[NETNS]: Don't initialize err variable twice.Pavel Emelyanov1-2/+1
2008-04-22[NETNS]: The ip6_fib_timer can work with garbage on net namespace stop.Pavel Emelyanov1-1/+1
2008-04-21[IPV4]: Convert do_gettimeofday() to getnstimeofday().YOSHIFUJI Hideaki2-10/+10
2008-04-21[IPV4]: Make icmp_sk_init() static.Adrian Bunk1-1/+1
2008-04-21[IPV6]: Make struct ip6_prohibit_entry_template static.Adrian Bunk1-1/+1
2008-04-21tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.cSatoru SATOH1-1/+1
2008-04-21[NET]: Expose netdevice dev_id through sysfsDavid Woodhouse1-0/+2
2008-04-21[ROSE]: Fix soft lockup wrt. rose_node_list_lockBernard Pidoux1-2/+0
2008-04-20rose: Socket lock was not released before returning to user spaceBernard Pidoux1-2/+4
2008-04-20netfilter: Fix SIP conntrack build with NAT disabled.Patrick McHardy1-1/+2
2008-04-20netfilter: Fix SCTP nat build.Patrick McHardy1-0/+1
2008-04-20SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in useTrond Myklebust1-27/+42
2008-04-20SUNRPC: Fix a race in gss_refresh_upcall()Trond Myklebust1-3/+8
2008-04-20SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust3-2/+35
2008-04-20SUNRPC: Remove the unused export of xprt_force_disconnectTrond Myklebust1-1/+0
2008-04-20SUNRPC: remove XS_SENDMSG_RETRYTrond Myklebust1-9/+3