Age | Commit message (Expand) | Author | Files | Lines |
2008-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 8 | -39/+38 |
2008-05-02 | net: use get/put_unaligned_* helpers | Harvey Harrison | 2 | -19/+17 |
2008-05-02 | ipv4: assign PDE->data before gluing PDE into /proc tree | Denis V. Lunev | 2 | -11/+6 |
2008-05-02 | netfilter: assign PDE->data before gluing PDE into /proc tree | Denis V. Lunev | 1 | -3/+3 |
2008-05-01 | rename div64_64 to div64_u64 | Roman Zippel | 1 | -2/+2 |
2008-05-01 | net: fix returning void-valued expression warnings | Harvey Harrison | 3 | -6/+12 |
2008-04-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 16 | -77/+126 |
2008-04-30 | tcp: Overflow bug in Vegas | Lachlan Andrew | 2 | -7/+11 |
2008-04-29 | [IPv4] UFO: prevent generation of chained skb destined to UFO device | Kostya B | 1 | -15/+7 |
2008-04-29 | ipv4: annotate a few functions __init in ipconfig.c | Sam Ravnborg | 1 | -4/+4 |
2008-04-29 | Remove duplicated unlikely() in IS_ERR() | Hirofumi Nakagawa | 1 | -1/+1 |
2008-04-29 | netfilter: nf_conntrack: padding breaks conntrack hash on ARM | Philip Craig | 1 | -1/+1 |
2008-04-29 | ipv4: Update MTU to all related cache entries in ip_rt_frag_needed() | Timo Teras | 2 | -17/+24 |
2008-04-29 | net: Add compat support for getsockopt (MCAST_MSFILTER) | David L Stevens | 1 | -1/+8 |
2008-04-29 | ipvs: fix oops in backup for fwmark conn templates | Julian Anastasov | 6 | -22/+64 |
2008-04-29 | netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packets | Arnaud Ebalard | 1 | -3/+2 |
2008-04-29 | tcp: Limit cwnd growth when deferring for GSO | John Heffner | 1 | -1/+2 |
2008-04-29 | tcp: Allow send-limited cwnd to grow up to max_burst when gso disabled | John Heffner | 1 | -7/+4 |
2008-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -2/+6 |
2008-04-27 | tcp: Fix slab corruption with ipv6 and tcp6fuzz | Evgeniy Polyakov | 1 | -2/+1 |
2008-04-27 | ipv4/ipv6 compat: Fix SSM applications on 64bit kernels. | David L Stevens | 1 | -0/+5 |
2008-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -5/+4 |
2008-04-24 | tcp: tcp_probe buffer overflow and incorrect return value | Tom Quetchenbach | 1 | -5/+4 |
2008-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 5 | -45/+52 |
2008-04-24 | [NET]: Fix heavy stack usage in seq_file output routines. | Pavel Emelyanov | 5 | -45/+52 |
2008-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 4 | -13/+13 |
2008-04-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Linus Torvalds | 1 | -0/+1 |
2008-04-21 | tcp: Make use of before macro in tcp_input.c | Arnd Hannemann | 1 | -1/+1 |
2008-04-21 | [IPV4]: Convert do_gettimeofday() to getnstimeofday(). | YOSHIFUJI Hideaki | 2 | -10/+10 |
2008-04-21 | [IPV4]: Make icmp_sk_init() static. | Adrian Bunk | 1 | -1/+1 |
2008-04-21 | tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.c | Satoru SATOH | 1 | -1/+1 |
2008-04-19 | netfilter: Fix SCTP nat build. | Patrick McHardy | 1 | -0/+1 |
2008-04-18 | net: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 1 | -1/+0 |
2008-04-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 3 | -31/+57 |
2008-04-17 | [INET]: Uninline the __inet_inherit_port call. | Pavel Emelyanov | 1 | -0/+16 |
2008-04-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -26/+52 |
2008-04-16 | [NETNS]: Add netns refcnt debug for inet bind buckets. | Denis V. Lunev | 1 | -1/+2 |
2008-04-16 | [NETNS]: Add netns refcnt debug into fib_info. | Denis V. Lunev | 1 | -1/+2 |
2008-04-16 | [NETNS]: Add netns refcnt debug for timewait buckets. | Denis V. Lunev | 1 | -1/+2 |
2008-04-16 | [SIT]: Allow for IPPROTO_IPV6 protocol in namespaces. | Pavel Emelyanov | 1 | -0/+1 |
2008-04-16 | [GRE]: Allow for IPPROTO_GRE protocol in namespaces. | Pavel Emelyanov | 1 | -0/+1 |
2008-04-16 | [GRE]: Allow to create IPGRE tunnels in net namespaces. | Pavel Emelyanov | 1 | -0/+3 |
2008-04-16 | [GRE]: Use proper net in routing calls. | Pavel Emelyanov | 1 | -6/+6 |
2008-04-16 | [GRE]: Make tunnels hashes per-net. | Pavel Emelyanov | 1 | -34/+31 |
2008-04-16 | [GRE]: Make the fallback tunnel device per-net. | Pavel Emelyanov | 1 | -31/+32 |
2008-04-16 | [GRE]: Use proper net in hash-lookup functions. | Pavel Emelyanov | 1 | -2/+2 |
2008-04-16 | [GRE]: Add net/gre_net argument to some functions. | Pavel Emelyanov | 1 | -19/+32 |
2008-04-16 | [GRE]: Introduce empty ipgre_net structure and net init/exit ops. | Pavel Emelyanov | 1 | -0/+49 |
2008-04-16 | [IPIP]: Allow for IPPROTO_IPIP protocol in namespaces. | Pavel Emelyanov | 1 | -0/+1 |
2008-04-16 | [IPIP]: Allow to create IPIP tunnels in net namespaces. | Pavel Emelyanov | 1 | -0/+3 |