summaryrefslogtreecommitdiff
path: root/net/core/net-sysfs.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-04-25net-sysfs: Replace ktype default_attrs field with groupsKimberly Brown
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-15Revert "net-sysfs: Fix memory leak in netdev_register_kobject"Wang Hai
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet
2019-03-21net-sysfs: Fix memory leak in netdev_register_kobjectWang Hai
2019-03-19net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-04net-sysfs: Switch to bitmap_zalloc()Andy Shevchenko
2019-03-03net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing
2019-02-06net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDFlorian Fainelli
2019-02-06net: Introduce ndo_get_port_parent_id()Florian Fainelli
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata
2018-08-09net: allow to call netif_reset_xps_queues() under cpus_read_lockAndrei Vagin
2018-07-20net: create reusable function for getting ownership info of sysfs inodesTyler Hicks
2018-07-20net-sysfs: make sure objects belong to container's ownerDmitry Torokhov
2018-07-20net-sysfs: require net admin in the init ns for setting tx_maxrateTyler Hicks
2018-07-09net: Add support for subordinate device traffic classesAlexander Duyck
2018-07-09net-sysfs: Drop support for XPS and traffic_class on single queue deviceAlexander Duyck
2018-07-02net-sysfs: Add interface for Rx queue(s) map per Tx queueAmritha Nambiar
2018-07-02net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar
2018-05-31net-sysfs: Fix memory leak in XPS configurationAlexander Duyck
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-01-29net: introduce helper dev_change_tx_queue_len()Cong Wang
2018-01-22net: core: Expose number of link up/down transitionsDavid Decotigny
2018-01-15net: Convert atomic_t net::count to refcount_tKirill Tkhai
2017-11-14net-sysfs: trigger netlink notification on ifalias change via sysfsRoopa Prabhu
2017-10-03net: core: decouple ifalias get/set from rtnl lockFlorian Westphal
2017-08-18net: style cleanupsstephen hemminger
2017-08-18net: mark receive queue attributes ro_after_initstephen hemminger
2017-08-18net: make queue attributes ro_after_initstephen hemminger
2017-08-18net: make BQL sysfs attributes ro_after_initstephen hemminger
2017-08-18net: drop unused attribute argument from sysfs queue funcsstephen hemminger
2017-08-18net: make net sysfs attributes ro_after_initstephen hemminger
2017-08-18net: constify net_ns_type_operationsstephen hemminger
2017-08-18net: make net_class ro_after_initstephen hemminger
2017-08-18net: constify netdev_class_filestephen hemminger
2017-08-18net: don't decrement kobj reference count on init failurestephen hemminger
2017-07-01net: convert net.passive from atomic_t to refcount_tReshetova, Elena
2017-06-29net: constify attribute_group structures.Arvind Yadav
2017-05-18net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan
2017-03-13net: use net->count to check whether a netns is alive or notAndrey Vagin
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-10-31net: Add support for XPS with QoS via traffic classesAlexander Duyck
2016-10-31net: Add sysfs value to determine queue traffic classAlexander Duyck
2016-10-27net: skip genenerating uevents for network namespaces that are exitingAndrey Vagin
2016-07-01net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang