aboutsummaryrefslogtreecommitdiff
path: root/net/decnet/dn_route.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuGravatar Hangbin Liu 1-2/+4
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Gravatar Thomas Gleixner 1-9/+1
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-2/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-1/+1
2018-08-09decnet: fix using plain integer as NULL warningGravatar YueHaibing 1-2/+2
2018-07-24decnet: whitespace fixesGravatar Stephen Hemminger 1-1/+0
2018-05-16proc: introduce proc_create_seq_privateGravatar Christoph Hellwig 1-16/+3
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-1/+0
2017-12-04net: use rtnl_register_module where neededGravatar Florian Westphal 1-4/+4
2017-11-30decnet: Move dn_next into decnet route structure.Gravatar David Miller 1-16/+18
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-2/+2
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-4/+4
2017-10-16ipv6: only update __use and lastusetime once per jiffy at mostGravatar Wei Wang 1-4/+4
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 1-1/+1
2017-08-09rtnetlink: make rtnl_register accept a flags parameterGravatar Florian Westphal 1-2/+2
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-06-17net: remove DST_NOGC flagGravatar Wei Wang 1-4/+2
2017-06-17decnet: take dst->__refcnt when struct dn_route is createdGravatar Wei Wang 1-17/+19
2017-06-16decnet: always not take dst->__refcnt when inserting dst into hash tableGravatar Wei Wang 1-10/+4
2017-06-16decnet: always not take dst->__refcnt when inserting dst into hash tableGravatar Wei Wang 1-10/+4
2017-04-17net: rtnetlink: plumb extended ack to doit functionGravatar David Ahern 1-2/+4
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-1/+1
2016-04-10decnet: Do not build routes to devices without decnet private data.Gravatar David S. Miller 1-1/+8
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Gravatar Pablo Neira Ayuso 1-3/+3
2015-10-16netfilter: turn NF_HOOK into an inline functionGravatar Arnd Bergmann 1-2/+0
2015-10-08dst: Pass net into dst->outputGravatar Eric W. Biederman 1-3/+3
2015-09-17netfilter: Pass net into okfnGravatar Eric W. Biederman 1-3/+3
2015-09-17netfilter: Pass struct net into the netfilter hooksGravatar Eric W. Biederman 1-12/+12
2015-04-07netfilter: Pass socket pointer down through okfn().Gravatar David Miller 1-11/+15
2015-03-09net: Remove protocol from struct dst_opsGravatar Eric W. Biederman 1-1/+0
2015-03-06DECnet: Only use neigh_ops for adding the link layer headerGravatar Eric W. Biederman 1-9/+0
2015-02-23decnet: Fix obvious o/0 typoGravatar Rasmus Villemoes 1-1/+1
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.Gravatar David S. Miller 1-4/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidGravatar Johannes Berg 1-1/+2
2014-04-15ipv4: add a sock pointer to dst->output() path.Gravatar Eric Dumazet 1-2/+14
2014-01-14decnet: use __dev_get_by_index instead of dev_get_by_index to find interfaceGravatar Ying Xue 1-8/+2
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPGravatar Steffen Klassert 1-2/+0
2013-03-22decnet: Move rtm_dn_policy to dn_route to make it available if !CONFIG_DECNET...Gravatar Thomas Graf 1-0/+14
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsGravatar Thomas Graf 1-1/+1
2013-03-22decnet: Parse netlink attributes on our ownGravatar Thomas Graf 1-11/+16
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-1/+2
2013-01-28decnet: use correct RCU API to deref sk_dst_cache fieldGravatar Cong Wang 1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-5/+5
2012-08-09net: Loopback ifindex is constant nowGravatar Pavel Emelyanov 1-3/+3
2012-07-23decnet: Don't set RTCF_DIRECTSRC.Gravatar David S. Miller 1-2/+0
2012-07-20net: Document dst->obsolete better.Gravatar David S. Miller 1-2/+2
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()Gravatar David S. Miller 1-4/+8