[PATCH] IB: clean up user access config options
[safe/jmp/linux-2.6] / net / ipv4 /
2005-09-06 Herbert Xu[TCP]: Fix TCP_OFF() bug check introduced by previous...
2005-09-06 Adrian Bunk[IPV4]: net/ipv4/ipconfig.c should #include <linux...
2005-09-02 David S. Miller[TCP]: Keep TSO enabled even during loss events.
2005-09-02 Herbert Xu[TCP]: Fix sk_forward_alloc underflow in tcp_sendmsg
2005-09-02 Herbert Xu[NET]: Add sk_stream_wmem_schedule
2005-09-02 Jesper Juhl[CRYPTO]: crypto_free_tfm() callers no longer need...
2005-09-02 KOVACS Krisztian[NETFILTER]: CLUSTERIP: fix memcpy() length typo
2005-08-29 Harald Welte[NETFILTER]: Add new iptables TTL target
2005-08-29 Eric Dumazet[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_...
2005-08-29 David S. Miller[LIB]: Make TEXTSEARCH_BM plain tristate like the others
2005-08-29 Robert Olsson[IPV4]: Convert FIB Trie to RCU.
2005-08-29 Robert Olsson[IPV4]: Prepare FIB core for RCU.
2005-08-29 Ralf Baechle[IPV4]: Module export of ip_rcv() no longer needed.
2005-08-29 Stephen Hemminger[IPV4]: FIB trie cleanup
2005-08-29 Arnaldo Carvalho... [ICSK]: Generalise tcp_listen_poll
2005-08-29 Patrick McHardy[NETFILTER]: Add goto target
2005-08-29 Pablo Neira Ayuso[NETFILTER]: Add string match
2005-08-29 Thomas Graf[IPV4]: ip_finish_output() can be inlined
2005-08-29 Thomas Graf[IPV4]: Remove some dead code from ip_forward()
2005-08-29 Thomas Graf[IPV4]: Avoid common branch mispredictions in ip_rcv_fi...
2005-08-29 Thomas Graf[IPV4]: Move ip options parsing out of ip_rcv_finish()
2005-08-29 Thomas Graf[IPV4]: Avoid common branch misprediction while checkin...
2005-08-29 Thomas Graf[IPV4]: Consistency and whitespace cleanup of ip_rcv()
2005-08-29 David S. Miller[IPVS]: ipv4_table --> ipvs_ipv4_table
2005-08-29 David S. Miller[NET]: Implement SKB fast cloning.
2005-08-29 David S. Miller[IPVS]: Rename tcp_{init,exit}() --> ip_vs_tcp_{init...
2005-08-29 Arnaldo Carvalho... [IP]: Introduce ip_options_get_from_user
2005-08-29 Arnaldo Carvalho... [NET]: Fix sparse warnings
2005-08-29 Patrick McHardy[NETLINK]: Add "groups" argument to netlink_kernel_create
2005-08-29 Patrick McHardy[NETLINK]: Convert netlink users to use group numbers...
2005-08-29 Patrick McHardy[NETLINK]: Remove unused groups member from struct...
2005-08-29 Christoph Hellwig[NETFILTER]: Remove tasklist_lock abuse in ipt{,6}owner
2005-08-29 Gary Wayne Smith[NETFILTER]: Make NETMAP target usable in OUTPUT
2005-08-29 Patrick McHardy[NETFILTER]: Don't exclude local packets from MASQUERADING
2005-08-29 Patrick McHardy[NET]: Store skb->timestamp as offset to a base timestamp
2005-08-29 Patrick McHardy[NETFILTER]: Nicer names for ipt_connbytes constants
2005-08-29 Patrick McHardy[NETFILTER]: Fix div64_64 in ipt_connbytes
2005-08-29 Harald Welte[NETFILTER]: Add new iptables "connbytes" match
2005-08-29 Arnaldo Carvalho... [INET_DIAG]: Move the tcp_diag interface to the proper...
2005-08-29 Arnaldo Carvalho... [INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]
2005-08-29 Arnaldo Carvalho... [TCPDIAG]: Just rename everything to inet_diag
2005-08-29 Arnaldo Carvalho... [TCPDIAG]: Introduce inet_diag_{register,unregister}
2005-08-29 Arnaldo Carvalho... [INET6_HASHTABLES]: Move inet6_lookup functions to...
2005-08-29 Arnaldo Carvalho... [IPV6]: Generalise the tcp_v6_lookup routines
2005-08-29 Arnaldo Carvalho... [TCPDIAG]: Introduce CONFIG_IP_TCPDIAG_DCCP
2005-08-29 Arnaldo Carvalho... [TCPDIAG]: Implement cheapest way of supporting DCCPDIA...
2005-08-29 Arnaldo Carvalho... [ICSK]: Move TCP congestion avoidance members to icsk
2005-08-29 Patrick McHardy[NET]: Make NETDEBUG pure printk wrappers
2005-08-29 Arnaldo Carvalho... [TIMEWAIT]: Move inet_timewait_death_row routines to...
2005-08-29 Arnaldo Carvalho... [TIMEWAIT]: Introduce inet_timewait_death_row
2005-08-29 Harald Welte[NETFILTER]: New iptables DCCP protocol header match
2005-08-29 Stephen Hemmigner[IPV4]: fib_trie: Use const
2005-08-29 Robert Olsson[IPV4]: fib_trie: Use ERR_PTR to handle errno return
2005-08-29 Olof Johansson[IPV4]: FIB Trie cleanups.
2005-08-29 Yasuyuki Kozakai[NETFILTER]: return ENOMEM when ip_conntrack_alloc...
2005-08-29 Harald Welte[NETFILTER]: add /proc/net/netfilter interface to nf_queue
2005-08-29 Harald Welte[NETFILTER]: ip{6}_queue: prevent unregistration race...
2005-08-29 Harald Welte[NETFILTER]: move conntrack helper buffers from BSS...
2005-08-29 Arnaldo Carvalho... [INET]: Make inet_create try to load protocol modules
2005-08-29 Arnaldo Carvalho... [ICSK]: Move generalised functions from tcp to inet_con...
2005-08-29 Arnaldo Carvalho... [NET]: Export symbols needed by the current DCCP code
2005-08-29 Arnaldo Carvalho... [ICSK]: Introduce reqsk_queue_prune from code in tcp_sy...
2005-08-29 Arnaldo Carvalho... [ICSK]: Generalise tcp_listen_{start,stop}
2005-08-29 Arnaldo Carvalho... [ICSK]: Introduce inet_csk_clone
2005-08-29 Arnaldo Carvalho... [NET]: Just move the inet_connection_sock function...
2005-08-29 Arnaldo Carvalho... [NET]: Introduce inet_connection_sock
2005-08-29 Arnaldo Carvalho... [SOCK]: Introduce sk_clone
2005-08-29 Arnaldo Carvalho... [INET_TWSK]: Introduce inet_twsk_alloc
2005-08-29 Arnaldo Carvalho... [INET]: Generalise the TCP sock ID lookup routines
2005-08-29 Arnaldo Carvalho... [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets
2005-08-29 Arnaldo Carvalho... [INET]: Generalise tcp_v4_lookup_listener
2005-08-29 Arnaldo Carvalho... [INET]: Generalise tcp_v4_hash & tcp_unhash
2005-08-29 Arnaldo Carvalho... [TCP]: Move the tcp sock states to net/tcp_states.h
2005-08-29 Arnaldo Carvalho... [INET]: Generalise the tcp_listen_ lock routines
2005-08-29 Arnaldo Carvalho... [INET]: Move tcp_port_rover to inet_hashinfo
2005-08-29 Arnaldo Carvalho... [INET]: Generalise tcp_bind_hash & tcp_inherit_port
2005-08-29 Pablo Neira Ayuso[NETFILTER]: fix list traversal order in ctnetlink
2005-08-29 Pablo Neira Ayuso[NETFILTER]: Fix typo in ctnl_exp_cb array (no bug...
2005-08-29 Pablo Neira Ayuso[NETFILTER]: fix conntrack refcount leak in unlink_expect()
2005-08-29 Pablo Neira Ayuso[NETFILTER]: ctnetlink: make sure event order is correct
2005-08-29 Harald Welte[NETFILTER]: don't use nested attributes for conntrack_...
2005-08-29 Harald Welte[NETFILTER]: attribute count is an attribute of message...
2005-08-29 Harald Welte[NETFILTER]: fix ctnetlink 'create_expect' parsing
2005-08-29 Pablo Neira[NETFILTER]: conntrack_netlink: Fix locking during...
2005-08-29 Pablo Neira[NETFILTER]: remove bogus memset() calls from ip_conntr...
2005-08-29 Patrick McHardy[NETFILTER]: Fix multiple problems with the conntrack...
2005-08-29 Arnaldo Carvalho... [INET]: Move bind_hash from tcp_sk to inet_sk
2005-08-29 Arnaldo Carvalho... [INET]: Move the TCP hashtable functions/structs to...
2005-08-29 Arnaldo Carvalho... [INET]: Just rename the TCP hashtable functions/structs...
2005-08-29 Arnaldo Carvalho... [INET]: Move the TCP ehash functions to include/net...
2005-08-29 Harald Welte[NETFILTER]: Extend netfilter logging API
2005-08-29 Arnaldo Carvalho... [INET]: Introduce inet_sk_rebuild_header
2005-08-29 Arnaldo Carvalho... [SOCK]: Introduce sk_setup_caps
2005-08-29 Arnaldo Carvalho... [SOCK]: Rename __tcp_v4_rehash to __sk_prot_rehash
2005-08-29 Arnaldo Carvalho... [NET]: Cleanup INET_REFCNT_DEBUG code
2005-08-29 Patrick McHardy[IPV4/6]: Check if packet was actually delivered to...
2005-08-29 Harald Welte[NETFILTER]: Add "nfnetlink_queue" netfilter queue...
2005-08-29 Harald Welte[NETFILTER]: Core changes required by upcoming nfnetlin...
2005-08-29 Harald Welte[NETFILTER]: Move reroute-after-queue code up to the...
2005-08-29 Harald Welte[NETLINK]: Add properly module refcounting for kernel...
next