Age | Commit message (Expand) | Author | Files | Lines |
2020-05-15 | net: core: recursively find netdev by device node | Tobias Waldekranz | 1 | -5/+5 |
2020-04-23 | net: napi: use READ_ONCE()/WRITE_ONCE() | Eric Dumazet | 1 | -2/+2 |
2020-04-23 | net: napi: add hard irqs deferral feature | Eric Dumazet | 1 | -0/+18 |
2020-04-20 | net: Add testing sysfs attribute | Andrew Lunn | 1 | -1/+14 |
2020-04-09 | net-sysfs: remove redundant assignment to variable ret | Colin Ian King | 1 | -1/+1 |
2020-02-26 | net-sysfs: add queue_change_owner() | Christian Brauner | 1 | -0/+106 |
2020-02-26 | net-sysfs: add netdev_change_owner() | Christian Brauner | 1 | -0/+27 |
2019-12-17 | net-sysfs: Call dev_hold always in rx_queue_add_kobject | Jouni Hogander | 1 | -2/+5 |
2019-12-06 | net-sysfs: Call dev_hold always in netdev_queue_add_kobject | Jouni Hogander | 1 | -2/+5 |
2019-11-20 | net-sysfs: fix netdev_queue_add_kobject() breakage | Eric Dumazet | 1 | -0/+1 |
2019-11-20 | net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobject | Jouni Hogander | 1 | -11/+13 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+2 |
2019-05-07 | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+4 |
2019-04-25 | net-sysfs: Replace ktype default_attrs field with groups | Kimberly Brown | 1 | -2/+4 |
2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -9/+5 |
2019-04-15 | Revert "net-sysfs: Fix memory leak in netdev_register_kobject" | Wang Hai | 1 | -9/+5 |
2019-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+13 |
2019-03-23 | net: convert rps_needed and rfs_needed to new static branch api | Eric Dumazet | 1 | -2/+2 |
2019-03-21 | net-sysfs: Fix memory leak in netdev_register_kobject | Wang Hai | 1 | -5/+9 |
2019-03-19 | net-sysfs: call dev_hold if kobject_init_and_add success | YueHaibing | 1 | -2/+4 |
2019-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
2019-03-04 | net-sysfs: Switch to bitmap_zalloc() | Andy Shevchenko | 1 | -7/+5 |
2019-03-03 | net-sysfs: Fix mem leak in netdev_register_kobject | YueHaibing | 1 | -0/+3 |
2019-02-06 | net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_ID | Florian Fainelli | 1 | -15/+4 |
2019-02-06 | net: Introduce ndo_get_port_parent_id() | Florian Fainelli | 1 | -1/+6 |
2018-12-06 | net: core: dev: Add extack argument to dev_change_flags() | Petr Machata | 1 | -1/+1 |
2018-08-09 | net: allow to call netif_reset_xps_queues() under cpus_read_lock | Andrei Vagin | 1 | -0/+4 |
2018-07-20 | net: create reusable function for getting ownership info of sysfs inodes | Tyler Hicks | 1 | -18/+0 |
2018-07-20 | net-sysfs: make sure objects belong to container's owner | Dmitry Torokhov | 1 | -1/+46 |
2018-07-20 | net-sysfs: require net admin in the init ns for setting tx_maxrate | Tyler Hicks | 1 | -0/+3 |
2018-07-09 | net: Add support for subordinate device traffic classes | Alexander Duyck | 1 | -1/+20 |
2018-07-09 | net-sysfs: Drop support for XPS and traffic_class on single queue device | Alexander Duyck | 1 | -2/+13 |
2018-07-02 | net-sysfs: Add interface for Rx queue(s) map per Tx queue | Amritha Nambiar | 1 | -0/+83 |
2018-07-02 | net: Refactor XPS for CPUs and Rx queues | Amritha Nambiar | 1 | -2/+2 |
2018-05-31 | net-sysfs: Fix memory leak in XPS configuration | Alexander Duyck | 1 | -3/+3 |
2018-03-26 | net: Use octal not symbolic permissions | Joe Perches | 1 | -6/+6 |
2018-01-29 | net: introduce helper dev_change_tx_queue_len() | Cong Wang | 1 | -24/+1 |
2018-01-22 | net: core: Expose number of link up/down transitions | David Decotigny | 1 | -1/+24 |
2018-01-15 | net: Convert atomic_t net::count to refcount_t | Kirill Tkhai | 1 | -3/+3 |
2017-11-14 | net-sysfs: trigger netlink notification on ifalias change via sysfs | Roopa Prabhu | 1 | -3/+14 |
2017-10-03 | net: core: decouple ifalias get/set from rtnl lock | Florian Westphal | 1 | -9/+8 |
2017-08-18 | net: style cleanups | stephen hemminger | 1 | -32/+36 |
2017-08-18 | net: mark receive queue attributes ro_after_init | stephen hemminger | 1 | -12/+13 |
2017-08-18 | net: make queue attributes ro_after_init | stephen hemminger | 1 | -21/+19 |
2017-08-18 | net: make BQL sysfs attributes ro_after_init | stephen hemminger | 1 | -11/+11 |
2017-08-18 | net: drop unused attribute argument from sysfs queue funcs | stephen hemminger | 1 | -26/+11 |
2017-08-18 | net: make net sysfs attributes ro_after_init | stephen hemminger | 1 | -2/+2 |
2017-08-18 | net: constify net_ns_type_operations | stephen hemminger | 1 | -1/+1 |
2017-08-18 | net: make net_class ro_after_init | stephen hemminger | 1 | -1/+1 |