aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-08-29[NETFILTER6]: Add new ip6tables HOPLIMIT targetHarald Welte3-0/+135
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet5-5/+5
2005-08-29[NETFILTER]: Add goto targetPatrick McHardy1-2/+2
2005-08-29[NETFILTER]: Add IPv6 REJECT targetPatrick McHardy3-0/+295
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo8-48/+5
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy1-1/+2
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy2-16/+16
2005-08-29[NETFILTER]: Remove tasklist_lock abuse in ipt{,6}ownerChristoph Hellwig1-83/+7
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy3-5/+7
2005-08-29[INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.cArnaldo Carvalho de Melo3-153/+84
2005-08-29[IPV6]: Generalise the tcp_v6_lookup routinesArnaldo Carvalho de Melo1-65/+74
2005-08-29[ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo1-3/+4
2005-08-29[NET]: Make NETDEBUG pure printk wrappersPatrick McHardy10-38/+27
2005-08-29[TIMEWAIT]: Introduce inet_timewait_death_rowArnaldo Carvalho de Melo1-4/+5
2005-08-29[NETFILTER]: add /proc/net/netfilter interface to nf_queueHarald Welte1-2/+7
2005-08-29[NETFILTER]: ip{6}_queue: prevent unregistration race with nfnetlink_queueHarald Welte1-1/+1
2005-08-29[ICSK]: Generalise tcp_listen_{start,stop}Arnaldo Carvalho de Melo1-0/+1
2005-08-29[NET]: Introduce inet_connection_sockArnaldo Carvalho de Melo2-26/+30
2005-08-29[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT socketsArnaldo Carvalho de Melo2-48/+54
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo3-0/+3
2005-08-29[INET]: Generalise the tcp_listen_ lock routinesArnaldo Carvalho de Melo1-1/+1
2005-08-29[INET]: Move tcp_port_rover to inet_hashinfoArnaldo Carvalho de Melo1-24/+27
2005-08-29[INET]: Generalise tcp_bind_hash & tcp_inherit_portArnaldo Carvalho de Melo1-3/+3
2005-08-29[INET]: Move bind_hash from tcp_sk to inet_skArnaldo Carvalho de Melo1-4/+4
2005-08-29[INET]: Just rename the TCP hashtable functions/structs to inet_Arnaldo Carvalho de Melo1-21/+21
2005-08-29[NETFILTER]: Extend netfilter logging APIHarald Welte1-41/+52
2005-08-29[INET]: Introduce inet_sk_rebuild_headerArnaldo Carvalho de Melo1-1/+1
2005-08-29[NET]: Cleanup INET_REFCNT_DEBUG codeArnaldo Carvalho de Melo3-32/+32
2005-08-29[IPV4/6]: Check if packet was actually delivered to a raw socket to decide whether to send an ICMP unreachablePatrick McHardy2-3/+6
2005-08-29[IPV6]: Check interface bindings on IPv6 raw socket receptionAndrew McDonald3-5/+13
2005-08-29[NETFILTER]: Add "nfnetlink_queue" netfilter queue handler over nfnetlinkHarald Welte3-4/+78
2005-08-29[NETFILTER]: Core changes required by upcoming nfnetlink_queue codeHarald Welte1-1/+2
2005-08-29[NETFILTER]: Move reroute-after-queue code up to the nf_queue layer.Harald Welte3-24/+69
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte1-1/+1
2005-08-29[NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/netfilter.cHarald Welte4-36/+44
2005-08-29[NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable()Harald Welte1-1/+1
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-1/+1
2005-08-29[NETFILTER]: reduce netfilter sk_buff enlargementHarald Welte4-19/+4
2005-08-23[TCP]: Document non-trivial locking path in tcp_v{4,6}_get_port().David S. Miller1-2/+7
2005-08-23[NETFILTER]: Fix HW checksum handling in ip_queue/ip6_queuePatrick McHardy1-0/+7
2005-08-18[IPCOMP]: Fix false smp_processor_id warningHerbert Xu1-1/+1
2005-08-16[IPV6]: Fix SKB leak in ip6_input_finish()Patrick McHardy1-4/+5
2005-08-16[IPV6]: Fix raw socket hardware checksum failuresPatrick McHardy1-0/+2
2005-08-06[IPSEC]: Restrict socket policy loading to CAP_NET_ADMIN.Herbert Xu1-0/+3
2005-07-30[NET]: fix oops after tunnel module unloadAlexey Kuznetsov1-2/+19
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering1-6/+1
2005-07-24[IPV6]: fix implicit declaration of function `xfrm6_tunnel_unregister'Cal Peake1-1/+1
2005-07-22[NETFILTER]: Fix ip6t_LOG MAC formatPatrick McHardy1-4/+7
2005-07-22[NETFILTER]: Fix deadlock in ip6_queuePatrick McHardy1-0/+2
2005-07-19[NET]: Make ipip/ip6_tunnel independant of XFRMPatrick McHardy2-6/+33