summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-0/+3
|\
| * ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei2015-01-291-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-4/+5
|\ \ | |/
| * ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2015-01-261-4/+5
* | netlink: Fix bugs in nlmsg_end() conversions.David S. Miller2015-01-181-1/+1
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* | ipv4: per cpu uncached listEric Dumazet2015-01-151-13/+33
|/
* ipv4: Do not cache routing failures due to disabled forwarding.Nicolas Cavallari2014-10-301-0/+1
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-2/+2
|\
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-261-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-1/+1
|\ \
| * | neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong2014-09-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-3/+3
|\ \ \ | |/ /
| * | xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert2014-09-161-3/+3
| |/
* | ipv4: harden fnhe_hashfun()Eric Dumazet2014-09-051-4/+4
* | ipv4: fix a race in update_or_create_fnhe()Eric Dumazet2014-09-051-3/+3
|/
* ipv4: removed redundant conditionalNiv Yehezkel2014-08-081-2/+0
* ip: make IP identifiers less predictableEric Dumazet2014-07-281-3/+29
* ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet2014-06-301-7/+8
* inetpeer: get rid of ip_id_countEric Dumazet2014-06-021-29/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-1/+1
|\
| * ipv4: initialise the itag variable in __mkroute_inputLi RongQing2014-05-221-1/+1
* | net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti2014-05-131-0/+7
|/
* ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source()Cong Wang2014-04-161-2/+1
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-2/+2
* ipv4: return valid RTA_IIF on ip route getJulian Anastasov2014-04-131-1/+1
* net: replace __this_cpu_inc in route.c with raw_cpu_incChristoph Lameter2014-04-071-1/+1
* ipv4: remove ip_rt_dump from route.cLi RongQing2014-03-241-5/+0
* ipv4: remove ipv4_ifdown_dst from route.cLi RongQing2014-03-241-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-191-4/+9
|\
| * ipv4: fix counter in_slow_totDuan Jiong2014-02-171-2/+2
| * ipv4: distinguish EHOSTUNREACH from the ENETUNREACHDuan Jiong2014-02-161-2/+7
* | net: remove unnecessary return'sstephen hemminger2014-02-131-1/+0
|/
* ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa2014-01-131-3/+0
* ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov2013-11-201-2/+6
* ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa2013-11-051-0/+4
* ipv4: shrink rt_cache_statEric Dumazet2013-10-171-8/+8
* ipv4: fix ineffective source address selectionJiri Benc2013-10-071-1/+1
* ipv4: raise IP_MAX_MTU to theoretical limitEric Dumazet2013-08-201-5/+3
* net: split rt_genid for ipv4 and ipv6fan.du2013-07-311-8/+8
* ipv4: use next hop exceptions also for input routesTimo Teräs2013-06-281-15/+50
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-051-1/+6
|\
| * ipv4: fix redirect handling for TCP packetsMichal Kubecek2013-05-271-1/+6
* | ipv4: use separate genid for next hop exceptionsTimo Teräs2013-06-031-2/+10
* | ipv4: rate limit updating of next hop exceptions with same pmtuTimo Teräs2013-06-031-0/+4
* | ipv4: properly refresh rtable entries on pmtu/redirect eventsTimo Teräs2013-06-031-26/+37
|/
* 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
OpenPOWER on IntegriCloud