Commit Graph

2458 Commits (263173af5b4635c07dd862255e5b767cd429c640)

Author SHA1 Message Date
Adrian Bunk 263173af5b [IPV4]: Make icmp_sk_init() static. 17 years ago
Satoru SATOH 1f29b0584d tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.c 17 years ago
Patrick McHardy 4e9d8a70e4 netfilter: Fix SCTP nat build. 17 years ago
Pavel Emelyanov 53083773dc [INET]: Uninline the __inet_inherit_port call. 17 years ago
Denis V. Lunev 8c5da49a63 [NETNS]: Add netns refcnt debug for inet bind buckets. 17 years ago
Denis V. Lunev 57d7a60092 [NETNS]: Add netns refcnt debug into fib_info. 17 years ago
Denis V. Lunev cd5342d905 [NETNS]: Add netns refcnt debug for timewait buckets. 17 years ago
Pavel Emelyanov b0970c428b [SIT]: Allow for IPPROTO_IPV6 protocol in namespaces. 17 years ago
Pavel Emelyanov f96c148fd5 [GRE]: Allow for IPPROTO_GRE protocol in namespaces. 17 years ago
Pavel Emelyanov 0b67eceb19 [GRE]: Allow to create IPGRE tunnels in net namespaces. 17 years ago
Pavel Emelyanov 96635522f7 [GRE]: Use proper net in routing calls. 17 years ago
Pavel Emelyanov eb8ce741a3 [GRE]: Make tunnels hashes per-net. 17 years ago
Pavel Emelyanov 7daa000489 [GRE]: Make the fallback tunnel device per-net. 17 years ago
Pavel Emelyanov 3b4667f3db [GRE]: Use proper net in hash-lookup functions. 17 years ago
Pavel Emelyanov f57e7d5a7b [GRE]: Add net/gre_net argument to some functions. 17 years ago
Pavel Emelyanov 59a4c7594b [GRE]: Introduce empty ipgre_net structure and net init/exit ops. 17 years ago
Pavel Emelyanov 4597a0ce08 [IPIP]: Allow for IPPROTO_IPIP protocol in namespaces. 17 years ago
Pavel Emelyanov 0a826406d4 [IPIP]: Allow to create IPIP tunnels in net namespaces. 17 years ago
Pavel Emelyanov b99f0152e5 [IPIP]: Use proper net in (mostly) routing calls. 17 years ago
Pavel Emelyanov 44d3c299dc [IPIP]: Make tunnels hashes per net. 17 years ago
Pavel Emelyanov cec3ffae1a [IPIP]: Use proper net in hash-lookup functions. 17 years ago
Pavel Emelyanov b9fae5c913 [IPIP]: Add net/ipip_net argument to some functions. 17 years ago
Pavel Emelyanov b9855c54da [IPIP]: Make the fallback tunnel device per-net. 17 years ago
Pavel Emelyanov 10dc4c7bb7 [IPIP]: Introduce empty ipip_net structure and net init/exit ops. 17 years ago
Ilpo Järvinen 17515408a1 [TCP]: Remove superflushious skb == write_queue_tail() check 17 years ago
Vitaliy Gusev 56f367bbfd [TCP]: Add return value indication to tcp_prune_ofo_queue(). 17 years ago
Vitaliy Gusev b000cd3707 [TCP]: Fix never pruned tcp out-of-order queue. 17 years ago
YOSHIFUJI Hideaki 569508c964 [TCP]: Format addresses appropriately in debug messages. 17 years ago
YOSHIFUJI Hideaki a7d632b6b4 [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. 17 years ago
Pavel Emelyanov 7477fd2e6b [SOCK]: Add some notes about per-bind-bucket sock lookup. 17 years ago
Jan Engelhardt 3c9fba656a [NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by function call 17 years ago
Jan Engelhardt 12c33aa20e [NETFILTER]: nf_conntrack: const annotations in nf_conntrack_sctp, nf_nat_proto_gre 17 years ago
Jan Engelhardt f2ea825f48 [NETFILTER]: nf_nat: use bool type in nf_nat_proto 17 years ago
Jan Engelhardt 09f263cd39 [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4proto 17 years ago
Jan Engelhardt 8ce8439a31 [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3proto 17 years ago
Patrick McHardy 5e8fbe2ac8 [NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessors 17 years ago
Patrick McHardy dd13b01036 [NETFILTER]: nf_nat: kill helper and seq_adjust hooks 17 years ago
Patrick McHardy 8c87238b72 [NETFILTER]: nf_nat: don't add NAT extension for confirmed conntracks 17 years ago
Patrick McHardy 42cf800c24 [NETFILTER]: nf_nat: remove obsolete check for ICMP redirects 17 years ago
Patrick McHardy 9d908a69a3 [NETFILTER]: nf_nat: add SCTP protocol support 17 years ago
Patrick McHardy 4910a08799 [NETFILTER]: nf_nat: add DCCP protocol support 17 years ago
Patrick McHardy d63a650736 [NETFILTER]: Add partial checksum validation helper 17 years ago
Patrick McHardy 6185f870e2 [NETFILTER]: nf_nat: add UDP-Lite support 17 years ago
Patrick McHardy 2d2d84c40e [NETFILTER]: nf_nat: remove unused name from struct nf_nat_protocol 17 years ago
Patrick McHardy ca6a507490 [NETFILTER]: nf_conntrack_netlink: clean up NAT protocol parsing 17 years ago
Patrick McHardy 535b57c7c1 [NETFILTER]: nf_nat: move NAT ctnetlink helpers to nf_nat_proto_common 17 years ago
Patrick McHardy 5abd363f73 [NETFILTER]: nf_nat: fix random mode not to overwrite port rover 17 years ago
Patrick McHardy 937e0dfd87 [NETFILTER]: nf_nat: add helpers for common NAT protocol operations 17 years ago
Patrick McHardy 544473c166 [NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES size 17 years ago
Jan Engelhardt c2f9c68398 [NETFILTER]: Explicitly initialize .priority in arptable_filter 17 years ago