summaryrefslogtreecommitdiffstats
path: root/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* move netdev_boot_setup into Space.cArnd Bergmann2021-08-031-2/+0
* Revert "net: dsa: Allow drivers to filter packets they can decode source port...Vladimir Oltean2021-07-261-5/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-5/+6
* ethernet: avoid retpoline overhead on TEB (GENEVE, NvGRE, VxLAN) GROAlexander Lobakin2021-03-181-3/+8
* ethernet: constify eth_get_headlen()'s data argumentAlexander Lobakin2021-03-141-1/+1
* net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-171-3/+3
* net: move devres helpers into a separate source fileBartosz Golaszewski2020-05-231-28/+0
* net: remove eth_change_mtuHeiner Kallweit2020-01-271-16/+0
* net: add annotations on hh->hh_len lockless accessesEric Dumazet2019-11-071-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | net: ethernet: improve eth_platform_get_mac_addressHeiner Kallweit2019-06-021-10/+4
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* net: dsa: Allow drivers to filter packets they can decode source port fromVladimir Oltean2019-05-051-1/+5
* net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-2/+3
* net: plumb network namespace into __skb_flow_dissectStanislav Fomichev2019-04-231-2/+3
* net/ethernet: Add parse_protocol header_ops supportMaxim Mikityanskiy2019-02-221-0/+13
* net: ethernet: provide nvmem_get_mac_address()Bartosz Golaszewski2018-12-031-0/+38
* net: slightly optimize eth_type_transLi RongQing2018-11-151-8/+10
* net: Convert GRO SKB handling to list_head.David Miller2018-06-261-6/+6
* net: core: rework basic flow dissection helperPaolo Abeni2018-05-081-3/+3
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-161-1/+1
|\
| * net: Add a skb_gro_flush_final helper.Steffen Klassert2017-02-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-0/+1
|\ \ | |/ |/|
| * net: introduce device min_header_lenWillem de Bruijn2017-02-081-0/+1
* | net: add devm version of alloc_etherdev_mqs functionRafał Miłecki2017-01-291-0/+28
|/
* net: make default TX queue length a defined constantJesper Dangaard Brouer2016-11-071-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-1/+1
|\
| * net: add recursion limit to GROSabrina Dubroca2016-10-201-1/+1
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-2/+3
|/
* eth: Pull header from first fragment via eth_get_headlenAlexander Duyck2016-02-241-1/+2
* net: Add eth_platform_get_mac_address() helper.David S. Miller2016-01-061-0/+31
* net: help compiler generate better code in eth_get_headlenJesper Dangaard Brouer2015-09-281-1/+1
* flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert2015-09-011-1/+1
* net: ethernet: Fix double word "the the" in eth.cMasanari Iida2015-08-091-1/+1
* net: Add full IPv6 addresses to flow_keysTom Herbert2015-06-041-1/+1
* net: Add priority to packet_offload objects.David S. Miller2015-06-011-0/+1
* flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-131-3/+3
* net: move *skb_get_poff declarations into correct headerJiri Pirko2015-05-131-0/+1
* etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck2015-05-051-1/+1
* etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdrAlexander Duyck2015-05-031-1/+2
* etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck2015-05-031-1/+1
* etherdev: Avoid unnecessary byte swap in check for EthertypeAlexander Duyck2015-05-031-1/+1
* ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-2/+2
* net: Kill dev_rebuild_headerEric W. Biederman2015-03-021-34/+0
* net: Add Transparent Ethernet Bridging GRO support.Jesse Gross2015-01-021-0/+92
* net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck2014-09-051-0/+27
* net: dsa: reduce number of protocol hooksFlorian Fainelli2014-08-271-5/+2