summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: fix redirect handling for TCP packetsMichal Kubecek2013-05-271-1/+6
* rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-1/+1
* net: ipv4: fix waring -Wunused-variableGao feng2013-02-191-4/+5
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-2/+2
* ipv4: Fix route refcount on pmtu discoverySteffen Klassert2013-01-221-2/+9
* ipv4: Invalidate the socket cached route on pmtu events if possibleSteffen Klassert2013-01-211-1/+41
* ipv4: Don't update the pmtu on mtu locked routesSteffen Klassert2013-01-171-0/+3
* ipv4: Remove output route check in ipv4_mtuSteffen Klassert2013-01-171-1/+1
* ipv4/route/rtnl: get mcast attributes when dst is multicastNicolas Dichtel2012-12-071-2/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-251-3/+6
|\
| * ipv4: do not cache looped multicastsJulian Anastasov2012-11-221-2/+5
| * xfrm: Fix the gc threshold value for ipv4Steffen Klassert2012-11-131-1/+1
* | net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-181-0/+4
|/
* ipv4: Fix flushing of cached routing informationsSteffen Klassert2012-10-181-3/+6
* ipv4: fix route mark sparse warningstephen hemminger2012-10-101-1/+1
* ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov2012-10-081-4/+17
* ipv4: introduce rt_uses_gatewayJulian Anastasov2012-10-081-22/+26
* ipv4: make sure nh_pcpu_rth_output is always allocatedJulian Anastasov2012-10-081-3/+0
* ipv4: fix sending of redirectsJulian Anastasov2012-10-081-14/+16
* ipv4: Don't report stale pmtu values to userspaceSteffen Klassert2012-10-081-8/+11
* ipv4: Don't create nh exeption when the device mtu is smaller than the report...Steffen Klassert2012-10-081-0/+3
* ipv4: Always invalidate or update the route on pmtu eventsSteffen Klassert2012-10-081-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-7/+2
|\
| * netns: move net->ipv4.rt_genid to net->rt_genidNicolas Dichtel2012-09-181-7/+2
| * net: rt_cache_flush() cleanupEric Dumazet2012-09-181-17/+2
| * ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-181-16/+3
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-4/+4
* | net: rt_cache_flush() cleanupEric Dumazet2012-09-071-17/+2
* | ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-071-16/+3
* | ipv4: Minor logic clean-up in ipv4_mtuAlexander Duyck2012-08-311-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-311-2/+4
|\|
| * ipv4: must use rcu protection while calling fib_lookupEric Dumazet2012-08-301-0/+2
| * ipv4: take rt_uncached_lock only if neededEric Dumazet2012-08-241-1/+1
| * ipv4: properly update pmtuEric Dumazet2012-08-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-1/+0
|\|
| * ipv4: Cache local output routesYan, Zheng2012-08-141-1/+0
* | net: Loopback ifindex is constant nowPavel Emelyanov2012-08-091-3/+3
* | ipv4: Introduce IN_DEV_NET_ROUTE_LOCALNETEric Dumazet2012-08-041-4/+7
|/
* ipv4: route.c cleanupEric Dumazet2012-08-021-4/+0
* ipv4: Properly purge netdev references on uncached routes.David S. Miller2012-07-311-4/+64
* ipv4: Cache routes in nexthop exception entries.David S. Miller2012-07-311-46/+57
* ipv4: percpu nh_rth_output cacheEric Dumazet2012-07-311-5/+13
* ipv4: Restore old dst_free() behavior.Eric Dumazet2012-07-311-9/+17
* net: ipv4: fix RCU races on dst refcountsEric Dumazet2012-07-301-12/+4
* ipv4: Fix input route performance regression.David S. Miller2012-07-261-26/+22
* ipv4: rt_cache_valid must check expired routesEric Dumazet2012-07-251-3/+5
* ipv4: Change rt->rt_iif encoding.David S. Miller2012-07-231-4/+4
* ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller2012-07-231-1/+1
* ipv4: Remove all RTCF_DIRECTSRC handliing.David S. Miller2012-07-231-9/+2
* ipv4: Kill rt->fiDavid S. Miller2012-07-201-31/+1