summaryrefslogtreecommitdiffstats
path: root/net/core/net-sysfs.c
AgeCommit message (Expand)Author
2020-12-28net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tcAntoine Tenart
2020-12-28net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart
2020-12-28net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tcAntoine Tenart
2020-12-28net-sysfs: take the rtnl lock when storing xps_cpusAntoine Tenart
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2020-10-01net-sysfs: Fix inconsistent of format with argument type in net-sysfs.cYe Bin
2020-08-19net: Use generic ns_common::countChristian Brauner
2020-08-12net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpusEric Dumazet
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-21net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang
2020-07-08net: Restrict receive packets queuing to housekeeping CPUsAlex Belits
2020-05-15net: core: recursively find netdev by device nodeTobias Waldekranz
2020-04-23net: napi: use READ_ONCE()/WRITE_ONCE()Eric Dumazet
2020-04-23net: napi: add hard irqs deferral featureEric Dumazet
2020-04-20net: Add testing sysfs attributeAndrew Lunn
2020-04-09net-sysfs: remove redundant assignment to variable retColin Ian King
2020-02-26net-sysfs: add queue_change_owner()Christian Brauner
2020-02-26net-sysfs: add netdev_change_owner()Christian Brauner
2019-12-17net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander
2019-12-06net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander
2019-11-20net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet
2019-11-20net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobjectJouni Hogander
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