| Commit message (Expand) | Author | Age | Files | Lines |
* | net: ethernet: use sysfs_emit() to instead of scnprintf() | ye xingchen | 2022-12-08 | 1 | -1/+1 |
* | net: gro: skb_gro_header helper function | Richard Gobert | 2022-08-25 | 1 | -6/+3 |
* | net: ethernet: set default assignment identifier to NET_NAME_ENUM | Ian Wienand | 2022-04-08 | 1 | -1/+1 |
* | gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlers | Eric Dumazet | 2021-11-25 | 1 | -2/+0 |
* | gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlers | Eric Dumazet | 2021-11-25 | 1 | -4/+1 |
* | eth: platform: add a helper for loading netdev->dev_addr | Jakub Kicinski | 2021-10-08 | 1 | -0/+20 |
* | ethernet: un-export nvmem_get_mac_address() | Jakub Kicinski | 2021-10-08 | 1 | -1/+0 |
* | eth: fwnode: add a helper for loading netdev->dev_addr | Jakub Kicinski | 2021-10-07 | 1 | -0/+20 |
* | eth: fwnode: remove the addr len from mac helpers | Jakub Kicinski | 2021-10-07 | 1 | -13/+8 |
* | eth: fwnode: change the return type of mac address helpers | Jakub Kicinski | 2021-10-07 | 1 | -19/+20 |
* | device property: move mac addr helpers to eth.c | Jakub Kicinski | 2021-10-07 | 1 | -0/+63 |
* | ethernet: use eth_hw_addr_set() | Jakub Kicinski | 2021-10-02 | 1 | -1/+1 |
* | move netdev_boot_setup into Space.c | Arnd Bergmann | 2021-08-03 | 1 | -2/+0 |
* | Revert "net: dsa: Allow drivers to filter packets they can decode source port... | Vladimir Oltean | 2021-07-26 | 1 | -5/+1 |
* | of: net: pass the dst buffer to of_get_mac_address() | Michael Walle | 2021-04-13 | 1 | -5/+6 |
* | ethernet: avoid retpoline overhead on TEB (GENEVE, NvGRE, VxLAN) GRO | Alexander Lobakin | 2021-03-19 | 1 | -3/+8 |
* | ethernet: constify eth_get_headlen()'s data argument | Alexander Lobakin | 2021-03-14 | 1 | -1/+1 |
* | net: datagram: fix some kernel-doc markups | Mauro Carvalho Chehab | 2020-11-17 | 1 | -3/+3 |
* | net: move devres helpers into a separate source file | Bartosz Golaszewski | 2020-05-24 | 1 | -28/+0 |
* | net: remove eth_change_mtu | Heiner Kallweit | 2020-01-27 | 1 | -16/+0 |
* | net: add annotations on hh->hh_len lockless accesses | Eric Dumazet | 2019-11-08 | 1 | -1/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-07 | 1 | -5/+1 |
|\ |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | | net: ethernet: improve eth_platform_get_mac_address | Heiner Kallweit | 2019-06-03 | 1 | -10/+4 |
|/ |
|
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | net: ethernet: support of_get_mac_address new ERR_PTR error | Petr Štetiar | 2019-05-07 | 1 | -1/+1 |
* | net: dsa: Allow drivers to filter packets they can decode source port from | Vladimir Oltean | 2019-05-06 | 1 | -1/+5 |
* | net: pass net_device argument to the eth_get_headlen | Stanislav Fomichev | 2019-04-23 | 1 | -2/+3 |
* | net: plumb network namespace into __skb_flow_dissect | Stanislav Fomichev | 2019-04-23 | 1 | -2/+3 |
* | net/ethernet: Add parse_protocol header_ops support | Maxim Mikityanskiy | 2019-02-22 | 1 | -0/+13 |
* | net: ethernet: provide nvmem_get_mac_address() | Bartosz Golaszewski | 2018-12-04 | 1 | -0/+38 |
* | net: slightly optimize eth_type_trans | Li RongQing | 2018-11-16 | 1 | -8/+10 |
* | net: Convert GRO SKB handling to list_head. | David Miller | 2018-06-26 | 1 | -6/+6 |
* | net: core: rework basic flow dissection helper | Paolo Abeni | 2018-05-08 | 1 | -3/+3 |
* | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2017-06-16 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2017-02-17 | 1 | -1/+1 |
|\ |
|
| * | net: Add a skb_gro_flush_final helper. | Steffen Klassert | 2017-02-15 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-02-11 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | net: introduce device min_header_len | Willem de Bruijn | 2017-02-08 | 1 | -0/+1 |
* | | net: add devm version of alloc_etherdev_mqs function | Rafał Miłecki | 2017-01-30 | 1 | -0/+28 |
|/ |
|
* | net: make default TX queue length a defined constant | Jesper Dangaard Brouer | 2016-11-08 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-10-30 | 1 | -1/+1 |
|\ |
|
| * | net: add recursion limit to GRO | Sabrina Dubroca | 2016-10-20 | 1 | -1/+1 |
* | | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 2016-10-13 | 1 | -2/+3 |
|/ |
|
* | eth: Pull header from first fragment via eth_get_headlen | Alexander Duyck | 2016-02-24 | 1 | -1/+2 |
* | net: Add eth_platform_get_mac_address() helper. | David S. Miller | 2016-01-06 | 1 | -0/+31 |
* | net: help compiler generate better code in eth_get_headlen | Jesper Dangaard Brouer | 2015-09-29 | 1 | -1/+1 |
* | flow_dissector: Add flags argument to skb_flow_dissector functions | Tom Herbert | 2015-09-02 | 1 | -1/+1 |
* | net: ethernet: Fix double word "the the" in eth.c | Masanari Iida | 2015-08-10 | 1 | -1/+1 |
* | net: Add full IPv6 addresses to flow_keys | Tom Herbert | 2015-06-05 | 1 | -1/+1 |