summaryrefslogtreecommitdiffstats
path: root/net/core/drop_monitor.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* drop_monitor: use setup_timerGeliang Tang2017-03-121-3/+2
* drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang2017-01-031-1/+7
* drop_monitor: add missing call to genlmsg_endReiter Wolfgang2017-01-011-9/+24
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* genetlink: statically initialize familiesJohannes Berg2016-10-271-7/+13
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
* drop_monitor: make genl_multicast_group conststephen hemminger2016-09-011-1/+1
* net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer2016-07-091-1/+2
* net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-261-1/+1
* drop_monitor: remove unnecessary break after returnFabian Frederick2014-07-151-2/+0
* net: drop_monitor: fix the value of maxattrChangli Gao2013-12-091-1/+0
* genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-12/+6
* genetlink: pass family to functions using groupsJohannes Berg2013-11-191-1/+2
* drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg2013-11-191-1/+12
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1
* genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-2/+2
* drop_monitor: dont sleep in atomic contextEric Dumazet2012-06-041-69/+33
* drop_monitor: Add module alias to enable automatic module loadingNeil Horman2012-05-291-0/+1
* drop_monitor: convert to modular buildingNeil Horman2012-05-171-2/+44
* net: core: Use pr_<level>Joe Perches2012-05-171-4/+6
* drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman2012-05-021-5/+7
* drop_monitor: Make updating data->skb smp safeNeil Horman2012-04-281-16/+54
* drop_monitor: fix sleeping in invalid context warningNeil Horman2012-04-281-7/+7
* drop_monitor: allow more events per secondEric Dumazet2012-04-211-0/+1
* net,rcu: convert call_rcu(free_dm_hw_stat) to kfree_rcu()Lai Jiangshan2011-05-071-10/+2
* net: fix incorrect spelling in drop monitor protocolNeil Horman2011-03-211-1/+1
* drop_monitor: use genl_register_family_with_ops()Changli Gao2010-07-261-16/+7
* drop_monitor: Add error code to detect duplicate state changesNeil Horman2010-07-201-2/+8
* tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-141-6/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: remove INIT_RCU_HEAD() usageAlexey Dobriyan2010-02-171-1/+0
* net: Replace old style lock initializerThomas Gleixner2009-11-071-1/+1
* net: drop_monitor: make last_rx timestamp privateNeil Horman2009-09-021-3/+12
* drop_monitor: fix trace_napi_poll_hit()Xiao Guangrong2009-09-011-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-2/+2
|\
| * tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-141-1/+1
* | dropmon: add ability to detect when hardware dropsrxpacketsNeil Horman2009-05-211-4/+120
* | drop_monitor: Update netlink protocol to include netlink attribute header in ...Neil Horman2009-04-271-3/+10
|/
* Network Drop Monitor: Adding drop monitor implementation & Netlink protocolNeil Horman2009-03-131-0/+263
OpenPOWER on IntegriCloud