aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev
2008-03-27[ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB accessThomas Graf
2008-03-26[IPSEC]: Fix BEET outputHerbert Xu
2008-03-26[ICMP]: Dst entry leak in icmp_send host re-lookup code (v2).Pavel Emelyanov
2008-03-26[NETNS][ICMP]: Build fix for NET_NS=n case (dev->nd_net is omitted).Pavel Emelyanov
2008-03-26[NETNS][ICMP]: Use per-net sysctls in ipv4/icmp.c.Pavel Emelyanov
2008-03-26[NETNS][ICMP]: Make ctl tables for ICMP sysctls per-net.Pavel Emelyanov
2008-03-26[NETNS][ICMP]: Move ICMP sysctls on struct net.Pavel Emelyanov
2008-03-26[NETNS][ICMP]: Register pernet subsys to make ICMP sysctls per-net.Pavel Emelyanov
2008-03-25[NETFILTER]: nf_conntrack_sip: update copyrightPatrick McHardy
2008-03-25[NETFILTER]: nf_conntrack_sip: RTP routing optimizationPatrick McHardy
2008-03-25[NETFILTER]: nf_nat_sip: split up SDP manglingPatrick McHardy
2008-03-25[NETFILTER]: nf_conntrack_sip: create RTCP expectationsPatrick McHardy
2008-03-25[NETFILTER]: nf_conntrack_sip: create signalling expectationsPatrick McHardy
2008-03-25[NETFILTER]: nf_nat_sip: translate all Contact headersPatrick McHardy
2008-03-25[NETFILTER]: nf_nat_sip: translate all Via headersPatrick McHardy
2008-03-25[NETFILTER]: nf_conntrack_sip: perform NAT after parsingPatrick McHardy
2008-03-25[NETFILTER]: nf_nat_sip: get rid of text based header translationPatrick McHardy
2008-03-25[NETFILTER]: nf_conntrack_sip: parse SIP headers properlyPatrick McHardy
2008-03-25[NETFILTER]: nf_conntrack_sip: kill request URI "header" definitionsPatrick McHardy
2008-03-25[NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing functionPatrick McHardy
2008-03-25[NETFILTER]: nf_conntrack_sip: use strlen/strcmpPatrick McHardy
2008-03-25[NETFILTER]: nf_conntrack_sip: remove redundant function argumentsPatrick McHardy
2008-03-25[NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet manglingPatrick McHardy
2008-03-25[NETFILTER]: nf_nat_sip: fix NAT setup orderPatrick McHardy
2008-03-25[NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy
2008-03-25[NETFILTER]: ipt_CLUSTERIP: fix non-existant macro-namePatrick McHardy
2008-03-26[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-25[IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.YOSHIFUJI Hideaki
2008-03-24[NETNS]: Enable TCP/UDP/ICMP inside namespace.Denis V. Lunev
2008-03-24[NETNS]: Allow to create sockets in non-initial namespace.Denis V. Lunev
2008-03-24[NETNS]: Drop packets in the non-initial namespace on the per/protocol basis.Denis V. Lunev
2008-03-24[NETNS]: Process INET socket layer in the correct namespace.Denis V. Lunev
2008-03-24[NETNS]: Process IP layer in the context of the correct namespace.Denis V. Lunev
2008-03-24[NETNS]: Add namespace parameter to ip_cmsg_send.Denis V. Lunev
2008-03-24[NETNS]: Add namespace parameter to ip_options_get(...).Denis V. Lunev
2008-03-24[NETNS]: Add namespace parameter to ip_options_compile.Denis V. Lunev
2008-03-24[NETNS]: /proc/net/arp namespacing.Denis V. Lunev
2008-03-24[NETNS]: Process ARP in the context of the correct namespace.Denis V. Lunev
2008-03-24[NETNS][UDP-Lite]: Register /proc/net/udplite(6) in a namespace.Pavel Emelyanov
2008-03-24[UDP-Lite]: Clean up proc creation a bit.Pavel Emelyanov
2008-03-24[NETNS][TCP]: Register /proc/net/tcp in a namespace.Pavel Emelyanov
2008-03-24[NETNS][UDP]: Register /proc/net/udp in a namespace.Pavel Emelyanov
2008-03-24[IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA
2008-03-23Merge branch 'master' of ../net-2.6/David S. Miller
2008-03-23fib_trie: print information on all routing tablesStephen Hemminger