Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8de2d793daf784f8f109565bcc023a6d198bad85
/
include
/
net
/
netns
/
ipv4.h
e21145a
ipv4: namespacify ip_early_demux sysctl knob
by Nikolay Borisov
· 9 years ago
287b7f3
ipv4: Namespacify ip_dynaddr sysctl knob
by Nikolay Borisov
· 9 years ago
fa50d97
ipv4: Namespaceify ip_default_ttl sysctl knob
by Nikolay Borisov
· 9 years ago
165094a
igmp: Namespacify igmp_qrv sysctl knob
by Nikolay Borisov
· 9 years ago
87a8a2a
igmp: Namespaceify igmp_llm_reports sysctl knob
by Nikolay Borisov
· 9 years ago
166b6b2
igmp: Namespaceify igmp_max_msf sysctl knob
by Nikolay Borisov
· 9 years ago
815c527
igmp: Namespaceify igmp_max_memberships sysctl knob
by Nikolay Borisov
· 9 years ago
4979f2d
ipv4: Namespaceify tcp_notsent_lowat sysctl knob
by Nikolay Borisov
· 9 years ago
1e579ca
ipv4: Namespaceify tcp_fin_timeout sysctl knob
by Nikolay Borisov
· 9 years ago
c402d9b
ipv4: Namespaceify tcp_orphan_retries sysctl knob
by Nikolay Borisov
· 9 years ago
c6214a9
ipv4: Namespaceify tcp_retries2 sysctl knob
by Nikolay Borisov
· 9 years ago
ae5c3f4
ipv4: Namespaceify tcp_retries1 sysctl knob
by Nikolay Borisov
· 9 years ago
1043e25
ipv4: Namespaceify tcp reordering sysctl knob
by Nikolay Borisov
· 9 years ago
12ed824
ipv4: Namespaceify tcp syncookies sysctl knob
by Nikolay Borisov
· 9 years ago
7c083ec
ipv4: Namespaceify tcp synack retries sysctl knob
by Nikolay Borisov
· 9 years ago
6fa2516
ipv4: Namespaceify tcp syn retries sysctl knob
by Nikolay Borisov
· 9 years ago
b840d15
ipv4: Namespecify the tcp_keepalive_intvl sysctl knob
by Nikolay Borisov
· 9 years ago
9bd6861
ipv4: Namespecify tcp_keepalive_probes sysctl knob
by Nikolay Borisov
· 9 years ago
13b287e
ipv4: Namespaceify tcp_keepalive_time sysctl knob
by Nikolay Borisov
· 9 years ago
6dd9a14
net: Allow accepted sockets to be bound to l3mdev domain
by David Ahern
· 9 years ago
ed2dfd9
tcp/dccp: warn user for preferred ip_local_port_range
by Eric Dumazet
· 10 years ago
4921355
tcp: add rfc3168, section 6.1.1.1. fallback
by Daniel Borkmann
· 10 years ago
098a697
tcp_metrics: Use a single hash table for all network namespaces.
by Eric W. Biederman
· 10 years ago
05cbc0d
ipv4: Create probe timer for tcp PMTU as per RFC4821
by Fan Du
· 10 years ago
6b58e0a
ipv4: Use binary search to choose tcp PMTU probe_size
by Fan Du
· 10 years ago
448b128
ipv4: add net bool fib_offload_disabled
by Scott Feldman
· 10 years ago
a7e5353
fib_trie: Make fib_table rcu safe
by Alexander Duyck
· 10 years ago
93a714d
multicast: Extend ip address command to enable multicast group join/leave on
by Madhu Challa
· 10 years ago
b0f9ca5
ipv4: Namespecify TCP PMTU mechanism
by Fan Du
· 10 years ago
6e03f89
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
bdbbb85
ipv4: tcp: get rid of ugly unicast_sock
by Eric Dumazet
· 10 years ago
349c9e3
ipv4: icmp: use percpu allocation
by Eric Dumazet
· 10 years ago
49a6015
net/ipv4: bind ip_nonlocal_bind to current netns
by Vincent Bernat
· 11 years ago
122ff24
ipv4: make ip_local_reserved_ports per netns
by WANG Cong
· 11 years ago
84f39b0
net: support marking accepting TCP sockets
by Lorenzo Colitti
· 11 years ago
e110861
net: add a sysctl to reflect the fwmark on replies
by Lorenzo Colitti
· 11 years ago
ba6b918
ping: move ping_group_range out of CONFIG_SYSCTL
by Cong Wang
· 11 years ago
c9d8f1a
ipv4: move local_port_range out of CONFIG_SYSCTL
by Cong Wang
· 11 years ago
f87c10a
ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against pmtu spoofing
by Hannes Frederic Sowa
· 11 years ago
974eda1
inet: make no_pmtu_disc per namespace and kill ipv4_config
by Hannes Frederic Sowa
· 11 years ago
a4fe34b
tcp_memcontrol: Remove the per netns control.
by Eric W. Biederman
· 11 years ago
0bbf87d
net ipv4: Convert ipv4.ip_local_port_range to be per netns v3
by Eric W. Biederman
· 11 years ago
ca4c3fc
net: split rt_genid for ipv4 and ipv6
by fan.du
· 12 years ago
8d06887
xfrm: make gc_thresh configurable in all namespaces
by Michal Kubecek
· 12 years ago
5d134f1
tcp: make sysctl_tcp_ecn namespace aware
by Hannes Frederic Sowa
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
b42664f
netns: move net->ipv4.rt_genid to net->rt_genid
by Nicolas Dichtel
· 12 years ago
ace1fe1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Pablo Neira Ayuso
· 13 years ago
c7232c9
netfilter: add protocol independent NAT core
by Patrick McHardy
· 13 years ago
7064d16
userns: Use kgids for sysctl_ping_group_range
by Eric W. Biederman
· 13 years ago
0c7462a
ipv4: remove rt_cache_rebuild_count
by Eric Dumazet
· 13 years ago
5815d5e
tcp: use hash_32() in tcp_metrics
by Eric Dumazet
· 13 years ago
be9f4a4
ipv4: tcp: remove per net tcp_sock
by Eric Dumazet
· 13 years ago
51c5d0c
tcp: Maintain dynamic metrics in local cache.
by David S. Miller
· 13 years ago
f4530fa
ipv4: Avoid overhead when no custom FIB rules are installed.
by David S. Miller
· 13 years ago
c8a627e
inetpeer: add namespace support for inetpeer
by Gao feng
· 13 years ago
3dc43e3
per-netns ipv4 sysctl_tcp_mem
by Glauber Costa
· 13 years ago
c319b4d
net: ipv4: add IPPROTO_ICMP socket kind
by Vasiliy Kulikov
· 14 years ago
436c3b6
ipv4: Invalidate nexthop cache nh_saddr more correctly.
by David S. Miller
· 14 years ago
d862a66
netfilter: nf_conntrack: use is_vmalloc_addr()
by Patrick McHardy
· 14 years ago
3ee9437
ipv4: remove ip_rt_secret timer (v4)
by Neil Horman
· 15 years ago
f0ad086
ipv4: ipmr: support multiple tables
by Patrick McHardy
· 15 years ago
0c12295
ipv4: ipmr: move mroute data into seperate structure
by Patrick McHardy
· 15 years ago
862465f
ipv4: ipmr: convert struct mfc_cache to struct list_head
by Patrick McHardy
· 15 years ago
e258beb
ipv4: ipmr: move unres_queue and timer to per-namespace data
by Patrick McHardy
· 15 years ago
9ab99d5
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
d696c7b
netfilter: nf_conntrack: fix hash resizing with namespaces
by Patrick McHardy
· 15 years ago
e9d3897
netfilter: netns: #ifdef ->iptable_security, ->ip6table_security
by Alexey Dobriyan
· 15 years ago
6c5143d
netns: ipmr: declare reg_vif_num per-namespace
by Benjamin Thery
· 16 years ago
6f9374a
netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespace
by Benjamin Thery
· 16 years ago
1e8fb3b
netns: ipmr: declare counter cache_resolve_queue_len per-namespace
by Benjamin Thery
· 16 years ago
2bb8b26
netns: ipmr: dynamically allocate mfc_cache_array
by Benjamin Thery
· 16 years ago
cf958ae3
netns: ipmr: dynamically allocate vif_table
by Benjamin Thery
· 16 years ago
70a269e
netns: ipmr: allocate mroute_socket per-namespace.
by Benjamin Thery
· 16 years ago
1080d70
net: implement emergency route cache rebulds when gc_elasticity is exceeded
by Neil Horman
· 16 years ago
0c4c928
netfilter: netns nat: per-netns bysource hash
by Alexey Dobriyan
· 16 years ago
e099a17
netfilter: netns nat: per-netns NAT table
by Alexey Dobriyan
· 16 years ago
e84f84f
netns: place rt_genid into struct net
by Denis V. Lunev
· 17 years ago
9f5e97e
netns: make rt_secret_rebuild timer per namespace
by Denis V. Lunev
· 17 years ago
39a23e7
netns: register net.ipv4.route.flush in each namespace
by Denis V. Lunev
· 17 years ago
560ee65
netfilter: ip_tables: add iptables security table for mandatory access control rules
by James Morris
· 17 years ago
046ee90
[NETNS]: Create tcp control socket in the each namespace.
by Denis V. Lunev
· 17 years ago
68528f0
[NETNS][ICMP]: Make ctl tables for ICMP sysctls per-net.
by Pavel Emelyanov
· 17 years ago
a24022e
[NETNS][ICMP]: Move ICMP sysctls on struct net.
by Pavel Emelyanov
· 17 years ago
4a6ad7a
[NETNS]: Make icmp_sk per namespace.
by Denis V. Lunev
· 17 years ago
9ea0cb2
[NETFILTER]: arp_tables: per-netns arp_tables FILTER
by Alexey Dobriyan
· 17 years ago
9335f04
[NETFILTER]: ip_tables: per-netns FILTER, MANGLE, RAW
by Alexey Dobriyan
· 17 years ago
e4a2d5c
[NETNS][FRAGS]: Duplicate sysctl tables for new namespaces.
by Pavel Emelyanov
· 17 years ago
ac18e75
[NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces.
by Pavel Emelyanov
· 17 years ago
6bd48fc
[NETNS]: Provide correct namespace for fibnl netlink socket.
by Denis V. Lunev
· 17 years ago
e4aef8a
[NETNS]: Place fib tables into netns.
by Denis V. Lunev
· 17 years ago
e4e4971
[NETNS]: Namespacing IPv4 fib rules.
by Denis V. Lunev
· 17 years ago
2a75de0
[NETNS]: Should build with CONFIG_SYSCTL=n
by Eric Dumazet
· 17 years ago
752d14d
[IPV4]: Move the devinet pointers on the struct net
by Pavel Emelyanov
· 17 years ago
8afd351
[NETNS]: Add the netns_ipv4 struct
by Pavel Emelyanov
· 17 years ago