aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_route.c
AgeCommit message (Expand)Author
2017-06-16decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2016-04-10decnet: Do not build routes to devices without decnet private data.David S. Miller
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2015-10-16netfilter: turn NF_HOOK into an inline functionArnd Bergmann
2015-10-08dst: Pass net into dst->outputEric W. Biederman
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman
2015-03-06DECnet: Only use neigh_ops for adding the link layer headerEric W. Biederman
2015-02-23decnet: Fix obvious o/0 typoRasmus Villemoes
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-01-14decnet: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert
2013-03-22decnet: Move rtm_dn_policy to dn_route to make it available if !CONFIG_DECNET...Thomas Graf
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-03-22decnet: Parse netlink attributes on our ownThomas Graf
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-01-28decnet: use correct RCU API to deref sk_dst_cache fieldCong Wang
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-08-09net: Loopback ifindex is constant nowPavel Emelyanov
2012-07-23decnet: Don't set RTCF_DIRECTSRC.David S. Miller
2012-07-20net: Document dst->obsolete better.David S. Miller
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller
2012-07-12net: Add dummy dst_ops->redirect method where needed.David S. Miller
2012-07-10rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().David S. Miller
2012-07-10net: Don't report route RTT metric value in cache dumps.David S. Miller
2012-07-05decnet: Use neighbours privately in dn_route struct.David S. Miller
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller
2012-06-27decnet: Do not use RTA_PUT() macrosThomas Graf
2012-06-26decnet: dn_route: Move away from NLMSG_NEW().David S. Miller
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-02-05decnet: remove unused variable from dn_output()Jesper Juhl
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller
2011-07-01decnet: Reduce switch/case indentJoe Perches
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-04-28net: Use non-zero allocations in dst_alloc().David S. Miller
2011-04-28net: Make dst_alloc() take more explicit initializations.David S. Miller