aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-14[NETFILTER]: nf_conntrack: const annotations in nf_conntrack_sctp, nf_nat_proto_greJan Engelhardt2-2/+2
2008-04-14[NETFILTER]: nf_nat: use bool type in nf_nat_protoJan Engelhardt10-66/+66
2008-04-14[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4protoJan Engelhardt1-13/+12
2008-04-14[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3protoJan Engelhardt1-7/+7
2008-04-14[NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessorsPatrick McHardy1-9/+4
2008-04-14[NETFILTER]: nf_nat: kill helper and seq_adjust hooksPatrick McHardy4-65/+32
2008-04-14[NETFILTER]: nf_nat: don't add NAT extension for confirmed conntracksPatrick McHardy2-23/+4
2008-04-14[NETFILTER]: nf_nat: remove obsolete check for ICMP redirectsPatrick McHardy1-14/+1
2008-04-14[NETFILTER]: nf_nat: add SCTP protocol supportPatrick McHardy4-2/+106
2008-04-14[NETFILTER]: nf_nat: add DCCP protocol supportPatrick McHardy4-2/+118
2008-04-14[NETFILTER]: Add partial checksum validation helperPatrick McHardy1-7/+30
2008-04-14[NETFILTER]: nf_nat: add UDP-Lite supportPatrick McHardy4-2/+109
2008-04-14[NETFILTER]: nf_nat: remove unused name from struct nf_nat_protocolPatrick McHardy5-5/+0
2008-04-14[NETFILTER]: nf_conntrack_netlink: clean up NAT protocol parsingPatrick McHardy1-13/+5
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[SKB]: __skb_append = __skb_queue_after Gerrit Renker1-1/+1
2008-04-13[TCP]: Remove owner from tcp_seq_afinfo.Denis V. Lunev1-2/+3
2008-04-13[TCP]: Place file operations directly into tcp_seq_afinfo.Denis V. Lunev1-9/+6
2008-04-13[TCP]: Cleanup /proc/tcp[6] creation/removal.Denis V. Lunev1-34/+7
2008-04-13[TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo.Denis V. Lunev1-6/+8
2008-04-13[TCP]: No need to check afinfo != NULL in tcp_proc_(un)register.Denis V. Lunev1-4/+0
2008-04-13[TCP]: Replace struct net on tcp_iter_state with seq_net_private.Denis V. Lunev1-6/+5
2008-04-13[INET]: sk_reuse is valboolGerrit Renker1-2/+0
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-03[NETNS]: Use TCP control socket from a correct namespace.Denis V. Lunev1-6/+4
2008-04-03[NETNS]: Create tcp control socket in the each namespace.Denis V. Lunev1-2/+19
2008-04-03[INET]: uc_ttl assignment in inet_ctl_sock_create is redundant.Denis V. Lunev1-1/+0
2008-04-03[ICMP]: Simplify ICMP control socket creation.Denis V. Lunev1-18/+7
2008-04-03[NETNS]: Inet control socket should not hold a namespace.Denis V. Lunev2-2/+5
2008-04-03[INET]: Let inet_ctl_sock_create return sock rather than socket.Denis V. Lunev2-8/+8