aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-24/+149
2008-04-27wireless: Fix compile error with wifi & ledsLuca Tettamanti1-1/+3
2008-04-27tcp: Fix slab corruption with ipv6 and tcp6fuzzEvgeniy Polyakov1-2/+1
2008-04-27ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.David L Stevens3-0/+127
2008-04-27[IPSEC]: Use digest_null directly for authHerbert Xu1-2/+1
2008-04-27sunrpc: fix missing kernel-docRandy Dunlap1-1/+1
2008-04-27can: Fix copy_from_user() results interpretationSam Ravnborg1-11/+10
2008-04-27Revert "ipv6: Fix typo in net/ipv6/Kconfig"David S. Miller1-1/+1
2008-04-27tipc: endianness annotationsAl Viro1-4/+3
2008-04-27ipv6: result of csum_fold() is already 16bit, no need to castAl Viro1-1/+1
2008-04-27[XFRM] AUDIT: Fix flowlabel text format ambibuity.YOSHIFUJI Hideaki1-1/+1
2008-04-27asm/unaligned.h doesn't work well as the very first includeAl Viro2-1/+1
2008-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-13/+35
2008-04-25net: Fix wrong interpretation of some copy_to_user() results.Pavel Emelyanov3-4/+5
2008-04-24ipv6: Fix typo in net/ipv6/KconfigMichael Beasley1-1/+1
2008-04-24ipv6 RAW: Disallow IPPROTO_IPV6-level IPV6_CHECKSUM socket option on ICMPv6 sockets.YOSHIFUJI Hideaki1-0/+18
2008-04-24tcp: tcp_probe buffer overflow and incorrect return valueTom Quetchenbach1-5/+4
2008-04-24ethtool: EEPROM dump no longer works for tg3 and natsemiMandeep Singh Baines1-0/+5
2008-04-24af_key: Fix af_key.c compiler warningBrian Haley1-3/+2
2008-04-24RxRPC: Fix a regression in the RXKAD security moduleDavid Howells1-1/+1
2008-04-24Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds11-315/+580
2008-04-24Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds14-97/+154
2008-04-24Merge branch 'devel'Trond Myklebust11-315/+580
2008-04-24SUNRPC: Invalidate the RPCSEC_GSS session if the server dropped the requestTrond Myklebust1-0/+5
2008-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-56/+94
2008-04-24[NET]: Fix heavy stack usage in seq_file output routines.Pavel Emelyanov6-50/+56
2008-04-24[AF_UNIX] Initialise UNIX sockets before general device initcallsDavid Woodhouse1-1/+5
2008-04-23[RTNETLINK]: Fix bogus ASSERT_RTNL warningPatrick McHardy1-0/+6
2008-04-23mac80211: fix use before check of Qdisc lengthRon Rindjunsky1-1/+1
2008-04-23net/mac80211/rx.c: fix off-by-oneAdrian Bunk1-1/+1
2008-04-23mac80211: Fix race between ieee80211_rx_bss_put and lookup routines.Pavel Emelyanov1-2/+5
2008-04-23mac80211: Fix n-band association problemAbhijeet Kolekar1-1/+20
2008-04-23SUNRPC: Use unsigned loop and array index in svc_init_buffer()Chuck Lever1-3/+2
2008-04-23SUNRPC: Use unsigned index when looping over arraysChuck Lever1-2/+3
2008-04-23SUNRPC: Update RPC server's TCP record marker decoderChuck Lever1-12/+12
2008-04-23SUNRPC: RPC server still uses 2.4 method for disabling TCP NagleChuck Lever1-2/+2
2008-04-23SUNRPC: remove svc_create_thread()Jeff Layton1-10/+0
2008-04-23sunrpc: make token header values less confusingKevin Coffman4-8/+8
2008-04-23gss_krb5: consistently use unsigned for seqnumKevin Coffman3-4/+4
2008-04-23net/sunrpc/svc.c: suppress unintialized var warningAndrew Morton1-1/+1
2008-04-23Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependentKevin Coffman2-5/+2
2008-04-23Correct grammer/typos in dprintksKevin Coffman1-3/+3
2008-04-23SVCRDMA: Add check for XPT_CLOSE in svc_rdma_sendTom Tucker1-0/+2
2008-04-23sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGSHarshula Jayasuriya2-4/+8
2008-04-23SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page failsJeff Layton1-3/+5
2008-04-23svcrpc: move unused field from cache_deferred_reqJ. Bruce Fields1-1/+0
2008-04-23IPv6 support for NFS server export cachesAurélien Charbon1-38/+80
2008-04-23SUNRPC: have svc_recv() check kthread_should_stop()Jeff Layton1-2/+22
2008-04-23SUNRPC: 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