]> bbs.cooldavid.org Git - net-next-2.6.git/history - net/ipv4
[ARP]: neigh_parms_put(destroy) are essentially local to core/neighbour.c.
[net-next-2.6.git] / net / ipv4 /
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...
2008-01-28 Ilpo Järvinen[TCP]: Remove seq_rtt ptr from clean_rtx_queue args
2008-01-28 Ilpo Järvinen[TCP]: Force TSO splits to MSS boundaries
2008-01-28 Eric W. Biederman[NETNS]: Modify the neighbour table code so it handles...
2008-01-28 Paul Moore[XFRM]: RFC4303 compliant auditing
2008-01-28 Eric Dumazet[TCP]: Avoid two divides in __tcp_grow_window()
2008-01-28 Eric Dumazet[TCP]: Avoid a divide in tcp_mtu_probing()
2008-01-28 David S. Miller[TCP]: Move mss variable in tcp_mtu_probing()
2008-01-28 Eric Dumazet[TCP]: tcp_write_timeout.c cleanup
2008-01-28 Eric Dumazet[INET]: Avoid an integer divide in rt_garbage_collect()
2008-01-28 YOSHIFUJI Hideaki[TCP]: Convert several length variable to unsigned.
2008-01-28 Eric Dumazet[TCP] Avoid two divides in tcp_output.c
2008-01-28 Masahide NAKAMURA[XFRM] IPv6: Fix dst/routing check at transformation.
2008-01-28 Ilpo Järvinen[TCP]: Fix TSO deferring
2008-01-28 Pavel Emelyanov[INET]: Uninline the inet_twsk_put function.
2008-01-28 Pavel Emelyanov[INET]: Uninline the __inet_lookup_established function.
2008-01-28 Pavel Emelyanov[INET]: Uninline the __inet_hash function.
2008-01-28 Herbert Xu[IPSEC]: Rename tunnel-mode functions to avoid collisio...
2008-01-28 Patrick McHardy[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option
2008-01-28 Patrick McHardy[NETFILTER]: non-power-of-two jhash optimizations
2008-01-28 Jan Engelhardt[NETFILTER]: Parenthesize macro parameters
2008-01-28 Jan Engelhardt[NETFILTER]: Introduce nf_inet_address
2008-01-28 Jan Engelhardt[NETFILTER]: x_tables: use %u format specifiers
2008-01-28 Patrick McHardy[NETFILTER]: nf_nat: properly use RCU for ip_nat_decode...
2008-01-28 Patrick McHardy[NETFILTER]: constify nf_afinfo
2008-01-28 Patrick McHardy[NETFILTER]: nf_log: constify struct nf_logger and...
2008-01-28 Patrick McHardy[NETFILTER]: nf_log: move logging stuff to seperate...
2008-01-28 Patrick McHardy[NETFILTER]: nf_nat: pass manip type instead of hook...
2008-01-28 Patrick McHardy[NETFILTER]: nf_nat: sprinkle a few __read_mostlys
2008-01-28 Patrick McHardy[NETFILTER]: nf_nat: mark NAT protocols const
2008-01-28 Patrick McHardy[NETFILTER]: nf_nat_proto_gre: add missing module reference
2008-01-28 Patrick McHardy[NETFILTER]: ctnetlink: use netlink attribute helpers
2008-01-28 Pablo Neira Ayuso[NETFILTER]: ctnetlink: add support for NAT sequence...
2008-01-28 Patrick McHardy[NETFILTER]: arp_tables: add compat support
2008-01-28 Patrick McHardy[NETFILTER]: arp_tables: resync get_entries() with...
2008-01-28 Patrick McHardy[NETFILTER]: arp_tables: move ARPT_SO_GET_INFO handling...
2008-01-28 Patrick McHardy[NETFILTER]: arp_tables: move counter allocation to...
2008-01-28 Patrick McHardy[NETFILTER]: arp_tables: move entry and target checks...
next