Commit Graph

336 Commits (0359de7dd501f694f01b61364c9b633eab41f494)

Author SHA1 Message Date
David S. Miller 6e5714eaf7 net: Compute protocol sequence numbers and fragment IDs using MD5. 14 years ago
Eric Dumazet f2c31e32b3 net: fix NULL dereferences in check_peer_redir() 14 years ago
Julian Anastasov b0fe4a3184 ipv4: use RT_TOS after some rt_tos conversions 14 years ago
David S. Miller d3aaeb38c4 net: Add ->neigh_lookup() operation to dst_ops 14 years ago
David S. Miller 69cce1d140 net: Abstract dst->neighbour accesses behind helpers. 14 years ago
David S. Miller b23b5455b6 neigh: Kill hh_cache->hh_output 14 years ago
David S. Miller f6b72b6217 net: Embed hh_cache inside of struct neighbour. 14 years ago
David Miller 3769cffb1c ipv4: Inline neigh binding. 14 years ago
Joe Perches 4500ebf8d1 ipv4: Reduce switch/case indent 14 years ago
Eric Dumazet 9aa3c94ce5 ipv4: fix multicast losses 14 years ago
Greg Rose c7ac8679be rtnetlink: Compute and store minimum ifinfo dump size 14 years ago
Eric Dumazet fe6fe792fa net: pmtu_expires fixes 14 years ago
Dave Jones c378a9c019 ipv4: Give backtrace in ip_rt_bug(). 14 years ago
David S. Miller a48eff1288 ipv4: Pass explicit destination address to rt_bind_peer(). 14 years ago
David S. Miller 6882f933cc ipv4: Kill RT_CACHE_DEBUG 14 years ago
David S. Miller c5be24ff62 ipv4: Trivial rt->rt_src conversions in net/ipv4/route.c 14 years ago
David S. Miller 8e36360ae8 ipv4: Remove route key identity dependencies in ip_rt_get_source(). 14 years ago
David S. Miller 9a1b9496cd ipv4: Pass explicit saddr/daddr args to ipmr_get_route(). 14 years ago
David S. Miller 475949d8e8 ipv4: Renamt struct rtable's rt_tos to rt_key_tos. 14 years ago
David S. Miller 5615787257 ipv4: Make sure flowi4->{saddr,daddr} are always set. 14 years ago
David S. Miller 813b3b5db8 ipv4: Use caller's on-stack flowi as-is in output route lookups. 14 years ago
David S. Miller cf91166223 net: Use non-zero allocations in dst_alloc(). 14 years ago
David S. Miller 5c1e6aa300 net: Make dst_alloc() take more explicit initializations. 14 years ago
Held Bernhard 0972ddb237 net: provide cow_metrics() methods to blackhole dst_ops 14 years ago
Eric Dumazet b71d1d426d inet: constify ip headers and in6_addr 14 years ago
David S. Miller 21d8c49e01 ipv4: Call fib_select_default() only when actually necessary. 14 years ago
Michael Smith 5c04c819a2 fib_validate_source(): pass sk_buff instead of mark 14 years ago
OGAWA Hirofumi 1b86a58f9d ipv4: Fix "Set rt->rt_iif more sanely on output routes." 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
David S. Miller 436c3b66ec ipv4: Invalidate nexthop cache nh_saddr more correctly. 14 years ago
Eric Dumazet eb49a97363 ipv4: fix ip_rt_update_pmtu() 14 years ago
Dan Siemon 4a2b9c3756 net_sched: fix ip_tos2prio 14 years ago
Hiroaki SHIMODA 46af31800b ipv4: Fix PMTU update. 14 years ago
David S. Miller 9d6ec93801 ipv4: Use flowi4 in public route lookup interfaces. 14 years ago
David S. Miller 68a5e3dd0a ipv4: Use struct flowi4 internally in routing lookups. 14 years ago
David S. Miller 22bd5b9b13 ipv4: Pass ipv4 flow objects into fib_lookup() paths. 14 years ago
David S. Miller 1d28f42c1b net: Put flowi_* prefix on AF independent members of struct flowi 14 years ago
David S. Miller 1b7fe59322 ipv4: Kill flowi arg to fib_select_multipath() 14 years ago
David S. Miller ff3fccb3d0 ipv4: Remove unnecessary test from ip_mkroute_input() 14 years ago
David S. Miller dbdd9a52e3 ipv4: Remove redundant RCU locking in ip_check_mc(). 14 years ago
David S. Miller 67e28ffd86 ipv4: Optimize flow initialization in input route lookup. 14 years ago
David S. Miller 5e2b61f784 ipv4: Remove flowi from struct rtable. 14 years ago
David S. Miller 1018b5c016 ipv4: Set rt->rt_iif more sanely on output routes. 14 years ago
David S. Miller 3c0afdca44 ipv4: Get peer more cheaply in rt_init_metrics(). 14 years ago
David S. Miller 44713b67db ipv4: Optimize flow initialization in output route lookup. 14 years ago
David S. Miller 5bfa787fb2 ipv4: ip_route_output_key() is better as an inline. 14 years ago
David S. Miller b23dd4fe42 ipv4: Make output route lookup return rtable directly. 14 years ago
David S. Miller 452edd598f xfrm: Return dst directly from xfrm_lookup() 14 years ago
David S. Miller 2774c131b1 xfrm: Handle blackhole route creation via afinfo. 14 years ago
David S. Miller 80c0bc9e37 xfrm: Kill XFRM_LOOKUP_WAIT flag. 14 years ago