summaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_route.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner2019-05-211-9/+1Star
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* decnet: fix using plain integer as NULL warningYueHaibing2018-08-091-2/+2
* decnet: whitespace fixesStephen Hemminger2018-07-241-1/+0Star
* proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-161-16/+3Star
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0Star
* net: use rtnl_register_module where neededFlorian Westphal2017-12-041-4/+4
* decnet: Move dn_next into decnet route structure.David Miller2017-11-301-16/+18
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-2/+2
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-4/+4
|\
| * ipv6: only update __use and lastusetime once per jiffy at mostWei Wang2017-10-161-4/+4
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
|/
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-101-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-1/+1
|\
| * decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang2017-06-161-10/+4Star
* | net: remove DST_NOGC flagWei Wang2017-06-181-4/+2Star
* | decnet: take dst->__refcnt when struct dn_route is createdWei Wang2017-06-181-17/+19
* | decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang2017-06-161-10/+4Star
|/
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-2/+4
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* decnet: Do not build routes to devices without decnet private data.David S. Miller2016-04-111-1/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-10-171-3/+3
|\
| * dst: Pass net into dst->outputEric W. Biederman2015-10-081-3/+3
* | netfilter: turn NF_HOOK into an inline functionArnd Bergmann2015-10-161-2/+0Star
|/
* netfilter: Pass net into okfnEric W. Biederman2015-09-181-3/+3
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-181-12/+12
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-11/+15
* net: Remove protocol from struct dst_opsEric W. Biederman2015-03-091-1/+0Star
* DECnet: Only use neigh_ops for adding the link layer headerEric W. Biederman2015-03-061-9/+0Star
* decnet: Fix obvious o/0 typoRasmus Villemoes2015-02-231-1/+1
* netlink: Fix bugs in nlmsg_end() conversions.David S. Miller2015-01-191-4/+1Star
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* 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