aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner1-9/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-08-09decnet: fix using plain integer as NULL warningYueHaibing1-2/+2
2018-07-24decnet: whitespace fixesStephen Hemminger1-1/+0
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig1-16/+3
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2017-12-04net: use rtnl_register_module where neededFlorian Westphal1-4/+4
2017-11-30decnet: Move dn_next into decnet route structure.David Miller1-16/+18
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-2/+2
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2017-10-16ipv6: only update __use and lastusetime once per jiffy at mostWei Wang1-4/+4
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-2/+2
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-17net: remove DST_NOGC flagWei Wang1-4/+2
2017-06-17decnet: take dst->__refcnt when struct dn_route is createdWei Wang1-17/+19
2017-06-16decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang1-10/+4
2017-06-16decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang1-10/+4
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-2/+4
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2016-04-10decnet: Do not build routes to devices without decnet private data.David S. Miller1-1/+8
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-3/+3
2015-10-16netfilter: turn NF_HOOK into an inline functionArnd Bergmann1-2/+0
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-3/+3
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-3/+3
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-12/+12
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-11/+15
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman1-1/+0
2015-03-06DECnet: Only use neigh_ops for adding the link layer headerEric W. Biederman1-9/+0
2015-02-23decnet: Fix obvious o/0 typoRasmus Villemoes1-1/+1
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller1-4/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-2/+14
2014-01-14decnet: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-8/+2
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert1-2/+0
2013-03-22decnet: Move rtm_dn_policy to dn_route to make it available if !CONFIG_DECNET_ROUTERThomas Graf1-0/+14
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-1/+1
2013-03-22decnet: Parse netlink attributes on our ownThomas Graf1-11/+16
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+2
2013-01-28decnet: use correct RCU API to deref sk_dst_cache fieldCong Wang1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-5/+5
2012-08-09net: Loopback ifindex is constant nowPavel Emelyanov1-3/+3
2012-07-23decnet: Don't set RTCF_DIRECTSRC.David S. Miller1-2/+0
2012-07-20net: Document dst->obsolete better.David S. Miller1-2/+2
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-4/+8
2012-07-12net: Add dummy dst_ops->redirect method where needed.David S. Miller1-0/+6