summaryrefslogtreecommitdiffstats
path: root/net/core/drop_monitor.c
AgeCommit message (Expand)AuthorLines
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-4/+3
2017-03-12drop_monitor: use setup_timerGeliang Tang-3/+2
2017-01-03drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang-1/+7
2017-01-01drop_monitor: add missing call to genlmsg_endReiter Wolfgang-9/+24
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg-7/+13
2016-10-27genetlink: no longer support using static family IDsJohannes Berg-1/+0
2016-09-01drop_monitor: make genl_multicast_group conststephen hemminger-1/+1
2016-07-09net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer-1/+2
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter-1/+1
2014-07-15drop_monitor: remove unnecessary break after returnFabian Frederick-2/+0
2013-12-09net: drop_monitor: fix the value of maxattrChangli Gao-1/+0
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg-12/+6
2013-11-19genetlink: pass family to functions using groupsJohannes Berg-1/+2
2013-11-19drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg-1/+12
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg-2/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko-2/+2
2012-06-04drop_monitor: dont sleep in atomic contextEric Dumazet-69/+33
2012-05-29drop_monitor: Add module alias to enable automatic module loadingNeil Horman-0/+1
2012-05-17drop_monitor: convert to modular buildingNeil Horman-2/+44
2012-05-17net: core: Use pr_<level>Joe Perches-4/+6
2012-05-02drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman-5/+7
2012-04-28drop_monitor: Make updating data->skb smp safeNeil Horman-16/+54
2012-04-28drop_monitor: fix sleeping in invalid context warningNeil Horman-7/+7
2012-04-21drop_monitor: allow more events per secondEric Dumazet-0/+1
2011-05-07net,rcu: convert call_rcu(free_dm_hw_stat) to kfree_rcu()Lai Jiangshan-10/+2
2011-03-21net: fix incorrect spelling in drop monitor protocolNeil Horman-1/+1
2010-07-26drop_monitor: use genl_register_family_with_ops()Changli Gao-16/+7
2010-07-20drop_monitor: Add error code to detect duplicate state changesNeil Horman-2/+8
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan-1/+0
2009-11-07net: Replace old style lock initializerThomas Gleixner-1/+1
2009-09-02net: drop_monitor: make last_rx timestamp privateNeil Horman-3/+12
2009-09-01drop_monitor: fix trace_napi_poll_hit()Xiao Guangrong-1/+2
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller-2/+2
2009-05-21dropmon: add ability to detect when hardware dropsrxpacketsNeil Horman-4/+120
2009-04-27drop_monitor: Update netlink protocol to include netlink attribute header in ...Neil Horman-3/+10
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt-1/+1
2009-03-13Network Drop Monitor: Adding drop monitor implementation & Netlink protocolNeil Horman-0/+263