summaryrefslogtreecommitdiffstats
path: root/net/core/net-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* net: create reusable function for getting ownership info of sysfs inodesTyler Hicks2018-07-211-18/+0Star
* net-sysfs: make sure objects belong to container's ownerDmitry Torokhov2018-07-211-1/+46
* net-sysfs: require net admin in the init ns for setting tx_maxrateTyler Hicks2018-07-211-0/+3
* net: Add support for subordinate device traffic classesAlexander Duyck2018-07-091-1/+20
* net-sysfs: Drop support for XPS and traffic_class on single queue deviceAlexander Duyck2018-07-091-2/+13
* net-sysfs: Add interface for Rx queue(s) map per Tx queueAmritha Nambiar2018-07-021-0/+83
* net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar2018-07-021-2/+2
* net-sysfs: Fix memory leak in XPS configurationAlexander Duyck2018-06-011-3/+3
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-6/+6
* net: introduce helper dev_change_tx_queue_len()Cong Wang2018-01-291-24/+1Star
* net: core: Expose number of link up/down transitionsDavid Decotigny2018-01-221-1/+24
* net: Convert atomic_t net::count to refcount_tKirill Tkhai2018-01-151-3/+3
* net-sysfs: trigger netlink notification on ifalias change via sysfsRoopa Prabhu2017-11-141-3/+14
* net: core: decouple ifalias get/set from rtnl lockFlorian Westphal2017-10-041-9/+8Star
* net: style cleanupsstephen hemminger2017-08-191-32/+36
* net: mark receive queue attributes ro_after_initstephen hemminger2017-08-191-12/+13
* net: make queue attributes ro_after_initstephen hemminger2017-08-191-21/+19Star
* net: make BQL sysfs attributes ro_after_initstephen hemminger2017-08-191-11/+11
* net: drop unused attribute argument from sysfs queue funcsstephen hemminger2017-08-191-26/+11Star
* net: make net sysfs attributes ro_after_initstephen hemminger2017-08-191-2/+2
* net: constify net_ns_type_operationsstephen hemminger2017-08-191-1/+1
* net: make net_class ro_after_initstephen hemminger2017-08-191-1/+1
* net: constify netdev_class_filestephen hemminger2017-08-191-2/+2
* net: don't decrement kobj reference count on init failurestephen hemminger2017-08-191-12/+10Star
* net: convert net.passive from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: constify attribute_group structures.Arvind Yadav2017-06-291-3/+3
* net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan2017-05-181-2/+6
* net: use net->count to check whether a netns is alive or notAndrey Vagin2017-03-141-3/+3
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* net: Add support for XPS with QoS via traffic classesAlexander Duyck2016-10-311-11/+20
* net: Add sysfs value to determine queue traffic classAlexander Duyck2016-10-311-1/+19
* net: skip genenerating uevents for network namespaces that are exitingAndrey Vagin2016-10-271-3/+11
* net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang2016-07-011-1/+14
* net-sysfs: fix missing <linux/of_net.h>Ben Dooks2016-06-081-0/+1
* net: core: use __ethtool_get_ksettingsDavid Decotigny2016-02-261-6/+9
* net-sysfs: remove unused fmt_long_hexColin Ian King2016-02-181-1/+0Star
* net: add rx_nohandler stat counterJarod Wilson2016-02-061-0/+2
* net-sysfs: use to_net_dev in net_namespace()Geliang Tang2015-12-221-2/+2
* switchdev: Pass original device to port netdev driverIdo Schimmel2015-12-151-0/+1
* switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko2015-10-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-021-2/+1Star
|\
| * net sysfs: Print link speed as signed integerAlexander Stein2015-09-291-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-271-0/+9
|\|
| * net: fix net_device refcountingRussell King2015-09-251-0/+9
* | net-sysfs: get_netdev_queue_index() cleanupThadeu Lima de Souza Cascardo2015-09-181-6/+3Star
|/
* net: allow sleeping when modifying store_rps_mapSasha Levin2015-08-141-4/+4
* net: Fix race condition in store_rps_mapTom Herbert2015-08-081-4/+7
* net core: Add protodown support.Anuradha Karuppiah2015-07-161-0/+14
* switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman2015-05-131-2/+2
* switchdev: convert parent_id_get to switchdev attr getScott Feldman2015-05-131-3/+7