summaryrefslogtreecommitdiff
path: root/include/net/route.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-31ipv4: Use flowi4_init_output() in net/route.hDavid S. Miller1-36/+24
2011-03-25route: Take the right src and dst addresses in ip_route_newportsSteffen Klassert1-2/+2
2011-03-22ipv4: fix route deletion for IPs on many subnetsJulian Anastasov1-0/+1
2011-03-13net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller1-7/+7
2011-03-13ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-59/+59
2011-03-13net: Make flowi ports AF dependent.David S. Miller1-20/+23
2011-03-13net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-18/+18
2011-03-13ipv4: Create and use route lookup helpers.David S. Miller1-0/+48
2011-03-05ipv4: Remove flowi from struct rtable.David S. Miller1-9/+13
2011-03-05ipv4: Use passed-in protocol in ip_route_newports().David S. Miller1-1/+1
2011-03-03ipv4: ip_route_output_key() is better as an inline.David S. Miller1-1/+5
2011-03-03ipv4: Make output route lookup return rtable directly.David S. Miller1-29/+29
2011-03-02xfrm: Handle blackhole route creation via afinfo.David S. Miller1-0/+1
2011-03-02ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller1-3/+3
2011-03-02net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller1-0/+2
2011-03-02ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller1-3/+3
2011-03-02ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller1-2/+2
2011-02-25ipv4: Rearrange how ip_route_newports() gets port keys.David S. Miller1-8/+11
2011-02-11inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller1-0/+1
2011-01-28net: Pre-COW metrics for TCP.David S. Miller1-0/+4
2011-01-27net: 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-13ipv4: 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-12ipv4: 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-28tproxy: check for transparent flag in ip_route_newportsUlrich Weber1-0/+2
2010-06-11net-next: remove useless union keywordChangli Gao1-4/+2
2010-05-18net: implements ip_route_input_noref()Eric Dumazet1-1/+16
2010-02-17percpu: add __percpu sparse annotations to netTejun Heo1-1/+1
2009-12-02net: 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-06netns: 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-25[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2008-03-24[NET]: include/net/route.h - remove duplicate includeJoe Perches1-1/+0
2008-02-01[IPV4] route cache: Introduce rt_genid for smooth cache invalidationEric Dumazet1-0/+1
2008-02-01[NET]: Introducing socket mark socket option.Laszlo Attila Toth1-0/+2
2008-01-29[NETNS]: Routing cache virtualization.Denis V. Lunev1-1/+1
2008-01-29[NETNS]: Correct namespace for connect-time routing.Denis V. Lunev1-3/+5
2008-01-29[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-1/+1
2008-01-29[NETNS]: Add namespace parameter to ip_route_output_flow.Denis V. Lunev1-3/+3
2008-01-29[NETNS]: Add namespace parameter to __ip_route_output_key.Denis V. Lunev1-2/+2
2008-01-29[NETNS]: Pass namespace through ip_rt_ioctl.Denis V. Lunev1-1/+1
2008-01-29[NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman1-2/+2
2008-01-29[IPV4]: Add inet_dev_addr_type()Laszlo Attila Toth1-0/+1