summaryrefslogtreecommitdiffstats
path: root/drivers/net/nlmon.c
Commit message (Expand)AuthorAgeFilesLines
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+1
* nlmon: use core MTU range checking in nlmon driverZhang Shengju2016-12-071-19/+1
* net: nlmon: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-1/+1
* net: nlmon: flag nlmon devs with LLTX/SGDaniel Borkmann2014-03-281-1/+2
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-2/+2
* net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-10/+1
* net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+8
* nlmon: use standard rtnetlink link api for add/del devicesJiri Pirko2013-07-021-21/+28
* nlmon: fix comparison in nlmon_is_valid_mtuDaniel Borkmann2013-06-281-1/+5
* packet: nlmon: virtual netlink monitoring device for packet socketsDaniel Borkmann2013-06-241-0/+170