summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-12-24nfsd: pass client principal name in rsc downcallOlga Kornievskaia1-0/+23
2008-12-24rpc: implement new upcall\"J. Bruce Fields\1-20/+96
2008-12-24rpc: store pointer to pipe inode in gss upcall message\"J. Bruce Fields\1-8/+12
2008-12-24rpc: use count of pipe openers to wait for first open\"J. Bruce Fields\1-3/+61
2008-12-24rpc: track number of users of the gss upcall pipe\"J. Bruce Fields\1-0/+14
2008-12-24rpc: call release_pipe only on last close\"J. Bruce Fields\1-3/+6
2008-12-24rpc: add an rpc_pipe_open method\"J. Bruce Fields\1-7/+15
2008-12-24rpc: minor gss_alloc_msg cleanup\"J. Bruce Fields\1-12/+12
2008-12-24rpc: factor out warning code from gss_pipe_destroy_msg\"J. Bruce Fields\1-9/+14
2008-12-24rpc: remove unnecessary assignment\"J. Bruce Fields\1-1/+0
2008-12-23sunrpc: fix code that makes auth_gss send destroy_cred message (try #2)Jeff Layton1-5/+12
2008-12-23optimize attribute timeouts for "noac" and "actimeo=0"Peter Staubach1-1/+1
2008-12-23SUNRPC: rpcsec_gss modules should not be used by out-of-tree codeTrond Myklebust3-14/+14
2008-12-23SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPLTrond Myklebust2-28/+28
2008-12-23SUNRPC: Remove the last remnant of the BKL...Trond Myklebust2-7/+7
2008-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-98/+61
2008-12-15Phonet: keep TX queue disabled when the device is offRémi Denis-Courmont1-5/+22
2008-12-15SCHED: netem: Correct documentation comment in code.Jesper Dangaard Brouer1-3/+0
2008-12-15netfilter: update rwlock initialization for nat_tableSteven Rostedt1-1/+1
2008-12-12netlabel: Compiler warning and NULL pointer dereference fixPaul Moore1-18/+20
2008-12-10netpoll: fix race on poll_list resulting in garbage entryNeil Horman1-0/+2
2008-12-10ipv6: silence log messages for locally generated multicastJan Sembera1-1/+6
2008-12-09tcp: tcp_vegas cong avoid fix Doug Leith1-70/+10
2008-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-38/+85
2008-12-08tproxy: fixe a possible read from an invalid location in the socket matchBalazs Scheidler1-1/+1
2008-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2008-12-05mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah1-1/+1
2008-12-05tcp: tcp_vegas ssthresh bug fixDoug Leith1-0/+2
2008-12-05can: omit received RTR frames for single ID filter listsOliver Hartkopp1-1/+4
2008-12-05ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc tableChas Williams1-1/+5
2008-12-04tcp: make urg+gso work for real this timeIlpo Järvinen1-12/+10
2008-12-04Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+7
2008-12-04can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp2-18/+52
2008-12-04Phonet: do not dump addresses from other namespacesremi.denis-courmont@nokia1-0/+3
2008-12-03netlabel: Fix a potential NULL pointer dereferencePaul Moore1-4/+6
2008-12-03xfrm: Fix kernel panic when flush and dump SPD entriesWei Yongjun1-0/+1
2008-11-27net: Fix soft lockups/OOM issues w/ unix garbage collectordann frazier2-3/+12
2008-11-27Phonet: fix oops in phonet_address_del() on non-Phonet deviceRémi Denis-Courmont1-1/+1
2008-11-26netfilter: ctnetlink: fix GFP_KERNEL allocation under spinlockPatrick McHardy1-1/+1
2008-11-26net: make skb_truesize_bug() call WARN()Arjan van de Ven1-1/+1
2008-11-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-2/+10
2008-11-26net/wireless/reg.c: fix bad WARN_ON in if statementIngo Molnar1-2/+2
2008-11-26mac80211 : Fix setting ad-hoc mode and non-ibss channelAbhijeet Kolekar1-0/+8
2008-11-25rose: zero length frame filtering in af_rose.cBernard Pidoux1-0/+10
2008-11-25bridge: netfilter: fix update_pmtu crash with GREHerbert Xu1-0/+13
2008-11-25netfilter: ctnetlink: fix conntrack creation racePatrick McHardy2-4/+3
2008-11-24Add a reference to sunrpc in svc_addsockTom Tucker1-2/+7
2008-11-22net: Fix memory leak in the proto_register functionCatalin Marinas1-19/+12
2008-11-22tcp: Do not use TSO/GSO when there is urgent dataPetr Tesarik1-2/+5
2008-11-21SUNRPC: Fix a performance regression in the RPC authentication codeTrond Myklebust1-2/+18