aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/nlmon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-07net: nlmon: use standard dev_lstats_add() and dev_lstats_read()Eric Dumazet1-25/+3
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-09-14net: move definition of pcpu_lstats to header fileLi RongQing1-6/+0
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+1
2016-12-07nlmon: use core MTU range checking in nlmon driverZhang Shengju1-19/+1
2015-08-18net: nlmon: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2014-03-28net: nlmon: flag nlmon devs with LLTX/SGDaniel Borkmann1-1/+2
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-10/+1
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+8
2013-07-02nlmon: use standard rtnetlink link api for add/del devicesJiri Pirko1-21/+28
2013-06-28nlmon: fix comparison in nlmon_is_valid_mtuDaniel Borkmann1-1/+5
2013-06-24packet: nlmon: virtual netlink monitoring device for packet socketsDaniel Borkmann1-0/+170