[NETNS][FRAGS]: Make the mem counter per-namespace.
[cascardo/linux.git] / net / ipv4 /
2008-01-28 Pavel Emelyanov[NETNS][FRAGS]: Make the mem counter per-namespace.
2008-01-28 Pavel Emelyanov[NETNS][FRAGS]: Make the nqueues counter per-namespace.
2008-01-28 Pavel Emelyanov[NETNS][FRAGS]: Make the inet_frag_queue lookup work...
2008-01-28 Pavel Emelyanov[NETNS][FRAGS]: Move ctl tables around.
2008-01-28 YOSHIFUJI Hideaki[IPV4] UDP,UDPLITE: Sparse: {__udp4_lib,udp,udplite...
2008-01-28 Denis V. Lunev[NETNS]: Pass correct namespace in ip_rt_get_source.
2008-01-28 Denis V. Lunev[NETNS]: Pass correct namespace in ip_route_input_slow.
2008-01-28 Denis V. Lunev[NETNS]: Pass correct namespace in context fib_check_nh.
2008-01-28 Denis V. Lunev[NETNS]: Pass correct namespace in fib_validate_source.
2008-01-28 Denis V. Lunev[NETNS]: Add netns parameter to inetdev_by_index.
2008-01-28 Denis V. Lunev[NETNS]: Add netns parameter to fib_lookup.
2008-01-28 Stephen Hemminger[IPV4]: ipmr sparse warnings
2008-01-28 Stephen Hemminger[IPV4]: igmp sparse warnings
2008-01-28 Jan Engelhardt[IPV4]: Enable use of 240/4 address space.
2008-01-28 Denis V. Lunev[NETNS]: Process FIB rule action in the context of...
2008-01-28 Denis V. Lunev[NETNS]: FIB rules API cleanup.
2008-01-28 Denis V. Lunev[FIB]: Add netns to fib_rules_ops.
2008-01-28 Denis V. Lunev[NETNS]: Namespace stop vs 'ip r l' race.
2008-01-28 Denis V. Lunev[NETNS]: Consolidate kernel netlink socket destruction.
2008-01-28 Denis V. Lunev[NETNS]: Memory leak on network namespace stop.
2008-01-28 Daniel Lezcano[NETNS][DST] dst: pass the dst_ops as parameter to...
2008-01-28 Eric Dumazet[IPV4] FIB_HASH: Reduce memory needs and speedup lookups
2008-01-28 Eric Dumazet[FIB]: Fix rcu_dereference() abuses in fib_trie.c
2008-01-28 Patrick McHardy[NETFILTER]: nf_conntrack: make print_conntrack functio...
2008-01-28 Patrick McHardy[NETFILTER]: nf_conntrack: remove print_conntrack funct...
2008-01-28 Patrick McHardy[NETFILTER]: kill nf_sysctl.c
2008-01-28 Denys Vlasenko[NETFILTER]: ipt_REJECT: properly handle IP options
2008-01-28 Denys Vlasenko[NETFILTER]: {ip,ip6}_tables: remove some inlines
2008-01-28 Jan Engelhardt[NETFILTER]: Rename ipt_iprange to xt_iprange
2008-01-28 Jan Engelhardt[NETFILTER]: Update modules' descriptions
2008-01-28 Jan Engelhardt[NETFILTER]: remove ipt_TOS.c
2008-01-28 Patrick McHardy[NETFILTER]: Remove some EXPERIMENTAL dependencies
2008-01-28 Stephen Hemminger[IPV4]: fib hash|trie initialization
2008-01-28 Stephen Hemminger[IPV4] fib_trie: size and statistics
2008-01-28 Eric Dumazet[FIB]: Avoid using static variables without proper...
2008-01-28 Denis V. Lunev[NETNS]: Process inet_confirm_addr in the correct names...
2008-01-28 Denis V. Lunev[IPV4]: Remove extra argument from arp_ignore.
2008-01-28 Denis V. Lunev[NETNS]: Make arp code network namespace consistent.
2008-01-28 Denis V. Lunev[ARP]: Move inet_addr_type call after simple error...
2008-01-28 Pavel Emelyanov[NETNS][RAW]: Create the /proc/net/raw(6) in each names...
2008-01-28 Pavel Emelyanov[NETNS][RAW]: Eliminate explicit init_net references.
2008-01-28 Pavel Emelyanov[NETNS][RAW]: Make /proc/net/raw(6) show per-namespace...
2008-01-28 Pavel Emelyanov[NETNS][RAW]: Make ipv[46] raw sockets lookup namespace...
2008-01-28 Eric Dumazet[FIB]: full_children & empty_children should be uint...
2008-01-28 Eric Dumazet[IPV4] fib_trie: removes a memset() call in tnode_new()
2008-01-28 David S. Miller[IPV4] FIB: Include nexthop device indexes in fib_info...
2008-01-28 Eric Dumazet[FIB]: Reduce text size of net/ipv4/fib_trie.o
2008-01-28 Stephen Hemminger[IPV4] fib_trie: Fix sparse warnings.
2008-01-28 Stephen Hemminger[IPV4] fib_trie: Add statistics.
2008-01-28 Stephen Hemminger[IPV4] FIB: printk related cleanups
2008-01-28 Stephen Hemminger[IPV4] fib_trie: fib_insert_node cleanup
2008-01-28 Stephen Hemminger[IPV4] fib_trie: Use %u for unsigned printfs.
2008-01-28 Stephen Hemminger[IPV4] fib_trie: Get rid of unused revision element.
2008-01-28 Stephen Hemminger[IPV4] fib_trie: Get rid of trie_init().
2008-01-28 Ilpo Järvinen[TCP]: Uninline tcp_is_cwnd_limited
2008-01-28 Ilpo Järvinen[TCP]: Uninline tcp_set_state
2008-01-28 David S. Miller[TCP]: Do not purge sk_forward_alloc entirely in tcp_de...
2008-01-28 Denis V. Lunev[NETNS]: Enable routing configuration in non-initial...
2008-01-28 Denis V. Lunev[NETNS]: Replace init_net with the correct context...
2008-01-28 Denis V. Lunev[NETNS]: Pass namespace through ip_rt_ioctl.
2008-01-28 Denis V. Lunev[NETNS]: Correctly fill fib_config data.
2008-01-28 Denis V. Lunev[NETNS]: Provide correct namespace for fibnl netlink...
2008-01-28 Denis V. Lunev[NETNS]: Place fib tables into netns.
2008-01-28 Denis V. Lunev[NETNS]: Namespacing IPv4 fib rules.
2008-01-28 Denis V. Lunev[NETNS]: Show routing information from correct namespac...
2008-01-28 Denis V. Lunev[NETNS]: Show routing information from correct namespac...
2008-01-28 Denis V. Lunev[NETNS]: Add netns to nl_info structure.
2008-01-28 Eric W. Biederman[NETNS]: Add netns parameter to inet_(dev_)add_type.
2008-01-28 Denis V. Lunev[NETNS]: Add netns parameter to fib_get_table/fib_new_t...
2008-01-28 Denis V. Lunev[IPV4]: Unify access to the routing tables.
2008-01-28 Denis V. Lunev[NETNS]: Refactor fib initialization so it can handle...
2008-01-28 Denis V. Lunev[IPV4]: Check fib4_rules_init failure.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace to API for routing /proc entries...
2008-01-28 Denis V. Lunev[NETNS]: Pass fib_rules_ops into default_pref method.
2008-01-28 Denis V. Lunev[NETNS]: Add netns parameter to fib_rules_(un)register.
2008-01-28 Pavel Emelyanov[NETFILTER]: Switch to using ctl_paths in nf_queue...
2008-01-28 Pavel Emelyanov[IPVS]: Switch to using ctl_paths.
2008-01-28 Rami Rosen[IPV4]: Remove unsupported DNAT (RTCF_NAT and RTCF_NAT...
2008-01-28 Ilpo Järvinen[NET]: Remove obsolete comment
2008-01-28 Ilpo Järvinen[IPVS]: Kill some bloat
2008-01-28 Eric Dumazet[NETNS]: Should build with CONFIG_SYSCTL=n
2008-01-28 Eric Dumazet[ICMP]: Avoid sparse warnings in net/ipv4/icmp.c
2008-01-28 Eric Dumazet[NET]: prot_inuse cleanups and optimizations
2008-01-28 Ilpo Järvinen[TCP]: Perform setting of common control fields in...
2008-01-28 Ilpo Järvinen[TCP]: Urgent parameter effect can be simplified.
2008-01-28 Ilpo Järvinen[TCP]: cleanup tcp_parse_options deep indented switch
2008-01-28 Eric Dumazet[NET]: Add some acquires/releases sparse annotations.
2008-01-28 Ilpo Järvinen[TCP]: Remove unnecessary local variable
2008-01-28 Ilpo Järvinen[TCP]: Code duplication removal, added tcp_bound_to_hal...
2008-01-28 Ilpo Järvinen[TCP]: cleanup tcp_{in,out}put.c style
2008-01-28 Ilpo Järvinen[TCP]: reduce tcp_output's indentation levels a bit
2008-01-28 Ilpo Järvinen[TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary
2008-01-28 Ilpo Järvinen[TCP]: Dropped unnecessary skb/sacked accessing in...
2008-01-28 Ilpo Järvinen[TCP]: Introduce tcp_wnd_end() to reduce line lengths
2008-01-28 Ilpo Järvinen[TCP]: Rename update_send_head & include related increm...
2008-01-28 Ilpo Järvinen[TCP]: Make invariant check complain about invalid...
2008-01-28 Hideo Aoki[UDP]: Add memory accounting.
2008-01-28 Hideo Aoki[NET] CORE: Introducing new memory accounting interface.
2008-01-28 Herbert Xu[IPSEC]: Move all calls to xfrm_audit_state_icvfail...
2008-01-28 Herbert Xu[IPSEC]: Fix transport-mode async resume on intput...
next