summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2008-04-14[NETFILTER]: nf_nat: move NAT ctnetlink helpers to nf_nat_proto_commonPatrick McHardy6-48/+46
2008-04-14[NETFILTER]: nf_nat: fix random mode not to overwrite port roverPatrick McHardy1-5/+10
2008-04-14[NETFILTER]: nf_nat: add helpers for common NAT protocol operationsPatrick McHardy5-141/+95
2008-04-14[NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES sizePatrick McHardy2-4/+4
2008-04-14[NETFILTER]: Explicitly initialize .priority in arptable_filterJan Engelhardt1-0/+3
2008-04-14[NETFILTER]: remove arpt_(un)register_target indirection macrosJan Engelhardt1-5/+3
2008-04-14[NETFILTER]: remove arpt_target indirection macroJan Engelhardt2-5/+5
2008-04-14[NETFILTER]: remove arpt_table indirection macroJan Engelhardt2-15/+14
2008-04-14[NETFILTER]: annotate rest of nf_nat_* with constJan Engelhardt3-17/+16
2008-04-14[NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt3-31/+33
2008-04-14[NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt6-15/+18
2008-04-14[NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macroRobert P. J. Day5-5/+5
2008-04-14[NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for realAlexey Dobriyan3-12/+62
2008-04-14[NETFILTER]: {ip,ip6}t_LOG: print MARK value in log outputPatrick McHardy1-1/+5
2008-04-14[NETFILTER]: ipt_CLUSTERIP: fix race between clusterip_config_find_get and _e...Pavel Emelyanov1-1/+3
2008-04-14[SKB]: __skb_append = __skb_queue_after Gerrit Renker1-1/+1
2008-04-14[TCP]: Remove owner from tcp_seq_afinfo.Denis V. Lunev1-2/+3
2008-04-14[TCP]: Place file operations directly into tcp_seq_afinfo.Denis V. Lunev1-9/+6
2008-04-14[TCP]: Cleanup /proc/tcp[6] creation/removal.Denis V. Lunev1-34/+7
2008-04-14[TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo.Denis V. Lunev1-6/+8
2008-04-14[TCP]: No need to check afinfo != NULL in tcp_proc_(un)register.Denis V. Lunev1-4/+0
2008-04-14[TCP]: Replace struct net on tcp_iter_state with seq_net_private.Denis V. Lunev1-6/+5
2008-04-14[INET]: sk_reuse is valboolGerrit Renker1-2/+0
2008-04-12Merge branch 'docs' of git://git.lwn.net/linux-2.6Linus Torvalds2-5/+5
2008-04-11Documentation: move nfsroot.txt to filesystems/J. Bruce Fields2-5/+5
2008-04-11[NETNS][IPV6] tcp - assign the netns for timewait socketsDaniel Lezcano1-0/+1
2008-04-10IPV4: use xor rather than multiple ands for route compareStephen Hemminger1-5/+5
2008-04-10ipv4: fib_trie leaf free optimizationStephen Hemminger1-8/+11
2008-04-10ipv4: fib_trie remove unused argumentStephen Hemminger1-4/+4
2008-04-10[Syncookies]: Add support for TCP options via timestamps.Florian Westphal3-9/+91
2008-04-10IPV4: fib_trie use vmalloc for large tnodesStephen Hemminger1-10/+15
2008-04-10IPV4: route rekey timer can be deferrableStephen Hemminger1-1/+3
2008-04-10IPV4: route use jhash3Stephen Hemminger1-6/+4
2008-04-10IPV4: route inline changesStephen Hemminger1-27/+27
2008-04-10[IPV4]: Fix byte value boundary check in do_ip_getsockopt().David S. Miller1-1/+1
2008-04-10[NETFILTER]: nf_nat: autoload IPv4 connection trackingJan Engelhardt1-0/+2
2008-04-08[TCP]: Don't allow FRTO to take place while MTU is being probedIlpo Järvinen1-0/+5
2008-04-08[TCP]: tcp_simple_retransmit can cause S+LIlpo Järvinen2-6/+21
2008-04-08[TCP]: Fix NewReno's fast rexmit/recovery problems with GSOed skbIlpo Järvinen1-4/+18
2008-04-08[TCP]: Restore 2.6.24 mark_head_lost behavior for newreno/fackIlpo Järvinen1-8/+8
2008-04-04[NETNS]: Use TCP control socket from a correct namespace.Denis V. Lunev1-6/+4
2008-04-04[NETNS]: Create tcp control socket in the each namespace.Denis V. Lunev1-2/+19
2008-04-04[INET]: uc_ttl assignment in inet_ctl_sock_create is redundant.Denis V. Lunev1-1/+0
2008-04-04[ICMP]: Simplify ICMP control socket creation.Denis V. Lunev1-18/+7
2008-04-04[NETNS]: Inet control socket should not hold a namespace.Denis V. Lunev2-2/+5
2008-04-04[INET]: Let inet_ctl_sock_create return sock rather than socket.Denis V. Lunev2-8/+8
2008-04-04[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.Denis V. Lunev3-21/+21
2008-04-04[TCP]: Replace socket with sock for reset sending.Denis V. Lunev1-4/+6
2008-04-03[ICMP]: Ensure that ICMP relookup maintains status quoHerbert Xu1-11/+13
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller3-3/+6