David S. Miller
|
22f728f8f3
ipv4: Always call ip_options_build() after rest of IP header is filled in.
|
14 years ago |
David S. Miller
|
0a5ebb8000
ipv4: Pass explicit daddr arg to ip_send_reply().
|
14 years ago |
David S. Miller
|
f5fca60865
ipv4: Pass flow key down into ip_append_*().
|
14 years ago |
David S. Miller
|
77968b7824
ipv4: Pass flow keys down into datagram packet building engine.
|
14 years ago |
David S. Miller
|
ea4fc0d619
ipv4: Don't use rt->rt_{src,dst} in ip_queue_xmit().
|
14 years ago |
David S. Miller
|
d9d8da805d
inet: Pass flowi to ->queue_xmit().
|
14 years ago |
David S. Miller
|
b57ae01a8a
ipv4: Use cork flow in ip_queue_xmit()
|
14 years ago |
David S. Miller
|
706527280e
ipv4: Initialize cork->opt using NULL not 0.
|
14 years ago |
David S. Miller
|
b80d72261a
ipv4: Initialize on-stack cork more efficiently.
|
14 years ago |
David S. Miller
|
bdc712b4c2
inet: Decrease overhead of on-stack inet_cork.
|
14 years ago |
David S. Miller
|
dd927a2694
ipv4: In ip_build_and_send_pkt() use 'saddr' and 'daddr' args passed in.
|
14 years ago |
David S. Miller
|
31e4543db2
ipv4: Make caller provide on-stack flow key to ip_route_output_ports().
|
14 years ago |
Eric Dumazet
|
f6d8bd051c
inet: add RCU protection to inet->opt
|
14 years ago |
David S. Miller
|
1c01a80cfe
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
14 years ago |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 years ago |
David S. Miller
|
538de0e01f
ipv4: Use flowi4_init_output() in ip_send_reply()
|
14 years ago |
David S. Miller
|
9cce96df5b
net: Put fl4_* macros to struct flowi4 and use them again.
|
14 years ago |
David S. Miller
|
9d6ec93801
ipv4: Use flowi4 in public route lookup interfaces.
|
14 years ago |
David S. Miller
|
6281dcc94a
net: Make flowi ports AF dependent.
|
14 years ago |
David S. Miller
|
1d28f42c1b
net: Put flowi_* prefix on AF independent members of struct flowi
|
14 years ago |
David S. Miller
|
78fbfd8a65
ipv4: Create and use route lookup helpers.
|
14 years ago |
David S. Miller
|
b23dd4fe42
ipv4: Make output route lookup return rtable directly.
|
14 years ago |
Herbert Xu
|
07df5294a7
inet: Replace left-over references to inet->cork
|
14 years ago |
David S. Miller
|
273447b352
ipv4: Kill can_sleep arg to ip_route_output_flow()
|
14 years ago |
David S. Miller
|
420d44daa7
ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"
|
14 years ago |
Herbert Xu
|
1c32c5ad6f
inet: Add ip_make_skb and ip_finish_skb
|
14 years ago |
Herbert Xu
|
1470ddf7f8
inet: Remove explicit write references to sk/inet in ip_append_data
|
14 years ago |
Herbert Xu
|
5a2ef92023
inet: Remove unused sk_sndmsg_* from UFO
|
14 years ago |
David S. Miller
|
323e126f0c
ipv4: Don't pre-seed hoplimit metric.
|
14 years ago |
David S. Miller
|
5170ae824d
net: Abstract RTAX_HOPLIMIT metric accesses behind helper.
|
14 years ago |