summaryrefslogtreecommitdiffstats
path: root/include/net/netns
AgeCommit message (Expand)AuthorLines
2012-07-30ipv4: remove rt_cache_rebuild_countEric Dumazet-2/+0
2012-07-20tcp: use hash_32() in tcp_metricsEric Dumazet-1/+1
2012-07-19ipv4: tcp: remove per net tcp_sockEric Dumazet-1/+0
2012-07-10tcp: Maintain dynamic metrics in local cache.David S. Miller-0/+3
2012-07-05ipv4: Avoid overhead when no custom FIB rules are installed.David S. Miller-0/+8
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller-0/+55
2012-06-08inetpeer: add namespace support for inetpeerGao feng-1/+2
2012-06-07netfilter: nf_ct_icmp: add namespace supportGao feng-0/+1
2012-06-07netfilter: nf_ct_icmp: add namespace supportGao feng-0/+6
2012-06-07netfilter: nf_ct_udp: add namespace supportGao feng-0/+12
2012-06-07netfilter: nf_ct_tcp: add namespace supportGao feng-0/+10
2012-06-07netfilter: nf_ct_generic: add namespace supportGao feng-0/+6
2012-06-07netfilter: nf_conntrack: prepare namespace support for l3 protocol trackersGao feng-0/+8
2012-06-07netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng-0/+12
2012-05-08netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond-0/+3
2012-04-20net ipv6: Don't use sysctl tables with .child entries.Eric W. Biederman-1/+3
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-1/+1
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker-0/+1
2012-01-27netns: Fail conspicously if someone uses net_generic at an inappropriate time.Eric W. Biederman-0/+1
2011-12-12per-netns ipv4 sysctl_tcp_memGlauber Costa-0/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet-2/+2
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2011-11-22netfilter: nf_conntrack: make event callback registration per-netnsPablo Neira Ayuso-0/+2
2011-11-14ipv6: reduce percpu needs for icmpv6msg mibsEric Dumazet-1/+1
2011-11-09ipv4: reduce percpu needs for icmpmsg mibsEric Dumazet-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-05-13net: ipv4: add IPPROTO_ICMP socket kindVasiliy Kulikov-0/+2
2011-03-24ipv4: Invalidate nexthop cache nh_saddr more correctly.David S. Miller-0/+1
2011-03-15ipvs: move struct netns_ipvsJulian Anastasov-143/+0
2011-01-19netfilter: nf_conntrack_tstamp: add flow-based timestamp extensionPablo Neira Ayuso-0/+2
2011-01-14netfilter: nf_conntrack: use is_vmalloc_addr()Patrick McHardy-3/+0
2011-01-13IPVS: netns, svc counters moved in ip_vs_ctl,cHans Schillstrom-0/+3
2011-01-13IPVS: netns, trash handlingHans Schillstrom-0/+3
2011-01-13IPVS: netns, defense work timer.Hans Schillstrom-0/+3
2011-01-13IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom-2/+35
2011-01-13IPVS: netns, connection hash got net as param.Hans Schillstrom-0/+2
2011-01-13IPVS: netns, ip_vs_stats and its procfsHans Schillstrom-0/+4
2011-01-13IPVS: netns awareness to ip_vs_syncHans Schillstrom-0/+16
2011-01-13IPVS: netns awareness to ip_vs_estHans Schillstrom-0/+4
2011-01-13IPVS: netns awareness to ip_vs_appHans Schillstrom-0/+5
2011-01-13IPVS: netns preparation for proto_sctpHans Schillstrom-0/+9
2011-01-13IPVS: netns preparation for proto_udpHans Schillstrom-0/+8
2011-01-13IPVS: netns preparation for proto_tcpHans Schillstrom-0/+8
2011-01-13IPVS: netns, prepare protocolHans Schillstrom-0/+3
2011-01-13IPVS: netns awarness to lblc shedulerHans Schillstrom-0/+4
2011-01-13IPVS: netns awarness to lblcr shedulerHans Schillstrom-0/+5
2011-01-13IPVS: netns to services part 1Hans Schillstrom-0/+8
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom-0/+25
2010-11-21netns: let net_generic take pointer-to-const argsJan Engelhardt-1/+1
2010-10-17netns: reorder fields in struct netEric Dumazet-4/+5