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