[NET]: Introduce inet_connection_sock
[deliverable/linux.git] / net / ipv4 /
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...
2005-08-29  Harald Welte[NETFILTER]: Move ipv4 specific code from net/core...
2005-08-29  Harald Welte[NETFILTER]: Rename skb_ip_make_writable() to skb_make_...
2005-08-29  Patrick McHardy[NETFILTER]: C99 initizalizers for NAT protocols
2005-08-29  Adrian Bunk[IPV4]: possible cleanups
2005-08-29  David S. Miller[NET]: Kill skb->real_dev
2005-08-29  Arnaldo Carvalho... [REQSK]: Move the syn_table destroy from tcp_listen_sto...
2005-08-29  Harald Welte[NETFILTER]: Add ctnetlink subsystem
2005-08-29  Harald Welte[NETFILTER]: connection tracking event notifiers
2005-08-29  David S. Miller[NET]: Kill skb->list
2005-08-29  Harald Welte[NETFILTER]: reduce netfilter sk_buff enlargement
2005-08-29  Harald Welte[NETFILTER]: convert nfmark and conntrack mark to 32bit
2005-08-29  Jeff GarzikMerge /spare/repo/linux-2.6/
2005-08-29  Linus TorvaldsMerge HEAD from /home/rmk/linux-2.6-arm.git
2005-08-29  Linus TorvaldsMerge HEAD from /home/rmk/linux-2.6-mmc.git
2005-08-29  Linus TorvaldsMerge HEAD from /home/rmk/linux-2.6-serial.git
2005-08-29  Linus TorvaldsMerge HEAD from /home/rmk/linux-2.6-ucb.git
2005-08-29  Linus TorvaldsMerge refs/heads/upstream from /linux/kernel/git/jgarzi...
2005-08-29  Linus TorvaldsMerge refs/heads/upstream from /linux/kernel/git/jgarzi...
2005-08-28  Linus TorvaldsMerge refs/heads/upstream-fixes from /linux/kernel...
2005-08-26  Linus TorvaldsMerge HEAD from /linux/kernel/git/davem/net-2.6.git
2005-08-24  Patrick McHardy[FIB_TRIE]: Don't ignore negative results from fib_sema...
2005-08-24  Jeff GarzikMerge upstream into 'upstream' branch of netdev-2.6...
2005-08-24  Jeff GarzikMerge /spare/repo/linux-2.6/
2005-08-24  Linus TorvaldsMerge head 'upstream-fixes' of /linux/kernel/git/jgarzi...
2005-08-24  Linus TorvaldsMerge head 'upstream-fixes' of /linux/kernel/git/jgarzi...
2005-08-23  Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2005-08-23  David S. Miller[TCP]: Document non-trivial locking path in tcp_v{4...
2005-08-23  David S. Miller[TCP]: Unconditionally clear TCP_NAGLE_PUSH in skb_enta...
2005-08-23  Patrick McHardy[NETFILTER]: Fix HW checksum handling in ip_queue/ip6_queue
2005-08-23  Dave Johnson[IPV4]: Fix negative timer loop with lots of ipv4 peers.
2005-08-23  Dmitry Yusupov[TCP]: Do TSO deferral even if tail SKB can go out...
2005-08-23  Tony LuckPull prarit-bus-sysdata into release branch
2005-08-23  Jeff GarzikMerge /spare/repo/linux-2.6/
2005-08-22  Tony LuckAuto-update from upstream
2005-08-21  Patrick McHardy[NETFILTER]: Fix HW checksum handling in TCPMSS target
2005-08-21  Patrick McHardy[NETFILTER]: Fix HW checksum handling in ECN target
2005-08-21  Patrick McHardy[NETFILTER]: Fix ECN target TCP marking
2005-08-19  Jeff GarzikMerge /spare/repo/linux-2.6/
2005-08-18  Linus TorvaldsMerge /pub/scm/linux/kernel/git/bart/ide-2.6
2005-08-18  Linus TorvaldsMerge head 'upstream-fixes' of /linux/kernel/git/jgarzi...
2005-08-18  Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/sparc-2.6
2005-08-18  Herbert Xu[IPCOMP]: Fix false smp_processor_id warning
2005-08-18  Patrick McHardy[IPV4]: Fix DST leak in icmp_push_reply()
2005-08-17  Linus TorvaldsMerge /pub/scm/linux/kernel/git/aia21/ntfs-2.6
2005-08-17  Linus TorvaldsMerge head 'release' of /linux/kernel/git/aegl/linux-2.6
2005-08-17  Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2005-08-17  Herbert Xu[TCP]: Fix bug #5070: kernel BUG at net/ipv4/tcp_output...
2005-08-17  Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2005-08-17  Herbert Xu[TCP]: Fix bug #5070: kernel BUG at net/ipv4/tcp_output...
2005-08-16  Linus TorvaldsMerge head 'for-linus' of /linux/kernel/git/shaggy...
2005-08-15  Len BrownMerge ../to-linus-stable/
2005-08-12  Tony LuckAuto-update from upstream
2005-08-11  Jeff GarzikMerge /spare/repo/linux-2.6/
2005-08-11  Herbert Xu[TCP]: Adjust {p,f}ackets_out correctly in tcp_retransm...
2005-08-10  Jeff GarzikMerge /spare/repo/linux-2.6/
2005-08-10  Linus TorvaldsMerge /linux/kernel/git/jejb/scsi-rc-fixes-2.6
2005-08-10  Dave KleikampMerge with /home/shaggy/git/linus-clean/
2005-08-09  Linus TorvaldsMerge /pub/scm/linux/kernel/git/aegl/linux-2.6
2005-08-08  Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2005-08-08  Heikki Orsila[IPV4]: Debug cleanup
2005-08-08  Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2005-08-08  Harald Welte[PATCH] don't try to do any NAT on untracked connections
2005-08-06  Herbert Xu[IPSEC]: Restrict socket policy loading to CAP_NET_ADMIN.
2005-08-05  Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2005-08-05  Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/sparc-2.6
next
This page took 0.052928 seconds and 8 git commands to generate.