summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2005-08-29[NETFILTER]: Add goto targetPatrick McHardy1-2/+2
2005-08-29[NETFILTER]: Add string matchPablo Neira Ayuso3-0/+104
2005-08-29[IPV4]: ip_finish_output() can be inlinedThomas Graf1-1/+1
2005-08-29[IPV4]: Remove some dead code from ip_forward()Thomas Graf1-5/+1
2005-08-29[IPV4]: Avoid common branch mispredictions in ip_rcv_finish()Thomas Graf1-5/+5
2005-08-29[IPV4]: Move ip options parsing out of ip_rcv_finish()Thomas Graf1-39/+54
2005-08-29[IPV4]: Avoid common branch misprediction while checking csum in ip_rcv()Thomas Graf1-1/+1
2005-08-29[IPV4]: Consistency and whitespace cleanup of ip_rcv()Thomas Graf1-14/+13
2005-08-29[IPVS]: ipv4_table --> ipvs_ipv4_tableDavid S. Miller3-6/+6
2005-08-29[NET]: Implement SKB fast cloning.David S. Miller1-2/+2
2005-08-29[IPVS]: Rename tcp_{init,exit}() --> ip_vs_tcp_{init,exit}()David S. Miller1-4/+4
2005-08-29[IP]: Introduce ip_options_get_from_userArnaldo Carvalho de Melo2-17/+36
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo9-59/+11
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy4-4/+5
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy5-17/+16
2005-08-29[NETLINK]: Remove unused groups member from struct netlink_skb_parmsPatrick McHardy1-1/+0
2005-08-29[NETFILTER]: Remove tasklist_lock abuse in ipt{,6}ownerChristoph Hellwig1-125/+7
2005-08-29[NETFILTER]: Make NETMAP target usable in OUTPUTGary Wayne Smith1-3/+5
2005-08-29[NETFILTER]: Don't exclude local packets from MASQUERADINGPatrick McHardy1-5/+0
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy6-14/+20
2005-08-29[NETFILTER]: Nicer names for ipt_connbytes constantsPatrick McHardy1-6/+6
2005-08-29[NETFILTER]: Fix div64_64 in ipt_connbytesPatrick McHardy1-14/+10
2005-08-29[NETFILTER]: Add new iptables "connbytes" matchHarald Welte3-1/+177
2005-08-29[INET_DIAG]: Move the tcp_diag interface to the proper placeArnaldo Carvalho de Melo4-29/+63
2005-08-29[INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]Arnaldo Carvalho de Melo4-14/+15
2005-08-29[TCPDIAG]: Just rename everything to inet_diagArnaldo Carvalho de Melo5-205/+206
2005-08-29[TCPDIAG]: Introduce inet_diag_{register,unregister}Arnaldo Carvalho de Melo2-45/+111
2005-08-29[INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.cArnaldo Carvalho de Melo1-3/+1
2005-08-29[IPV6]: Generalise the tcp_v6_lookup routinesArnaldo Carvalho de Melo2-26/+17
2005-08-29[TCPDIAG]: Introduce CONFIG_IP_TCPDIAG_DCCPArnaldo Carvalho de Melo2-7/+10
2005-08-29[TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCKArnaldo Carvalho de Melo1-25/+61
2005-08-29[ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo16-281/+348
2005-08-29[NET]: Make NETDEBUG pure printk wrappersPatrick McHardy8-42/+39
2005-08-29[TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_s...Arnaldo Carvalho de Melo2-271/+280
2005-08-29[TIMEWAIT]: Introduce inet_timewait_death_rowArnaldo Carvalho de Melo5-136/+141
2005-08-29[NETFILTER]: New iptables DCCP protocol header matchHarald Welte3-0/+188
2005-08-29[IPV4]: fib_trie: Use constStephen Hemmigner1-5/+2
2005-08-29[IPV4]: fib_trie: Use ERR_PTR to handle errno returnRobert Olsson1-62/+57
2005-08-29[IPV4]: FIB Trie cleanups.Olof Johansson1-645/+592
2005-08-29[NETFILTER]: return ENOMEM when ip_conntrack_alloc() fails.Yasuyuki Kozakai1-3/+4
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[NETFILTER]: move conntrack helper buffers from BSS to kmalloc()ed memoryHarald Welte3-5/+29
2005-08-29[INET]: Make inet_create try to load protocol modulesArnaldo Carvalho de Melo1-4/+25
2005-08-29[ICSK]: Move generalised functions from tcp to inet_connection_sockArnaldo Carvalho de Melo3-211/+216
2005-08-29[NET]: Export symbols needed by the current DCCP codeArnaldo Carvalho de Melo4-2/+8
2005-08-29[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timerArnaldo Carvalho de Melo5-35/+54
2005-08-29[ICSK]: Generalise tcp_listen_{start,stop}Arnaldo Carvalho de Melo3-23/+23
2005-08-29[ICSK]: Introduce inet_csk_cloneArnaldo Carvalho de Melo2-15/+28
2005-08-29[NET]: Just move the inet_connection_sock function from tcp sourcesArnaldo Carvalho de Melo7-373/+427