summaryrefslogtreecommitdiffstats
path: root/net/ethernet
AgeCommit message (Expand)AuthorLines
2025-09-15ethernet: Extend device_get_mac_address() to use NVMEMStefan Wahren-1/+4
2024-05-25netkit: Fix pkt_type override upon netkit pass verdictDaniel Borkmann-3/+1
2024-04-25ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu-11/+1
2022-12-07net: ethernet: use sysfs_emit() to instead of scnprintf()ye xingchen-1/+1
2022-08-25net: gro: skb_gro_header helper functionRichard Gobert-6/+3
2022-04-07net: ethernet: set default assignment identifier to NET_NAME_ENUMIan Wienand-1/+1
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet-2/+0
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet-4/+1
2021-10-08eth: platform: add a helper for loading netdev->dev_addrJakub Kicinski-0/+20
2021-10-08ethernet: un-export nvmem_get_mac_address()Jakub Kicinski-1/+0
2021-10-07eth: fwnode: add a helper for loading netdev->dev_addrJakub Kicinski-0/+20
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski-13/+8
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski-19/+20
2021-10-07device property: move mac addr helpers to eth.cJakub Kicinski-0/+63
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski-1/+1
2021-08-03move netdev_boot_setup into Space.cArnd Bergmann-2/+0
2021-07-26Revert "net: dsa: Allow drivers to filter packets they can decode source port...Vladimir Oltean-5/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle-5/+6
2021-03-18ethernet: avoid retpoline overhead on TEB (GENEVE, NvGRE, VxLAN) GROAlexander Lobakin-3/+8
2021-03-14ethernet: constify eth_get_headlen()'s data argumentAlexander Lobakin-1/+1
2020-11-17net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab-3/+3
2020-05-23net: move devres helpers into a separate source fileBartosz Golaszewski-28/+0
2020-01-27net: remove eth_change_mtuHeiner Kallweit-16/+0
2019-11-07net: add annotations on hh->hh_len lockless accessesEric Dumazet-1/+6
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+1
2019-06-02net: ethernet: improve eth_platform_get_mac_addressHeiner Kallweit-10/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar-1/+1
2019-05-05net: dsa: Allow drivers to filter packets they can decode source port fromVladimir Oltean-1/+5
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev-2/+3
2019-04-23net: plumb network namespace into __skb_flow_dissectStanislav Fomichev-2/+3
2019-02-22net/ethernet: Add parse_protocol header_ops supportMaxim Mikityanskiy-0/+13
2018-12-03net: ethernet: provide nvmem_get_mac_address()Bartosz Golaszewski-0/+38
2018-11-15net: slightly optimize eth_type_transLi RongQing-8/+10
2018-06-26net: Convert GRO SKB handling to list_head.David Miller-6/+6
2018-05-08net: core: rework basic flow dissection helperPaolo Abeni-3/+3
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-1/+1
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-1/+1
2017-02-15net: Add a skb_gro_flush_final helper.Steffen Klassert-1/+1
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-02-08net: introduce device min_header_lenWillem de Bruijn-0/+1
2017-01-29net: add devm version of alloc_etherdev_mqs functionRafał Miłecki-0/+28
2016-11-07net: make default TX queue length a defined constantJesper Dangaard Brouer-1/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2016-10-20net: add recursion limit to GROSabrina Dubroca-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson-2/+3
2016-02-24eth: Pull header from first fragment via eth_get_headlenAlexander Duyck-1/+2
2016-01-06net: Add eth_platform_get_mac_address() helper.David S. Miller-0/+31
2015-09-28net: help compiler generate better code in eth_get_headlenJesper Dangaard Brouer-1/+1