aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2008-04-14[NETFILTER]: nf_nat: use bool type in nf_nat_protoJan Engelhardt
2008-04-14[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4protoJan Engelhardt
2008-04-14[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3protoJan Engelhardt
2008-04-14[NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessorsPatrick McHardy
2008-04-14[NETFILTER]: nf_nat: kill helper and seq_adjust hooksPatrick McHardy
2008-04-14[NETFILTER]: nf_nat: don't add NAT extension for confirmed conntracksPatrick McHardy
2008-04-14[NETFILTER]: nf_nat: remove obsolete check for ICMP redirectsPatrick McHardy
2008-04-14[NETFILTER]: nf_nat: add SCTP protocol supportPatrick McHardy
2008-04-14[NETFILTER]: nf_nat: add DCCP protocol supportPatrick McHardy
2008-04-14[NETFILTER]: Add partial checksum validation helperPatrick McHardy
2008-04-14[NETFILTER]: nf_nat: add UDP-Lite supportPatrick McHardy
2008-04-14[NETFILTER]: nf_nat: remove unused name from struct nf_nat_protocolPatrick McHardy
2008-04-14[NETFILTER]: nf_conntrack_netlink: clean up NAT protocol parsingPatrick McHardy
2008-04-14[NETFILTER]: nf_nat: move NAT ctnetlink helpers to nf_nat_proto_commonPatrick McHardy
2008-04-14[NETFILTER]: nf_nat: fix random mode not to overwrite port roverPatrick McHardy
2008-04-14[NETFILTER]: nf_nat: add helpers for common NAT protocol operationsPatrick McHardy
2008-04-14[NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES sizePatrick McHardy
2008-04-14[NETFILTER]: Explicitly initialize .priority in arptable_filterJan Engelhardt
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