aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-04ip: Use inline function dst_metric() instead of direct access to dst->metric[]Satoru SATOH2-15/+16
2008-05-04ip: Make use of the inline function dst_metric_locked()Satoru SATOH1-1/+1
2008-05-02net: use get/put_unaligned_* helpersHarvey Harrison2-19/+17
2008-05-02ipv4: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2-11/+6
2008-05-02netfilter: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev1-3/+3
2008-05-01net: fix returning void-valued expression warningsHarvey Harrison3-6/+12
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds16-77/+126
2008-04-30tcp: Overflow bug in VegasLachlan Andrew2-7/+11
2008-04-29[IPv4] UFO: prevent generation of chained skb destined to UFO deviceKostya B1-15/+7
2008-04-29ipv4: annotate a few functions __init in ipconfig.cSam Ravnborg1-4/+4
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-29netfilter: nf_conntrack: padding breaks conntrack hash on ARMPhilip Craig1-1/+1
2008-04-29ipv4: Update MTU to all related cache entries in ip_rt_frag_needed()Timo Teras2-17/+24
2008-04-29net: Add compat support for getsockopt (MCAST_MSFILTER)David L Stevens1-1/+8
2008-04-29ipvs: fix oops in backup for fwmark conn templatesJulian Anastasov6-22/+64
2008-04-29netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packetsArnaud Ebalard1-3/+2
2008-04-29tcp: Limit cwnd growth when deferring for GSOJohn Heffner1-1/+2
2008-04-29tcp: Allow send-limited cwnd to grow up to max_burst when gso disabledJohn Heffner1-7/+4
2008-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+6
2008-04-27tcp: Fix slab corruption with ipv6 and tcp6fuzzEvgeniy Polyakov1-2/+1
2008-04-27ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.David L Stevens1-0/+5
2008-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+4
2008-04-24tcp: tcp_probe buffer overflow and incorrect return valueTom Quetchenbach1-5/+4
2008-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-45/+52
2008-04-24[NET]: Fix heavy stack usage in seq_file output routines.Pavel Emelyanov5-45/+52
2008-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-13/+13
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2008-04-21tcp: Make use of before macro in tcp_input.cArnd Hannemann1-1/+1
2008-04-21[IPV4]: Convert do_gettimeofday() to getnstimeofday().YOSHIFUJI Hideaki2-10/+10
2008-04-21[IPV4]: Make icmp_sk_init() static.Adrian Bunk1-1/+1
2008-04-21tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.cSatoru SATOH1-1/+1
2008-04-19netfilter: Fix SCTP nat build.Patrick McHardy1-0/+1
2008-04-18net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller3-31/+57
2008-04-17[INET]: Uninline the __inet_inherit_port call.Pavel Emelyanov1-0/+16
2008-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-26/+52
2008-04-16[NETNS]: Add netns refcnt debug for inet bind buckets.Denis V. Lunev1-1/+2
2008-04-16[NETNS]: Add netns refcnt debug into fib_info.Denis V. Lunev1-1/+2
2008-04-16[NETNS]: Add netns refcnt debug for timewait buckets.Denis V. Lunev1-1/+2
2008-04-16[SIT]: Allow for IPPROTO_IPV6 protocol in namespaces.Pavel Emelyanov1-0/+1
2008-04-16[GRE]: Allow for IPPROTO_GRE protocol in namespaces.Pavel Emelyanov1-0/+1
2008-04-16[GRE]: Allow to create IPGRE tunnels in net namespaces.Pavel Emelyanov1-0/+3
2008-04-16[GRE]: Use proper net in routing calls.Pavel Emelyanov1-6/+6
2008-04-16[GRE]: Make tunnels hashes per-net.Pavel Emelyanov1-34/+31
2008-04-16[GRE]: Make the fallback tunnel device per-net.Pavel Emelyanov1-31/+32
2008-04-16[GRE]: Use proper net in hash-lookup functions.Pavel Emelyanov1-2/+2
2008-04-16[GRE]: Add net/gre_net argument to some functions.Pavel Emelyanov1-19/+32
2008-04-16[GRE]: Introduce empty ipgre_net structure and net init/exit ops.Pavel Emelyanov1-0/+49
2008-04-16[IPIP]: Allow for IPPROTO_IPIP protocol in namespaces.Pavel Emelyanov1-0/+1
2008-04-16[IPIP]: Allow to create IPIP tunnels in net namespaces.Pavel Emelyanov1-0/+3