summaryrefslogtreecommitdiffstats
path: root/drivers/net/nlmon.c
Commit message (Expand)AuthorAgeFilesLines
* net: nlmon: Simplify nlmon_get_stats64Breno Leitao2024-03-041-9/+1
* net: nlmon: Remove init and uninit functionsBreno Leitao2024-03-041-13/+1
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* net: nlmon: use standard dev_lstats_add() and dev_lstats_read()Eric Dumazet2019-11-071-25/+3
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* net: move definition of pcpu_lstats to header fileLi RongQing2018-09-141-6/+0
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* 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