Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b48698895de86e07b685f8e4b8db0f1cd5a97e9a
/
net
/
ipv4
b486988
ipv4: Remove 'rt_mark' from 'struct rtable'
by David Miller
· 12 years ago
d6c0a4f
ipv4: Kill 'rt_src' from 'struct rtable'
by David Miller
· 12 years ago
1a00fee
ipv4: Remove rt_key_{src,dst,tos} from struct rtable.
by David Miller
· 12 years ago
38a424e
ipv4: Kill ip_route_input_noref().
by David Miller
· 12 years ago
89aef89
ipv4: Delete routing cache.
by David S. Miller
· 12 years ago
521f549
ipv4: show pmtu in route list
by Julian Anastasov
· 12 years ago
6f458df
tcp: improve latencies of timer triggered events
by Eric Dumazet
· 12 years ago
9dc2741
tcp: fix ABC in tcp_slow_start()
by Eric Dumazet
· 12 years ago
5815d5e
tcp: use hash_32() in tcp_metrics
by Eric Dumazet
· 12 years ago
67b95bd
tcp: Return bool instead of int where appropriate
by Vijay Subramanian
· 12 years ago
f31fd383
ipv4: Fix again the time difference calculation
by Julian Anastasov
· 12 years ago
abaa72d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
67da22d
net-tcp: Fast Open client - cookie-less mode
by Yuchung Cheng
· 12 years ago
aab4874
net-tcp: Fast Open client - detecting SYN-data drops
by Yuchung Cheng
· 12 years ago
cf60af0
net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)
by Yuchung Cheng
· 12 years ago
8e4178c
net-tcp: Fast Open client - receiving SYN-ACK
by Yuchung Cheng
· 12 years ago
783237e
net-tcp: Fast Open client - sending SYN-data
by Yuchung Cheng
· 12 years ago
1fe4c48
net-tcp: Fast Open client - cookie cache
by Yuchung Cheng
· 12 years ago
2100c8d
net-tcp: Fast Open base
by Yuchung Cheng
· 12 years ago
be9f4a4
ipv4: tcp: remove per net tcp_sock
by Eric Dumazet
· 12 years ago
aee06da
ipv4: use seqlock for nh_exceptions
by Julian Anastasov
· 12 years ago
7fed84f
ipv4: Fix time difference calculation in rt_bind_exception().
by David S. Miller
· 12 years ago
0cc535a
ipv4: fix address selection in fib_compute_spec_dst
by Julian Anastasov
· 12 years ago
6255e5e
ipv4: optimize fib_compute_spec_dst call in ip_options_echo
by Julian Anastasov
· 12 years ago
ddbe503
ipv6: add ipv6_addr_hash() helper
by Eric Dumazet
· 12 years ago
1181412
net/ipv4: VTI support new module for ip_vti.
by Saurabh
· 12 years ago
eb8637c
net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.
by Saurabh
· 12 years ago
e371589
tcp: refine SYN handling in tcp_validate_incoming
by Eric Dumazet
· 12 years ago
89d7ae3
cipso: don't follow a NULL pointer when setsockopt() is called
by Paul Moore
· 12 years ago
5abf7f7
ipv4: fix rcu splat
by Eric Dumazet
· 12 years ago
d3a25c9
ipv4: Fix nexthop exception hash computation.
by David S. Miller
· 12 years ago
a6ff1a2
Merge branch 'nexthop_exceptions'
by David S. Miller
· 12 years ago
4895c77
ipv4: Add FIB nexthop exceptions.
by David S. Miller
· 12 years ago
0c24604
tcp: implement RFC 5961 4.2
by Eric Dumazet
· 12 years ago
6700c27
net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()
by David S. Miller
· 12 years ago
282f23c
tcp: implement RFC 5961 3.2
by Eric Dumazet
· 12 years ago
51d7ccc
net: make sock diag per-namespace
by Andrey Vagin
· 12 years ago
a6df1ae
tcp: add OFO snmp counters
by Eric Dumazet
· 12 years ago
80d0a69
ipv4: Add helper inet_csk_update_pmtu().
by David S. Miller
· 12 years ago
85b91b0
ipv4: Don't store a rule pointer in fib_result.
by David S. Miller
· 12 years ago
d01cb20
tcp: add LAST_ACK as a valid state for TSQ
by Eric Dumazet
· 12 years ago
391e5c2
ipv4: Remove tb_peers from fib_table.
by David S. Miller
· 12 years ago
f0a70e9
ipv4: Put proper checks into icmp_socket_deliver().
by David S. Miller
· 12 years ago
99ee038
ipv4: Fix warnings in ip_do_redirect() for some configurations.
by David S. Miller
· 12 years ago
1ed5c48
net: Remove checks for dst_ops->redirect being NULL.
by David S. Miller
· 12 years ago
b587ee3
net: Add dummy dst_ops->redirect method where needed.
by David S. Miller
· 12 years ago
1f42539
ipv4: Kill ip_rt_redirect().
by David S. Miller
· 12 years ago
55be7a9
ipv4: Add redirect support to all protocol icmp error handlers.
by David S. Miller
· 12 years ago
b42597e
ipv4: Add ipv4_redirect() and ipv4_sk_redirect() helper functions.
by David S. Miller
· 12 years ago
e47a185
ipv4: Generalize ip_do_redirect() and hook into new dst_ops->redirect.
by David S. Miller
· 12 years ago
9420612
ipv4: Rearrange arguments to ip_rt_redirect()
by David S. Miller
· 12 years ago
d0da720
ipv4: Pull redirect instantiation out into a helper function.
by David S. Miller
· 12 years ago
d3351b7
ipv4: Deliver ICMP redirects to sockets too.
by David S. Miller
· 12 years ago
1de9243
ipv4: Pull icmp socket delivery out into a helper function.
by David S. Miller
· 12 years ago
46d3cea
tcp: TCP Small Queues
by Eric Dumazet
· 12 years ago
2100844
tcp: Fix out of bounds access to tcpm_vals
by Alexander Duyck
· 12 years ago
ae86b9e
net: Fix non-kernel-doc comments with kernel-doc start marker
by Ben Hutchings
· 12 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
f185071
ipv4: Remove inetpeer from routes.
by David S. Miller
· 12 years ago
3124873
ipv4: Calling ->cow_metrics() now is a bug.
by David S. Miller
· 12 years ago
2db2d67
ipv4: Kill dst_copy_metrics() call from ipv4_blackhole_route().
by David S. Miller
· 12 years ago
710ab6c
ipv4: Enforce max MTU metric at route insertion time.
by David S. Miller
· 12 years ago
5943634
ipv4: Maintain redirect and PMTU info in struct rtable again.
by David S. Miller
· 12 years ago
87a5069
rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().
by David S. Miller
· 12 years ago
3e12939
inet: Kill FLOWI_FLAG_PRECOW_METRICS.
by David S. Miller
· 12 years ago
1d861aa
inet: Minimize use of cached route inetpeer.
by David S. Miller
· 12 years ago
16d1839
inet: Remove ->get_peer() method.
by David S. Miller
· 12 years ago
b6242b9
tcp: Remove tw->tw_peer
by David S. Miller
· 12 years ago
81166dd
tcp: Move timestamps from inetpeer to metrics cache.
by David S. Miller
· 12 years ago
794785b
net: Don't report route RTT metric value in cache dumps.
by David S. Miller
· 12 years ago
51c5d0c
tcp: Maintain dynamic metrics in local cache.
by David S. Miller
· 12 years ago
ab92bb2
tcp: Abstract back handling peer aliveness test into helper function.
by David S. Miller
· 12 years ago
4aabd8e
tcp: Move dynamnic metrics handling into seperate file.
by David S. Miller
· 12 years ago
d3a5ea6
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 12 years ago
f4530fa
ipv4: Avoid overhead when no custom FIB rules are installed.
by David S. Miller
· 12 years ago
bf5e53e
ipv4: defer fib_compute_spec_dst() call
by Eric Dumazet
· 12 years ago
f187bc6
ipv4: No need to set generic neighbour pointer.
by David S. Miller
· 12 years ago
f894cbf
net: Add optional SKB arg to dst_ops->neigh_lookup().
by David S. Miller
· 12 years ago
5110effe
net: Do delayed neigh confirmation.
by David S. Miller
· 12 years ago
3c521f2
ipv4: Don't report neigh uptodate state in rtcache procfs.
by David S. Miller
· 12 years ago
a263b30
ipv4: Make neigh lookups directly in output packet path.
by David S. Miller
· 12 years ago
1160472
ipv4: Fix crashes in ip_options_compile().
by David S. Miller
· 12 years ago
0891147
netfilter: nf_conntrack: generalize nf_ct_l4proto_net
by Pablo Neira Ayuso
· 12 years ago
a31f2d1
netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
by Pablo Neira Ayuso
· 12 years ago
7a9bc9b
ipv4: Elide fib_validate_source() completely when possible.
by David S. Miller
· 12 years ago
3085a4b
ipv4: Remove extraneous assignment of dst->tclassid.
by David S. Miller
· 12 years ago
9e56e38
ipv4: Adjust in_dev handling in fib_validate_source()
by David S. Miller
· 12 years ago
a207a4b
ipv4: Fix bugs in fib_compute_spec_dst().
by David S. Miller
· 12 years ago
41347dc
ipv4: Kill rt->rt_spec_dst, no longer used.
by David S. Miller
· 12 years ago
35ebf65
ipv4: Create and use fib_compute_spec_dst() helper.
by David S. Miller
· 12 years ago
70e7341
ipv4: Show that ip_send_reply() is purely unicast routine.
by David S. Miller
· 12 years ago
160eb5a
ipv4: Kill early demux method return value.
by David S. Miller
· 12 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
Next »