aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet
AgeCommit message (Expand)AuthorFilesLines
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 Berg3-3/+6
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann2-2/+5
2014-11-24new helper: memcpy_to_msg()Al Viro1-1/+1
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong1-2/+2
2014-08-22af_decnet: Use time_after_eqHimangi Saraogi1-1/+2
2014-08-22decnet: Use time_after_eqHimangi Saraogi1-1/+2
2014-08-22dn_dev: Use time_beforeHimangi Saraogi1-1/+2
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-1/+1
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman3-5/+5
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-2/+14
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-3/+1
2014-02-09net: Move prototype declaration to header file include/net/dn.h from net/decn...Rashika Kheria1-3/+0
2014-02-09net: Move prototype declaration to appropriate header file from decnet/af_dec...Rashika Kheria1-2/+0
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-1/+2
2014-01-14decnet: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-8/+2
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-2/+0
2013-12-10dn_dev: add support for IFA_FLAGS nl attributeJiri Pirko1-4/+9
2013-12-09neigh: convert parms to an arrayJiri Pirko1-13/+15
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert1-2/+0
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-1/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2-6/+6
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-2/+2
2013-04-07decnet: remove duplicated include from dn_table.cWei Yongjun1-1/+0
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2-8/+8
2013-03-22decnet: Move rtm_dn_policy to dn_route to make it available if !CONFIG_DECNET...Thomas Graf2-14/+14
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf3-5/+5
2013-03-22decnet: Parse netlink attributes on our ownThomas Graf3-126/+154
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-14/+8
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng4-4/+4
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng4-4/+6
2013-02-11net neighbour, decnet: Ensure to align device private data on preferred align...YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-01-28decnet: use correct RCU API to deref sk_dst_cache fieldCong Wang3-4/+6
2013-01-11net/decnet: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-01-11net/decnet/netfilter: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2-0/+12
2012-10-06sections: fix section conflicts in netAndi Kleen1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman3-14/+14
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-2/+1
2012-08-31decnet: fix shutdown parameter checkingXi Wang1-2/+2
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
2012-07-10rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().David S. Miller1-1/+1
2012-07-10net: Don't report route RTT metric value in cache dumps.David S. Miller1-6/+5
2012-07-05decnet: Use neighbours privately in dn_route struct.David S. Miller2-8/+30
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller1-2/+6
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-3/+5
2012-06-27netlink: Get rid of obsolete rtnetlink macrosThomas Graf1-0/+8
2012-06-27decnet: Do not use RTA_PUT() macrosThomas Graf2-51/+79
2012-06-26decnet: dn_table: Move away from NLMSG_NEW().David S. Miller1-5/+6
2012-06-26decnet: dn_route: Move away from NLMSG_NEW().David S. Miller1-5/+7
2012-06-26decnet: dn_rtmsg: Move away from NLMSG_PUT().David S. Miller1-10/+10
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller1-1/+1
2012-06-07netfilter: decnet: switch hook PFs to nfprotoAlban Crequy1-1/+1
2012-06-04net: Remove casts to same typeJoe Perches1-1/+1
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet1-3/+3
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches7-38/+27
2012-04-20net decnet: Convert to use register_net_sysctlEric W. Biederman2-22/+5
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2-4/+4
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet6-19/+20
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+0
2012-04-02decnet: Stop using NLA_PUT*().David S. Miller2-12/+12
2012-03-28Remove all #inclusions of asm/system.hDavid Howells4-4/+0
2012-02-05decnet: remove unused variable from dn_output()Jesper Juhl1-2/+1
2012-02-01decnet: Add missing neigh->ha locking to dn_neigh_output_packet()David S. Miller1-9/+15
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-2/+2
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris1-1/+1
2011-12-28ipv6: Use universal hash for NDISC.David S. Miller1-2/+2
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2-5/+5
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+5
2011-11-26decnet: proper socket refcountingEric Dumazet1-12/+5
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert1-1/+3
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert1-3/+3
2011-11-14neigh: new unresolved queue limitsEric Dumazet1-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2-0/+2
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-3/+3
2011-07-26atomic: use <linux/atomic.h>Arun Sharma4-4/+4
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller1-0/+7
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller2-9/+11
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller2-15/+16
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-4/+1
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller1-3/+0
2011-07-01decnet: Reduce switch/case indentJoe Perches9-597/+603
2011-06-16net: Remove casts of void *Joe Perches1-1/+1
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose3-7/+8
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-17/+12
2011-05-07net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) to kfree_rcu()Lai Jiangshan1-6/+1
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet1-4/+6
2011-04-28net: Use non-zero allocations in dst_alloc().David S. Miller1-0/+2
2011-04-28net: Make dst_alloc() take more explicit initializations.David S. Miller1-11/+2
2011-04-17decnet: Don't leak entries when rebuilding zone.David S. Miller1-2/+3
2011-04-17decnet: Fix set-but-unused variable.David S. Miller1-2/+1
2011-03-12decnet: Convert to use flowidn where applicable.David S. Miller6-170/+177
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller4-52/+56
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller1-2/+10
2011-03-01xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller1-2/+3
2011-02-17net: Add initial_ref arg to dst_alloc().David S. Miller1-2/+2
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller1-5/+13
2011-01-19net: cleanup unused macros in net directoryShan Wei1-1/+0
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina2-3/+5
2010-12-14net: Abstract default MTU metric calculation behind an accessor.David S. Miller1-2/+8
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller2-8/+18
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller1-7/+6
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2010-11-28DECnet: don't leak uninitialized stack byteDan Rosenberg1-0/+2
2010-11-17net: use the macros defined for the members of flowiChangli Gao2-14/+10
2010-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-3/+3
2010-11-11ipv4: Make rt->fl.iif tests lest obscure.David S. Miller1-2/+2
2010-11-10net: avoid limits overflowEric Dumazet2-3/+3
2010-11-08decnet: RCU conversion and get rid of dev_base_lockEric Dumazet5-74/+104
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet1-1/+2
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet1-6/+7
2010-08-16net/decnet: Adjust confusing if indentationJulia Lawall1-4/+4
2010-06-10net-next: remove useless union keywordChangli Gao1-79/+79
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches2-4/+0
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2-15/+15
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy1-1/+1
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy1-1/+1
2010-04-20net: sk_sleep() helperEric Dumazet1-13/+13
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy10-29/+19
2010-04-13net: fib_rules: decouple address families from real address familiesPatrick McHardy1-1/+1
2010-04-13net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy1-1/+0
2010-04-13net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.Patrick McHardy1-18/+1
2010-04-13net: sk_dst_cache RCUificationEric Dumazet1-3/+3
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller8-0/+8
2010-04-03net: convert multicast list to list_headJiri Pirko1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo8-0/+8
2010-03-25netfilter: decnet: use NFPROTO values for NF_HOOK invocationJan Engelhardt3-12/+28
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney1-7/+7
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds6-52/+65
2009-12-03net: Allow fib_rule_unregister to batchEric W. Biederman1-10/+12
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+3
2009-11-25net: use net_eq to compare netsOctavian Purdila5-9/+9
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman2-182/+6
2009-11-11decnet: convert dndev_lock to spinlockstephen hemminger1-7/+12
2009-11-11decnet: add RTNL lock when reading address liststephen hemminger1-0/+4
2009-11-10decnet: use RCU to find network devicesstephen hemminger1-8/+6
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+3
2009-11-06decnet: netdevice refcount leakEric Dumazet1-4/+3
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-11-04decnet: avoid touching device refcount in dn_dev_by_index()Eric Dumazet1-4/+6
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet3-9/+9
2009-10-20net: Fix for dst_negative_adviceKrishna Kumar1-1/+1
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-3/+3
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2-5/+2
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-1/+1
2009-09-01net: make neigh_ops constantStephen Hemminger1-3/+3
2009-07-05net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal1-1/+1
2009-06-26decnet: Use rcu_barrier() on module unload.Jesper Dangaard Brouer1-0/+2
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-1/+1
2009-06-03net: skb->dst accessorsEric Dumazet4-21/+24
2009-05-28decnet: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2-20/+7
2009-05-20net: Remove unused parameter from fill method in fib_rules_ops.Rami Rosen1-1/+1
2009-05-17ipv4: remove an unused parameter from configure method of fib_rules_ops.Rami Rosen1-1/+1
2009-05-09decnet: Use data ready call back, rather than hand coding itSteven Whitehouse1-13/+4
2009-03-21net/*: use linux/kernel.h swap()Ilpo Järvinen1-5/+1
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-2/+1
2009-02-26decnet: fix sparse warnings: symbol shadows an earlier oneHannes Eder3-10/+10
2009-02-26decnet: fix sparse warnings: context imbalanceHannes Eder1-0/+2
2009-02-26decnet: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso2-2/+4
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison2-2/+2
2008-12-10net: Make staticRoel Kluin2-3/+3
2008-11-27decnet: remove private wrappers of endian helpersHarvey Harrison8-86/+88
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan1-3/+3
2008-11-21net: remove redundant argument commentsQinghuang Feng1-1/+0
2008-11-11net: remove struct dst_entry::entry_sizeAlexey Dobriyan1-1/+0
2008-11-03net: '&' reduxAlexey Dobriyan1-22/+22
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+0
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-2/+0
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan2-4/+4
2008-10-15decnet: Fix compiler warning in dn_dev.cDavid S. Miller1-1/+1
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2-2/+2
2008-07-16sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov1-1/+1
2008-07-05net: add fib_rules_ops to flush_cache methodDenis V. Lunev1-1/+1
2008-06-17decnet: Remove SOCK_SLEEP_{PRE,POST} usage.David S. Miller1-15/+15
2008-05-04ip: Use inline function dst_metric() instead of direct access to dst->metric[]Satoru SATOH1-6/+6
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki5-9/+9
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2-2/+2
2008-02-29[ATALK/DECNET]: Use seq_open_private in appletalk and decnet.Pavel Emelyanov1-19/+2
2008-02-07[DECNET] ROUTE: remove unecessary alignmentEric Dumazet1-1/+1
2008-01-28[NETNS]: FIB rules API cleanup.Denis V. Lunev1-2/+2
2008-01-28[FIB]: Add netns to fib_rules_ops.Denis V. Lunev1-0/+1
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev1-2/+2
2008-01-28[NETNS][DST] dst: pass the dst_ops as parameter to the gc functionsDaniel Lezcano1-2/+2
2008-01-28[NETNS]: Pass fib_rules_ops into default_pref method.Denis V. Lunev1-1/+1
2008-01-28[NETNS]: Add netns parameter to fib_rules_(un)register.Denis V. Lunev1-2/+2
2008-01-28[DECNET]: Switch to using ctl_paths.Pavel Emelyanov2-55/+20