summaryrefslogtreecommitdiffstats
path: root/net/core/net-sysfs.c
AgeCommit message (Expand)AuthorLines
2018-01-29net: introduce helper dev_change_tx_queue_len()Cong Wang-24/+1
2018-01-22net: core: Expose number of link up/down transitionsDavid Decotigny-1/+24
2018-01-15net: Convert atomic_t net::count to refcount_tKirill Tkhai-3/+3
2017-11-14net-sysfs: trigger netlink notification on ifalias change via sysfsRoopa Prabhu-3/+14
2017-10-03net: core: decouple ifalias get/set from rtnl lockFlorian Westphal-9/+8
2017-08-18net: style cleanupsstephen hemminger-32/+36
2017-08-18net: mark receive queue attributes ro_after_initstephen hemminger-12/+13
2017-08-18net: make queue attributes ro_after_initstephen hemminger-21/+19
2017-08-18net: make BQL sysfs attributes ro_after_initstephen hemminger-11/+11
2017-08-18net: drop unused attribute argument from sysfs queue funcsstephen hemminger-26/+11
2017-08-18net: make net sysfs attributes ro_after_initstephen hemminger-2/+2
2017-08-18net: constify net_ns_type_operationsstephen hemminger-1/+1
2017-08-18net: make net_class ro_after_initstephen hemminger-1/+1
2017-08-18net: constify netdev_class_filestephen hemminger-2/+2
2017-08-18net: don't decrement kobj reference count on init failurestephen hemminger-12/+10
2017-07-01net: convert net.passive from atomic_t to refcount_tReshetova, Elena-1/+1
2017-06-29net: constify attribute_group structures.Arvind Yadav-3/+3
2017-05-18net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan-2/+6
2017-03-13net: use net->count to check whether a netns is alive or notAndrey Vagin-3/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+1
2016-10-31net: Add support for XPS with QoS via traffic classesAlexander Duyck-11/+20
2016-10-31net: Add sysfs value to determine queue traffic classAlexander Duyck-1/+19
2016-10-27net: skip genenerating uevents for network namespaces that are exitingAndrey Vagin-3/+11
2016-07-01net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang-1/+14
2016-06-08net-sysfs: fix missing <linux/of_net.h>Ben Dooks-0/+1
2016-02-25net: core: use __ethtool_get_ksettingsDavid Decotigny-6/+9
2016-02-18net-sysfs: remove unused fmt_long_hexColin Ian King-1/+0
2016-02-06net: add rx_nohandler stat counterJarod Wilson-0/+2
2015-12-22net-sysfs: use to_net_dev in net_namespace()Geliang Tang-2/+2
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel-0/+1
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko-1/+1
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+1
2015-09-29net sysfs: Print link speed as signed integerAlexander Stein-2/+1
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+9
2015-09-24net: fix net_device refcountingRussell King-0/+9
2015-09-17net-sysfs: get_netdev_queue_index() cleanupThadeu Lima de Souza Cascardo-6/+3
2015-08-13net: allow sleeping when modifying store_rps_mapSasha Levin-4/+4
2015-08-07net: Fix race condition in store_rps_mapTom Herbert-4/+7
2015-07-15net core: Add protodown support.Anuradha Karuppiah-0/+14
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman-2/+2
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman-3/+7
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko-1/+1
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel-1/+9
2015-03-18net: add support for phys_port_nameDavid Ahern-0/+23
2015-03-18net: Add max rate tx queue attributeJohn Fastabend-12/+55
2015-03-09net: core: add of_find_net_device_by_node()Florian Fainelli-0/+25
2015-02-13net: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-21/+7
2014-12-02net-sysfs: expose physical switch id for particular deviceJiri Pirko-0/+24
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko-1/+1
2014-11-10net: gro: add a per device gro flush timerEric Dumazet-0/+18