Alexander Duyck
|
fc70fb640b
net: Handle encapsulated offloads before fragmentation or handing to lower dev
|
12 years ago |
Julian Anastasov
|
155e8336c3
ipv4: introduce rt_uses_gateway
|
12 years ago |
Eric Dumazet
|
5640f76858
net: use a per task frag allocator
|
12 years ago |
Patrick McHardy
|
5f2d04f1f9
ipv4: fix path MTU discovery with connection tracking
|
13 years ago |
Eric Dumazet
|
a9915a1b52
ipv4: fix ip header ident selection in __ip_make_skb()
|
13 years ago |
Eric Dumazet
|
b5ec8eeac4
ipv4: fix ip_send_skb()
|
13 years ago |
Eric Dumazet
|
3a7c384ffd
ipv4: tcp: unicast_sock should not land outside of TCP stack
|
13 years ago |
Vasiliy Kulikov
|
9871f1ad67
ip: fix error handling in ip_finish_output2()
|
13 years ago |
David S. Miller
|
5e9965c15b
Merge branch 'kill_rtcache'
|
13 years ago |
Eric Dumazet
|
0980e56e50
ipv4: tcp: set unicast_sock uc_ttl to -1
|
13 years ago |
David S. Miller
|
f8126f1d51
ipv4: Adjust semantics of rt->rt_gateway.
|
13 years ago |
Eric Dumazet
|
be9f4a44e7
ipv4: tcp: remove per net tcp_sock
|
13 years ago |
David S. Miller
|
5110effee8
net: Do delayed neigh confirmation.
|
13 years ago |
David S. Miller
|
a263b30936
ipv4: Make neigh lookups directly in output packet path.
|
13 years ago |
David S. Miller
|
70e7341673
ipv4: Show that ip_send_reply() is purely unicast routine.
|
13 years ago |
Michel Machado
|
95603e2293
net-next: add dev_loopback_xmit() to avoid duplicate code
|
13 years ago |
Eric Dumazet
|
5d0ba55b64
net: use consume_skb() in place of kfree_skb()
|
13 years ago |
Joe Perches
|
e87cc4728f
net: Convert net_ratelimit uses to net_<level>_ratelimited
|
13 years ago |
David Howells
|
9ffc93f203
Remove all #inclusions of asm/system.h
|
13 years ago |
David Miller
|
2721745501
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
|
13 years ago |
Eric Dumazet
|
84f9307c5d
ipv4: use a 64bit load/store in output path
|
13 years ago |
Eric Dumazet
|
66b13d99d9
ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAIT
|
13 years ago |
Eric Dumazet
|
9e903e0852
net: add skb frag size accessors
|
13 years ago |
Ian Campbell
|
aff65da0f1
net: ipv4: convert to SKB frag APIs
|
14 years ago |
Julian Anastasov
|
d52fbfc9e5
ipv4: use dst with ref during bcast/mcast loopback
|
14 years ago |
Eric Dumazet
|
f2c31e32b3
net: fix NULL dereferences in check_peer_redir()
|
14 years ago |
Bill Sommerfeld
|
d9be4f7a6f
ipv4: Constrain UFO fragment sizes to multiples of 8 bytes
|
14 years ago |
David S. Miller
|
69cce1d140
net: Abstract dst->neighbour accesses behind helpers.
|
14 years ago |
David S. Miller
|
05e3aa0949
net: Create and use new helper, neigh_output().
|
14 years ago |
David S. Miller
|
fec8292d9c
ipv4: Use calculated 'neigh' instead of re-evaluating dst->neighbour
|
14 years ago |