summaryrefslogtreecommitdiffstats
path: root/net/ethernet
AgeCommit message (Expand)AuthorLines
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
2015-09-01flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert-1/+1
2015-08-09net: ethernet: Fix double word "the the" in eth.cMasanari Iida-1/+1
2015-06-04net: Add full IPv6 addresses to flow_keysTom Herbert-1/+1
2015-06-01net: Add priority to packet_offload objects.David S. Miller-0/+1
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko-3/+3
2015-05-13net: move *skb_get_poff declarations into correct headerJiri Pirko-0/+1
2015-05-05etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck-1/+1
2015-05-03etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdrAlexander Duyck-1/+2
2015-05-03etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck-1/+1
2015-05-03etherdev: Avoid unnecessary byte swap in check for EthertypeAlexander Duyck-1/+1
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches-2/+2
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman-34/+0
2015-01-02net: Add Transparent Ethernet Bridging GRO support.Jesse Gross-0/+92
2014-09-05net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck-0/+27
2014-08-27net: dsa: reduce number of protocol hooksFlorian Fainelli-5/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen-1/+2
2014-01-16net: eth_type_trans() should use skb_header_pointer()Eric Dumazet-2/+5
2013-09-30ethernet: use likely() for common Ethernet encapstephen hemminger-4/+5
2013-09-30ethernet: cleanup eth_type_transstephen hemminger-14/+3
2013-09-20net: ethernet: eth.c: removed checkpatch warnings and errorsAvinash Kumar-3/+3
2013-07-16net: Fix sysfs_format_mac() code duplication.David S. Miller-20/+1
2013-03-28net: add ETH_P_802_3_MINSimon Horman-1/+1
2013-01-21net: split eth_mac_addr for better error handlingStefan Hajnoczi-6/+35
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko-2/+0