aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tty: Fix an ircomm warning and note another bugAlan Cox2009-01-021-2/+3
* introduce new LSM hooks where vfsmount is available.Kentaro Takeda2008-12-311-0/+4
* Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-12-308-111/+350
|\
| * Merge branch 'devel' into nextTrond Myklebust2008-12-308-111/+350
| |\
| | * rpc: add service field to new upcallOlga Kornievskaia2008-12-231-10/+16
| | * rpc: add target field to new upcallOlga Kornievskaia2008-12-231-7/+21
| | * nfsd: support callbacks with gss flavorsOlga Kornievskaia2008-12-231-0/+5
| | * rpc: allow gss callbacks to clientOlga Kornievskaia2008-12-231-0/+1
| | * rpc: pass target name down to rpc level on callbacksOlga Kornievskaia2008-12-231-0/+16
| | * nfsd: pass client principal name in rsc downcallOlga Kornievskaia2008-12-231-0/+23
| | * rpc: implement new upcall\"J. Bruce Fields\2008-12-231-20/+96
| | * rpc: store pointer to pipe inode in gss upcall message\"J. Bruce Fields\2008-12-231-8/+12
| | * rpc: use count of pipe openers to wait for first open\"J. Bruce Fields\2008-12-231-3/+61
| | * rpc: track number of users of the gss upcall pipe\"J. Bruce Fields\2008-12-231-0/+14
| | * rpc: call release_pipe only on last close\"J. Bruce Fields\2008-12-231-3/+6
| | * rpc: add an rpc_pipe_open method\"J. Bruce Fields\2008-12-231-7/+15
| | * rpc: minor gss_alloc_msg cleanup\"J. Bruce Fields\2008-12-231-12/+12
| | * rpc: factor out warning code from gss_pipe_destroy_msg\"J. Bruce Fields\2008-12-231-9/+14
| | * rpc: remove unnecessary assignment\"J. Bruce Fields\2008-12-231-1/+0
| | * sunrpc: fix code that makes auth_gss send destroy_cred message (try #2)Jeff Layton2008-12-231-5/+12
| | * optimize attribute timeouts for "noac" and "actimeo=0"Peter Staubach2008-12-231-1/+1
| | * SUNRPC: rpcsec_gss modules should not be used by out-of-tree codeTrond Myklebust2008-12-233-14/+14
| | * SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPLTrond Myklebust2008-12-232-28/+28
| | * SUNRPC: Remove the last remnant of the BKL...Trond Myklebust2008-12-232-7/+7
* | | net: Fix percpu counters deadlockHerbert Xu2008-12-296-8/+21
* | | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell2008-12-294-8/+8
* | | cls_cgroup: clean up KconfigLi Zefan2008-12-291-3/+0
* | | cls_cgroup: clean up for cgroup partLi Zefan2008-12-291-9/+14
* | | cls_cgroup: fix an oops when removing a cgroupLi Zefan2008-12-291-1/+1
* | | IPVS: Make "no destination available" message more consistent between schedulersSimon Horman2008-12-299-10/+24
* | | netns: foreach_netdev_safe is insufficient in default_device_exitEric W. Biederman2008-12-291-3/+5
* | | net: make xfrm_statistics_seq_show use generic snmp_fold_fieldRusty Russell2008-12-291-15/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-28430-12217/+14763
|\ \
| * | gro: Fix potential use after freeHerbert Xu2008-12-261-1/+4
| * | net: Init NAPI dev_list on napi_delPeter P Waskiewicz Jr2008-12-261-1/+1
| * | ipsec: Remove useless ret variableHerbert Xu2008-12-261-3/+1
| * | net/appletalk: Remove redundant testJulia Lawall2008-12-251-3/+0
| * | tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu2008-12-251-4/+8
| * | sctp: Add validity check for SCTP_PARTIAL_DELIVERY_POINT socket optionWei Yongjun2008-12-251-3/+16
| * | sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream IDWei Yongjun2008-12-251-0/+14
| * | sctp: Implement socket option SCTP_GET_ASSOC_NUMBERWei Yongjun2008-12-251-0/+35
| * | sctp: Fix a typo in socket.cWei Yongjun2008-12-251-4/+4
| * | sctp: Bring SCTP_MAXSEG socket option into ietf API extension complianceWei Yongjun2008-12-251-23/+107
| * | vlan: fix convertion to net_device_opsEric Dumazet2008-12-251-2/+20
| * | netns: igmp: make /proc/net/{igmp,mcfilter} per netnsAlexey Dobriyan2008-12-251-9/+40
| * | netns: igmp: allow IPPROTO_IGMP sockets in netnsAlexey Dobriyan2008-12-251-0/+1
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-232-2/+1
| |\ \
| * | | pkt_sched: Remove smp_wmb() in qdisc_watchdog()Jarek Poplawski2008-12-222-2/+0
| * | | net: Fix oops in dev_ifsioc()Jarek Poplawski2008-12-221-1/+3
| * | | pkt_sched: Annotate uninitialized var in sfq_enqueue()Jarek Poplawski2008-12-211-1/+1