| Commit message (Expand) | Author | Age |
* | [PKT_SCHED] sch_htb: use rb_first() cleanup | Akinbou Mita | 2006-10-12 |
* | [RTNETLINK]: Fix use of wrong skb in do_getlink() | Patrick McHardy | 2006-10-12 |
* | [DECNET]: Fix sfuzz hanging on 2.6.18 | Patrick McHardy | 2006-10-12 |
* | [NET]: Do not memcmp() over pad bytes of struct flowi. | David S. Miller | 2006-10-12 |
* | [NET]: Use typesafe inet_twsk() inline function instead of cast. | YOSHIFUJI Hideaki | 2006-10-12 |
* | [NET]: Use hton{l,s}() for non-initializers. | YOSHIFUJI Hideaki | 2006-10-12 |
* | [TCP]: Use TCPOLEN_TSTAMP_ALIGNED macro instead of magic number. | YOSHIFUJI Hideaki | 2006-10-12 |
* | [IPV6]: Seperate sit driver to extra module (addrconf.c changes) | Joerg Roedel | 2006-10-12 |
* | [IPV6]: Seperate sit driver to extra module | Joerg Roedel | 2006-10-12 |
* | [NET]: File descriptor loss while receiving SCM_RIGHTS | Miklos Szeredi | 2006-10-12 |
* | [SCTP]: Fix the RX queue size shown in /proc/net/sctp/assocs output. | Vlad Yasevich | 2006-10-12 |
* | [SCTP]: Fix receive buffer accounting. | Vlad Yasevich | 2006-10-12 |
* | IPsec: fix handling of errors for socket policies | Venkat Yekkirala | 2006-10-12 |
* | IPsec: correct semantics for SELinux policy matching | Venkat Yekkirala | 2006-10-12 |
* | IPsec: propagate security module errors up from flow_cache_lookup | James Morris | 2006-10-12 |
* | NetLabel: fix a cache race condition | paul.moore@hp.com | 2006-10-12 |
* | [PATCH] Finish annotations of struct vlan_ethhdr | Alexey Dobriyan | 2006-10-10 |
* | [PATCH] net/sunrpc/auth_gss/svcauth_gss.c endianness regression | Al Viro | 2006-10-10 |
* | [PATCH] strndup() would better take size_t, not int | Al Viro | 2006-10-10 |
* | [PATCH] ptrdiff_t is %t, not %z | Al Viro | 2006-10-10 |
* | [PATCH] tipc __user annotations | Al Viro | 2006-10-10 |
* | [PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpc | NeilBrown | 2006-10-06 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh | Linus Torvalds | 2006-10-04 |
|\ |
|
| * | Remove all inclusions of <linux/config.h> | Dave Jones | 2006-10-04 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-10-04 |
|\ \ |
|
| * | | [XFRM]: BEET mode | Diego Beltrami | 2006-10-04 |
| * | | [TCP]: Kill warning in tcp_clean_rtx_queue(). | David S. Miller | 2006-10-04 |
| * | | [NET_SCHED]: Remove old estimator implementation | Patrick McHardy | 2006-10-04 |
| * | | [TIPC]: fix printk warning | Jeff Garzik | 2006-10-04 |
| * | | [XFRM]: Clearing xfrm_policy_count[] to zero during flush is incorrect. | David S. Miller | 2006-10-04 |
| * | | [XFRM] STATE: Use destination address for src hash. | Masahide NAKAMURA | 2006-10-04 |
| * | | [NEIGH]: always use hash_mask under tbl lock | Julian Anastasov | 2006-10-04 |
| * | | [UDP]: Fix MSG_PROBE crash | Herbert Xu | 2006-10-04 |
| * | | [UDP6]: Fix flowi clobbering | Herbert Xu | 2006-10-04 |
| * | | [NET_SCHED]: Revert "HTB: fix incorrect use of RB_EMPTY_NODE" | Ismail Donmez | 2006-10-04 |
| * | | [NETFILTER]: ebt_mark: add or/and/xor action support to mark target | Bart De Schuymer | 2006-10-04 |
| * | | [NETFILTER]: ipt_REJECT: remove largely duplicate route_reverse function | Patrick McHardy | 2006-10-04 |
| * | | [NETFILTER]: Honour source routing for LVS-NAT | Simon Horman | 2006-10-04 |
| * | | [NETFILTER]: add type parameter to ip_route_me_harder | Simon Horman | 2006-10-04 |
| * | | [NETFILTER]: Kconfig: fix xt_physdev dependencies | Patrick McHardy | 2006-10-04 |
| |/ |
|
* | | [PATCH] knfsd: svcrpc: use consistent variable name for the reply state | J.Bruce Fields | 2006-10-04 |
* | | [PATCH] knfsd: svcrpc: gss: fix failure on SVC_DENIED in integrity case | J.Bruce Fields | 2006-10-04 |
* | | [PATCH] knfsd: svcrpc: gss: factor out some common wrapping code | J.Bruce Fields | 2006-10-04 |
* | | [PATCH] knfsd: register all RPC programs with portmapper by default | Olaf Kirch | 2006-10-04 |
* | | [PATCH] knfsd: knfsd: cache ipmap per TCP socket | Greg Banks | 2006-10-04 |
* | | [PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP | Greg Banks | 2006-10-04 |
* | | [PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfrom | NeilBrown | 2006-10-04 |
* | | [PATCH] knfsd: Replace two page lists in struct svc_rqst with one | NeilBrown | 2006-10-04 |
* | | [PATCH] knfsd: Fixed handling of lockd fail when adding nfsd socket | NeilBrown | 2006-10-04 |
* | | [PATCH] knfsd: call lockd_down when closing a socket via a write to nfsd/port... | NeilBrown | 2006-10-04 |