| Commit message (Expand) | Author | Age |
* | Introduce path_put() | Jan Blunck | 2008-02-15 |
* | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 2008-02-15 |
* | docbook: make a networking book and fix a few errors | Randy Dunlap | 2008-02-13 |
* | docbook: sunrpc filenames and notation fixes | Randy Dunlap | 2008-02-13 |
* | remove final fastcall users | Harvey Harrison | 2008-02-13 |
* | Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2008-02-11 |
|\ |
|
| * | SUNPRC: Fix printk format warning | Roland Dreier | 2008-02-10 |
* | | [PKT_SCHED] ematch: Fix build warning. | David S. Miller | 2008-02-10 |
* | | [NET_SCHED] sch_htb: htb_requeue fix | Jarek Poplawski | 2008-02-10 |
* | | [IPV6]: Replace using the magic constant "1024" with IP6_RT_PRIO_USER for fc_... | Rami Rosen | 2008-02-10 |
* | | [PKT_SCHED] ematch: tcf_em_destroy robustness | Stephen Hemminger | 2008-02-10 |
* | | [PKT_SCHED]: deinline functions in meta match | Stephen Hemminger | 2008-02-10 |
* | | [SCTP]: Convert sctp_dbg_objcnt to seq files. | Pavel Emelyanov | 2008-02-10 |
* | | [SCTP]: Use snmp_fold_field instead of a homebrew analogue. | Pavel Emelyanov | 2008-02-10 |
* | | [IGMP]: Optimize kfree_skb in igmp_rcv. | Denis V. Lunev | 2008-02-10 |
* | | [KEY]: Convert net/pfkey to use seq files. | Pavel Emelyanov | 2008-02-10 |
* | | [KEY]: Clean up proc files creation a bit. | Pavel Emelyanov | 2008-02-10 |
* | | [PKT_SCHED] ematch: oops from uninitialized variable (resend) | Stephen Hemminger | 2008-02-09 |
* | | Merge branch 'pending' of master.kernel.org:/pub/scm/linux/kernel/git/vxy/lks... | David S. Miller | 2008-02-09 |
|\ \ |
|
| * | | [SCTP]: Make sure the chunk is off the transmitted list prior to freeing. | Vlad Yasevich | 2008-02-06 |
| * | | [SCTP]: Fix kernel panic while received ASCONF chunk with bad serial number | Wei Yongjun | 2008-02-06 |
| * | | [SCTP]: Set ports in every address returned by sctp_getladdrs() | Vlad Yasevich | 2008-02-06 |
| * | | [SCTP]: Correctly reap SSNs when processing FORWARD_TSN chunk | Vlad Yasevich | 2008-02-06 |
| * | | [SCTP]: Kill silly inlines in ulpqueue.c | Vlad Yasevich | 2008-02-05 |
| * | | [SCTP]: Do not increase rwnd when reading partial notification. | Vlad Yasevich | 2008-02-05 |
| * | | [SCTP]: Stop claiming that this is a "reference implementation" | Vlad Yasevich | 2008-02-05 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-02-08 |
|\ \ \ |
|
| * | | | [IPSEC] flow: reorder "struct flow_cache_entry" and remove SLAB_HWCACHE_ALIGN | Eric Dumazet | 2008-02-08 |
| * | | | [DECNET] ROUTE: remove unecessary alignment | Eric Dumazet | 2008-02-08 |
| * | | | [IPSEC]: Add support for aes-ctr. | Joy Latten | 2008-02-08 |
| * | | | [TIPC]: declare proto_ops structures as 'const'. | Florian Westphal | 2008-02-07 |
| * | | | [TIPC]: Kill unused static inline (x5) | Ilpo Järvinen | 2008-02-07 |
| * | | | [TC]: oops in em_meta | Stephen Hemminger | 2008-02-07 |
| * | | | [AF_IUCV]: defensive programming of iucv_callback_txdone | Ursula Braun | 2008-02-07 |
| * | | | [AF_IUCV]: broken send_skb_q results in endless loop | Ursula Braun | 2008-02-07 |
| * | | | [IUCV]: wrong irq-disabling locking at module load time | Ursula Braun | 2008-02-07 |
| * | | | [CAN]: Minor clean-ups | Urs Thuermann | 2008-02-07 |
| * | | | [CAN]: Move proto_{,un}register() out of spin-locked region | Urs Thuermann | 2008-02-07 |
| * | | | [CAN]: Clean up module auto loading | Urs Thuermann | 2008-02-07 |
| * | | | [IPSEC] flow: Remove an unnecessary ____cacheline_aligned | Eric Dumazet | 2008-02-07 |
| * | | | [IPV4]: route: fix crash ip_route_input | Patrick McHardy | 2008-02-07 |
| * | | | [NETFILTER]: xt_iprange: add missing #include | Jan Engelhardt | 2008-02-07 |
| * | | | [NETFILTER]: xt_iprange: fix typo in address family | Patrick McHardy | 2008-02-07 |
| * | | | [NETFILTER]: nf_conntrack: fix ct_extend ->move operation | Patrick McHardy | 2008-02-07 |
| * | | | [NETFILTER]: nf_conntrack: TCP conntrack reopening fix | Jozsef Kadlecsik | 2008-02-07 |
* | | | | namespaces: mark NET_NS with "depends on NAMESPACES" | Pavel Emelyanov | 2008-02-08 |
|/ / / |
|
* | | | Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) | David Howells | 2008-02-07 |
* | | | 9p: fix p9_printfcall export | Andrew Morton | 2008-02-06 |
* | | | 9p: transport API reorganization | Eric Van Hensbergen | 2008-02-06 |
* | | | 9p: add remove function to trans_virtio | Eric Van Hensbergen | 2008-02-06 |