summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2008-04-14[NETFILTER]: remove arpt_(un)register_target indirection macrosJan Engelhardt
2008-04-14[NETFILTER]: remove arpt_target indirection macroJan Engelhardt
2008-04-14[NETFILTER]: remove arpt_table indirection macroJan Engelhardt
2008-04-14[NETFILTER]: annotate rest of nf_nat_* with constJan Engelhardt
2008-04-14[NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt
2008-04-14[NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt
2008-04-14[NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macroRobert P. J. Day
2008-04-14[NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for realAlexey Dobriyan
2008-04-14[NETFILTER]: {ip,ip6}t_LOG: print MARK value in log outputPatrick McHardy
2008-04-14[NETFILTER]: ipt_CLUSTERIP: fix race between clusterip_config_find_get and _e...Pavel Emelyanov
2008-04-14[SKB]: __skb_append = __skb_queue_after Gerrit Renker
2008-04-13[TCP]: Remove owner from tcp_seq_afinfo.Denis V. Lunev
2008-04-13[TCP]: Place file operations directly into tcp_seq_afinfo.Denis V. Lunev
2008-04-13[TCP]: Cleanup /proc/tcp[6] creation/removal.Denis V. Lunev
2008-04-13[TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo.Denis V. Lunev
2008-04-13[TCP]: No need to check afinfo != NULL in tcp_proc_(un)register.Denis V. Lunev
2008-04-13[TCP]: Replace struct net on tcp_iter_state with seq_net_private.Denis V. Lunev
2008-04-13[INET]: sk_reuse is valboolGerrit Renker
2008-04-11Merge branch 'docs' of git://git.lwn.net/linux-2.6Linus Torvalds
2008-04-11Documentation: move nfsroot.txt to filesystems/J. Bruce Fields
2008-04-10[NETNS][IPV6] tcp - assign the netns for timewait socketsDaniel Lezcano
2008-04-10IPV4: use xor rather than multiple ands for route compareStephen Hemminger
2008-04-10ipv4: fib_trie leaf free optimizationStephen Hemminger
2008-04-10ipv4: fib_trie remove unused argumentStephen Hemminger
2008-04-10[Syncookies]: Add support for TCP options via timestamps.Florian Westphal
2008-04-10IPV4: fib_trie use vmalloc for large tnodesStephen Hemminger
2008-04-10IPV4: route rekey timer can be deferrableStephen Hemminger
2008-04-10IPV4: route use jhash3Stephen Hemminger
2008-04-10IPV4: route inline changesStephen Hemminger
2008-04-10[IPV4]: Fix byte value boundary check in do_ip_getsockopt().David S. Miller
2008-04-09[NETFILTER]: nf_nat: autoload IPv4 connection trackingJan Engelhardt
2008-04-07[TCP]: Don't allow FRTO to take place while MTU is being probedIlpo Järvinen
2008-04-07[TCP]: tcp_simple_retransmit can cause S+LIlpo Järvinen
2008-04-07[TCP]: Fix NewReno's fast rexmit/recovery problems with GSOed skbIlpo Järvinen
2008-04-07[TCP]: Restore 2.6.24 mark_head_lost behavior for newreno/fackIlpo Järvinen
2008-04-03[NETNS]: Use TCP control socket from a correct namespace.Denis V. Lunev
2008-04-03[NETNS]: Create tcp control socket in the each namespace.Denis V. Lunev
2008-04-03[INET]: uc_ttl assignment in inet_ctl_sock_create is redundant.Denis V. Lunev
2008-04-03[ICMP]: Simplify ICMP control socket creation.Denis V. Lunev
2008-04-03[NETNS]: Inet control socket should not hold a namespace.Denis V. Lunev
2008-04-03[INET]: Let inet_ctl_sock_create return sock rather than socket.Denis V. Lunev
2008-04-03[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.Denis V. Lunev
2008-04-03[TCP]: Replace socket with sock for reset sending.Denis V. Lunev
2008-04-03[ICMP]: Ensure that ICMP relookup maintains status quoHerbert Xu
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-31[IPV4][NETNS]: Display per-net info in sockstat file.Pavel Emelyanov
2008-03-31[SOCK][NETNS]: Register sockstat(6) files in each net.Pavel Emelyanov
2008-03-31[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov
2008-03-31[IP] UDP: Use SEQ_START_TOKEN.YOSHIFUJI Hideaki
2008-03-28[UDP]: Remove owner from udp_seq_afinfo.Denis V. Lunev