aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-14Introduce path_put()Jan Blunck2-4/+4
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2-12/+13
2008-02-13docbook: make a networking book and fix a few errorsRandy Dunlap2-4/+3
2008-02-13docbook: sunrpc filenames and notation fixesRandy Dunlap3-7/+8
2008-02-13remove final fastcall usersHarvey Harrison3-5/+5
2008-02-11Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+2
2008-02-10SUNPRC: Fix printk format warningRoland Dreier1-1/+2
2008-02-10[PKT_SCHED] ematch: Fix build warning.David S. Miller1-1/+1
2008-02-09[NET_SCHED] sch_htb: htb_requeue fixJarek Poplawski1-3/+10
2008-02-09[IPV6]: Replace using the magic constant "1024" with IP6_RT_PRIO_USER for fc_metric.Rami Rosen1-2/+2
2008-02-09[PKT_SCHED] ematch: tcf_em_destroy robustnessStephen Hemminger1-2/+3
2008-02-09[PKT_SCHED]: deinline functions in meta matchStephen Hemminger1-3/+3
2008-02-09[SCTP]: Convert sctp_dbg_objcnt to seq files.Pavel Emelyanov1-41/+44
2008-02-09[SCTP]: Use snmp_fold_field instead of a homebrew analogue.Pavel Emelyanov1-21/+2
2008-02-09[IGMP]: Optimize kfree_skb in igmp_rcv.Denis V. Lunev1-7/+6
2008-02-09[KEY]: Convert net/pfkey to use seq files.Pavel Emelyanov1-35/+57
2008-02-09[KEY]: Clean up proc files creation a bit.Pavel Emelyanov1-8/+27
2008-02-09[PKT_SCHED] ematch: oops from uninitialized variable (resend)Stephen Hemminger1-3/+2
2008-02-09Merge branch 'pending' of master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-devDavid S. Miller27-131/+149
2008-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds17-99/+119
2008-02-08namespaces: mark NET_NS with "depends on NAMESPACES"Pavel Emelyanov1-1/+1
2008-02-07[IPSEC] flow: reorder "struct flow_cache_entry" and remove SLAB_HWCACHE_ALIGNEric Dumazet1-2/+2
2008-02-07[DECNET] ROUTE: remove unecessary alignmentEric Dumazet1-1/+1
2008-02-07[IPSEC]: Add support for aes-ctr.Joy Latten1-0/+17
2008-02-07[TIPC]: declare proto_ops structures as 'const'.Florian Westphal1-7/+7
2008-02-07[TIPC]: Kill unused static inline (x5)Ilpo Järvinen3-23/+0
2008-02-07[TC]: oops in em_metaStephen Hemminger1-4/+6
2008-02-07[AF_IUCV]: defensive programming of iucv_callback_txdoneUrsula Braun1-7/+14
2008-02-07[AF_IUCV]: broken send_skb_q results in endless loopUrsula Braun1-1/+7
2008-02-07[IUCV]: wrong irq-disabling locking at module load timeUrsula Braun1-2/+2
2008-02-07[CAN]: Minor clean-upsUrs Thuermann1-15/+9
2008-02-07[CAN]: Move proto_{,un}register() out of spin-locked regionUrs Thuermann1-13/+14
2008-02-07[CAN]: Clean up module auto loadingUrs Thuermann1-12/+6
2008-02-07[IPSEC] flow: Remove an unnecessary ____cacheline_alignedEric Dumazet1-1/+1
2008-02-07[IPV4]: route: fix crash ip_route_inputPatrick McHardy1-1/+1
2008-02-07[NETFILTER]: xt_iprange: add missing #includeJan Engelhardt1-0/+1
2008-02-07[NETFILTER]: xt_iprange: fix typo in address familyPatrick McHardy1-1/+1
2008-02-07[NETFILTER]: nf_conntrack: fix ct_extend ->move operationPatrick McHardy2-4/+5
2008-02-07[NETFILTER]: nf_conntrack: TCP conntrack reopening fixJozsef Kadlecsik1-6/+26
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-3/+3
2008-02-06[SCTP]: Make sure the chunk is off the transmitted list prior to freeing.Vlad Yasevich2-1/+4
2008-02-06[SCTP]: Fix kernel panic while received ASCONF chunk with bad serial numberWei Yongjun1-3/+3
2008-02-06[SCTP]: Set ports in every address returned by sctp_getladdrs()Vlad Yasevich1-0/+6
2008-02-06[SCTP]: Correctly reap SSNs when processing FORWARD_TSN chunkVlad Yasevich1-3/+20
2008-02-069p: fix p9_printfcall exportAndrew Morton1-2/+2
2008-02-069p: transport API reorganizationEric Van Hensbergen6-1145/+1187
2008-02-069p: add remove function to trans_virtioEric Van Hensbergen1-0/+19
2008-02-069p: Convert semaphore to spinlock for p9_idpoolAnthony Liguori1-12/+8
2008-02-069p: Fix soft lockup in virtio transportEric Van Hensbergen1-1/+1
2008-02-069p: block-based virtio clientEric Van Hensbergen2-151/+227