Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
065f5f9749202cf91dae6f39ad7e9fe8801023b5
/
net
/
ipv4
99ee038
ipv4: Fix warnings in ip_do_redirect() for some configurations.
by David S. Miller
· 13 years ago
1ed5c48
net: Remove checks for dst_ops->redirect being NULL.
by David S. Miller
· 13 years ago
b587ee3
net: Add dummy dst_ops->redirect method where needed.
by David S. Miller
· 13 years ago
1f42539
ipv4: Kill ip_rt_redirect().
by David S. Miller
· 13 years ago
55be7a9
ipv4: Add redirect support to all protocol icmp error handlers.
by David S. Miller
· 13 years ago
b42597e
ipv4: Add ipv4_redirect() and ipv4_sk_redirect() helper functions.
by David S. Miller
· 13 years ago
e47a185
ipv4: Generalize ip_do_redirect() and hook into new dst_ops->redirect.
by David S. Miller
· 13 years ago
9420612
ipv4: Rearrange arguments to ip_rt_redirect()
by David S. Miller
· 13 years ago
d0da720
ipv4: Pull redirect instantiation out into a helper function.
by David S. Miller
· 13 years ago
d3351b7
ipv4: Deliver ICMP redirects to sockets too.
by David S. Miller
· 13 years ago
1de9243
ipv4: Pull icmp socket delivery out into a helper function.
by David S. Miller
· 13 years ago
46d3cea
tcp: TCP Small Queues
by Eric Dumazet
· 13 years ago
2100844
tcp: Fix out of bounds access to tcpm_vals
by Alexander Duyck
· 13 years ago
ae86b9e
net: Fix non-kernel-doc comments with kernel-doc start marker
by Ben Hutchings
· 13 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 13 years ago
f185071
ipv4: Remove inetpeer from routes.
by David S. Miller
· 13 years ago
3124873
ipv4: Calling ->cow_metrics() now is a bug.
by David S. Miller
· 13 years ago
2db2d67
ipv4: Kill dst_copy_metrics() call from ipv4_blackhole_route().
by David S. Miller
· 13 years ago
710ab6c
ipv4: Enforce max MTU metric at route insertion time.
by David S. Miller
· 13 years ago
5943634
ipv4: Maintain redirect and PMTU info in struct rtable again.
by David S. Miller
· 13 years ago
87a5069
rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().
by David S. Miller
· 13 years ago
3e12939
inet: Kill FLOWI_FLAG_PRECOW_METRICS.
by David S. Miller
· 13 years ago
1d861aa
inet: Minimize use of cached route inetpeer.
by David S. Miller
· 13 years ago
16d1839
inet: Remove ->get_peer() method.
by David S. Miller
· 13 years ago
b6242b9
tcp: Remove tw->tw_peer
by David S. Miller
· 13 years ago
81166dd
tcp: Move timestamps from inetpeer to metrics cache.
by David S. Miller
· 13 years ago
794785b
net: Don't report route RTT metric value in cache dumps.
by David S. Miller
· 13 years ago
51c5d0c
tcp: Maintain dynamic metrics in local cache.
by David S. Miller
· 13 years ago
ab92bb2
tcp: Abstract back handling peer aliveness test into helper function.
by David S. Miller
· 13 years ago
4aabd8e
tcp: Move dynamnic metrics handling into seperate file.
by David S. Miller
· 13 years ago
d3a5ea6
Merge branch 'master' of git://1984.lsi.us.es/nf-next
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
bf5e53e
ipv4: defer fib_compute_spec_dst() call
by Eric Dumazet
· 13 years ago
f187bc6
ipv4: No need to set generic neighbour pointer.
by David S. Miller
· 13 years ago
f894cbf
net: Add optional SKB arg to dst_ops->neigh_lookup().
by David S. Miller
· 13 years ago
5110effe
net: Do delayed neigh confirmation.
by David S. Miller
· 13 years ago
3c521f2
ipv4: Don't report neigh uptodate state in rtcache procfs.
by David S. Miller
· 13 years ago
a263b30
ipv4: Make neigh lookups directly in output packet path.
by David S. Miller
· 13 years ago
1160472
ipv4: Fix crashes in ip_options_compile().
by David S. Miller
· 13 years ago
0891147
netfilter: nf_conntrack: generalize nf_ct_l4proto_net
by Pablo Neira Ayuso
· 13 years ago
a31f2d1
netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
by Pablo Neira Ayuso
· 13 years ago
7a9bc9b
ipv4: Elide fib_validate_source() completely when possible.
by David S. Miller
· 13 years ago
3085a4b
ipv4: Remove extraneous assignment of dst->tclassid.
by David S. Miller
· 13 years ago
9e56e38
ipv4: Adjust in_dev handling in fib_validate_source()
by David S. Miller
· 13 years ago
a207a4b
ipv4: Fix bugs in fib_compute_spec_dst().
by David S. Miller
· 13 years ago
41347dc
ipv4: Kill rt->rt_spec_dst, no longer used.
by David S. Miller
· 13 years ago
35ebf65
ipv4: Create and use fib_compute_spec_dst() helper.
by David S. Miller
· 13 years ago
70e7341
ipv4: Show that ip_send_reply() is purely unicast routine.
by David S. Miller
· 13 years ago
160eb5a
ipv4: Kill early demux method return value.
by David S. Miller
· 13 years ago
c10237e
Revert "ipv4: tcp: dont cache unconfirmed intput dst"
by David S. Miller
· 13 years ago
22911fc
net: skb_free_datagram_locked() doesnt drop all packets
by Eric Dumazet
· 13 years ago
92a395e
ipmr: Do not use RTA_PUT() macros
by Thomas Graf
· 13 years ago
6e277ed
inet_diag: Do not use RTA_PUT() macros
by Thomas Graf
· 13 years ago
c074da2
ipv4: tcp: dont cache unconfirmed intput dst
by Eric Dumazet
· 13 years ago
a9082b4
netfilter: nf_ct_icmp: add icmp_kmemdup[_compat]_sysctl_table function
by Gao feng
· 13 years ago
f1caad2
netfilter: nf_conntrack: prepare l4proto->init_net cleanup
by Gao feng
· 13 years ago
c2bd4ba
netfilter: ipt_ULOG: Move away from NLMSG_PUT().
by David S. Miller
· 13 years ago
d106352
inet_diag: Move away from NLMSG_PUT().
by David S. Miller
· 13 years ago
251da41
ipv4: Cache ip_error() routes even when not forwarding.
by David S. Miller
· 13 years ago
df67e6c
ipv4: Remove unnecessary code from rt_check_expire().
by David S. Miller
· 13 years ago
7011d08
tcp: Fix bug in tcp socket early demux
by Vijay Subramanian
· 13 years ago
0b4a9e1
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 13 years ago
7586ece
ipv4: tcp: dont cache output dst for syncookies
by Eric Dumazet
· 13 years ago
6648bd7
ipv4: Add sysctl knob to control early socket demux
by Alexander Duyck
· 13 years ago
d584a61
netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=y
by Pablo Neira Ayuso
· 13 years ago
fd62e09
tcp: Validate route interface in early demux.
by David S. Miller
· 13 years ago
da55737
inetpeer: inetpeer_invalidate_tree() cleanup
by Eric Dumazet
· 13 years ago
41063e9
ipv4: Early TCP socket demux.
by David S. Miller
· 13 years ago
f9242b6
inet: Sanitize inet{,6} protocol demux.
by David S. Miller
· 13 years ago
6fac262
ipv4: Cap ADVMSS metric in the FIB rather than the routing cache.
by David S. Miller
· 13 years ago
82f437b
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 13 years ago
12f7a50
netfilter: add user-space connection tracking helper infrastructure
by Pablo Neira Ayuso
· 13 years ago
8c88f87
netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled
by Pablo Neira Ayuso
· 13 years ago
1afc567
netfilter: nf_ct_helper: implement variable length helper private data
by Pablo Neira Ayuso
· 13 years ago
3639339
ipv4: Handle PMTU in all ICMP error handlers.
by David S. Miller
· 13 years ago
43b03f1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
95603e2
net-next: add dev_loopback_xmit() to avoid duplicate code
by Michel Machado
· 13 years ago
d0daebc3
ipv4: Add interface option to enable routing of 127.0.0.0/8
by Thomas Graf
· 13 years ago
67da255
Merge branch 'master' of git://1984.lsi.us.es/net-next
by David S. Miller
· 13 years ago
7b34ca2
inet: Avoid potential NULL peer dereference.
by David S. Miller
· 13 years ago
8b96d22
inet: Use FIB table peer roots in routes.
by David S. Miller
· 13 years ago
8e77327
inet: Add inetpeer tree roots to the FIB tables.
by David S. Miller
· 13 years ago
b48c80ece
inet: Add family scope inetpeer flushes.
by David S. Miller
· 13 years ago
4651700
ipv4: Kill ip_rt_frag_needed().
by David S. Miller
· 13 years ago
97bab73
inet: Hide route peer accesses behind helpers.
by David S. Miller
· 13 years ago
c0efc88
inet: Pass inetpeer root into inet_getpeer*() interfaces.
by David S. Miller
· 13 years ago
56a6b24
inet: Consolidate inetpeer_invalidate_tree() interfaces.
by David S. Miller
· 13 years ago
c3426b4
inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.c
by David S. Miller
· 13 years ago
2397849
[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.
by David S. Miller
· 13 years ago
4670fd8
tcp: Get rid of inetpeer special cases.
by David S. Miller
· 13 years ago
fbfe95a
inet: Create and use rt{,6}_get_peer_create().
by David S. Miller
· 13 years ago
54db0cc
inetpeer: add parameter net for inet_getpeer_v4,v6
by Gao feng
· 13 years ago
c8a627e
inetpeer: add namespace support for inetpeer
by Gao feng
· 13 years ago
2d8dbb0
snmp: fix OutOctets counter to include forwarded datagrams
by Vincent Bernat
· 13 years ago
89a48e3
netfilter: ipv4, defrag: switch hook PFs to nfproto
by Alban Crequy
· 13 years ago
8264deb
netfilter: nf_conntrack: add namespace support for cttimeout
by Gao feng
· 13 years ago
e76d0af
netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]proto
by Pablo Neira Ayuso
· 13 years ago
3ea04dd
netfilter: nf_ct_ipv4: add namespace support
by Gao feng
· 13 years ago
4b626b9
netfilter: nf_ct_icmp: add namespace support
by Gao feng
· 13 years ago
524a53e
netfilter: nf_conntrack: prepare namespace support for l3 protocol trackers
by Gao feng
· 13 years ago
Next »