summaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_route.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-2/+14
* decnet: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue2014-01-151-8/+2Star
* net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-061-2/+0Star
* decnet: Move rtm_dn_policy to dn_route to make it available if !CONFIG_DECNET...Thomas Graf2013-03-221-0/+14
* rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-1/+1
* decnet: Parse netlink attributes on our ownThomas Graf2013-03-221-11/+16
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+2
* decnet: use correct RCU API to deref sk_dst_cache fieldCong Wang2013-01-281-1/+1
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-5/+5
* net: Loopback ifindex is constant nowPavel Emelyanov2012-08-101-3/+3
* decnet: Don't set RTCF_DIRECTSRC.David S. Miller2012-07-231-2/+0Star
* net: Document dst->obsolete better.David S. Miller2012-07-201-2/+2
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-4/+8
* net: Add dummy dst_ops->redirect method where needed.David S. Miller2012-07-121-0/+6
* rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().David S. Miller2012-07-111-1/+1
* net: Don't report route RTT metric value in cache dumps.David S. Miller2012-07-111-6/+5Star
* decnet: Use neighbours privately in dn_route struct.David S. Miller2012-07-051-7/+29
* net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller2012-07-051-2/+6
* decnet: Do not use RTA_PUT() macrosThomas Graf2012-06-281-23/+38
* decnet: dn_route: Move away from NLMSG_NEW().David S. Miller2012-06-271-5/+7
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-10/+5Star
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-9/+9
* decnet: remove unused variable from dn_output()Jesper Juhl2012-02-051-2/+1Star
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-4/+4
* net: Move mtu handling down to the protocol depended handlersSteffen Klassert2011-11-261-1/+3
* net: Rename the dst_opt default_mtu method to mtuSteffen Klassert2011-11-261-3/+3
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
* net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller2011-07-181-0/+7
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-181-8/+10
* neigh: Pass neighbour entry to output ops.David S. Miller2011-07-181-3/+10
* decnet: Reduce switch/case indentJoe Perches2011-07-021-51/+51
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-101-2/+3
* net: Use non-zero allocations in dst_alloc().David S. Miller2011-04-291-0/+2
* net: Make dst_alloc() take more explicit initializations.David S. Miller2011-04-291-11/+2Star
* decnet: Convert to use flowidn where applicable.David S. Miller2011-03-131-133/+136
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-131-46/+50
* xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-021-2/+10
* xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller2011-03-011-2/+3
* net: Add initial_ref arg to dst_alloc().David S. Miller2011-02-181-2/+2
* net: Implement read-only protection and COW'ing of metrics.David S. Miller2011-01-271-5/+13
* net: Abstract default MTU metric calculation behind an accessor.David S. Miller2010-12-141-2/+8
* net: Abstract default ADVMSS behind an accessor.David S. Miller2010-12-131-6/+16
* net: Abstract away all dst_entry metrics accesses.David S. Miller2010-12-091-7/+6Star
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-13/+9Star
* ipv4: Make rt->fl.iif tests lest obscure.David S. Miller2010-11-121-2/+2
* decnet: RCU conversion and get rid of dev_base_lockEric Dumazet2010-11-081-29/+39
* net dst: use a percpu_counter to track entriesEric Dumazet2010-10-111-1/+2
* net-next: remove useless union keywordChangli Gao2010-06-111-79/+79
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-181-1/+0Star