aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/route.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-12net: Make flowi ports AF dependent.David S. Miller1-20/+23
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-18/+18
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-0/+48
2011-03-04ipv4: Remove flowi from struct rtable.David S. Miller1-9/+13
2011-03-04ipv4: Use passed-in protocol in ip_route_newports().David S. Miller1-1/+1
2011-03-02ipv4: ip_route_output_key() is better as an inline.David S. Miller1-1/+5
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-29/+29
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller1-0/+1
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller1-3/+3
2011-03-01net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller1-0/+2
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller1-3/+3
2011-03-01ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller1-2/+2
2011-02-24ipv4: Rearrange how ip_route_newports() gets port keys.David S. Miller1-8/+11
2011-02-10inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller1-0/+1
2011-01-27net: Pre-COW metrics for TCP.David S. Miller1-0/+4
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller1-0/+2
2010-12-20ipv4: Flush per-ns routing cache more sanely.David S. Miller1-1/+1
2010-12-12ipv4: Don't pre-seed hoplimit metric.David S. Miller1-0/+11
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-7/+5
2010-11-11ipv4: Make rt->fl.iif tests lest obscure.David S. Miller1-0/+10
2010-11-11net: get rid of rtable->idevEric Dumazet1-2/+0
2010-09-27tproxy: check for transparent flag in ip_route_newportsUlrich Weber1-0/+2
2010-06-10net-next: remove useless union keywordChangli Gao1-4/+2
2010-05-17net: implements ip_route_input_noref()Eric Dumazet1-1/+16
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo1-1/+1
2009-12-01net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman1-0/+1
2009-11-04net: cleanup include/netEric Dumazet1-8/+4
2009-06-03net: skb->rtable accessorEric Dumazet1-1/+1
2008-10-01ipv4: Conditionally enable transparent flow flag when connectingKOVACS Krisztian1-1/+5
2008-10-01ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian1-0/+5
2008-07-27missing bits of net-namespace / sysctlAl Viro1-2/+0
2008-07-05netns: add namespace parameter to rt_cache_flushDenis V. Lunev1-1/+1
2008-04-29ipv4: Update MTU to all related cache entries in ip_rt_frag_needed()Timo Teras1-1/+1
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2008-03-23[NET]: include/net/route.h - remove duplicate includeJoe Perches1-1/+0
2008-01-31[IPV4] route cache: Introduce rt_genid for smooth cache invalidationEric Dumazet1-0/+1
2008-01-31[NET]: Introducing socket mark socket option.Laszlo Attila Toth1-0/+2
2008-01-28[NETNS]: Routing cache virtualization.Denis V. Lunev1-1/+1
2008-01-28[NETNS]: Correct namespace for connect-time routing.Denis V. Lunev1-3/+5
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-1/+1
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_flow.Denis V. Lunev1-3/+3
2008-01-28[NETNS]: Add namespace parameter to __ip_route_output_key.Denis V. Lunev1-2/+2
2008-01-28[NETNS]: Pass namespace through ip_rt_ioctl.Denis V. Lunev1-1/+1
2008-01-28[NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman1-2/+2
2008-01-28[IPV4]: Add inet_dev_addr_type()Laszlo Attila Toth1-0/+1
2007-12-07[IPV4]: Remove prototype of ip_rt_adviceDenis V. Lunev1-1/+0
2007-07-10[IPV4]: Make ip_tos2prio const.Philippe De Muyter1-1/+1
2007-07-10[IPV4]: The scheduled removal of multipath cached routing support.David S. Miller1-1/+0
2007-02-10[IPV4]: Convert ipv4 route to use the new dst_entry 'next' pointerEric Dumazet1-4/+3
2007-02-08[IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.David S. Miller1-2/+3