index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
etherdevice.h
Age
Commit message (
Expand
)
Author
2021-10-19
ethernet: add a helper for assigning port addresses
Jakub Kicinski
2021-10-14
ethernet: remove random_ether_addr()
Jakub Kicinski
2021-10-14
ethernet: make eth_hw_addr_random() use dev_addr_set()
Jakub Kicinski
2021-10-08
eth: platform: add a helper for loading netdev->dev_addr
Jakub Kicinski
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-07
eth: fwnode: add a helper for loading netdev->dev_addr
Jakub Kicinski
2021-10-07
eth: fwnode: remove the addr len from mac helpers
Jakub Kicinski
2021-10-07
eth: fwnode: change the return type of mac address helpers
Jakub Kicinski
2021-10-07
device property: move mac addr helpers to eth.c
Jakub Kicinski
2021-10-05
etherdevice: use __dev_addr_set()
Jakub Kicinski
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-09-05
net: create netdev->dev_addr assignment helpers
Jakub Kicinski
2021-03-14
ethernet: constify eth_get_headlen()'s data argument
Alexander Lobakin
2021-03-14
linux/etherdevice.h: misc trailing whitespace cleanup
Alexander Lobakin
2020-05-04
net: add helper eth_hw_addr_crc
Heiner Kallweit
2020-01-27
net: remove eth_change_mtu
Heiner Kallweit
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-04-23
net/ncsi: handle overflow when incrementing mac address
Tao Ren
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
2019-02-22
net/ethernet: Add parse_protocol header_ops support
Maxim Mikityanskiy
2018-12-03
net: ethernet: provide nvmem_get_mac_address()
Bartosz Golaszewski
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
2018-02-08
net: Extra '_get' in declaration of arch_get_platform_mac_address
Mathieu Malaterre
2017-11-03
net: Define eth_stp_addr in linux/etherdevice.h
Egil Hjelmeland
2017-03-12
etherdevice: remove unused eth_addr_greater
Vivien Didelot
2017-01-29
net: add devm version of alloc_etherdev_mqs function
Rafał Miłecki
2017-01-04
dsa: mv88e6xxx: Optimise atu_get
Andrew Lunn
2016-07-01
etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_masked
Joe Perches
2016-01-06
net: Add eth_platform_get_mac_address() helper.
David S. Miller
2015-08-17
net: fix endian check warning in etherdevice.h
Jesse Brandeburg
2015-05-05
etherdev: Fix sparse error, make test usable by other functions
Alexander Duyck
2015-05-03
etherdev: Process is_multicast_ether_addr at same size as other operations
Alexander Duyck
2015-03-02
net: Kill dev_rebuild_header
Eric W. Biederman
2015-01-02
net: Add Transparent Ethernet Bridging GRO support.
Jesse Gross
2014-12-08
net: Add functions for handling padding frame and adding to length
Alexander Duyck
2014-09-05
net: Add function for parsing the header length out of linear ethernet frames
Alexander Duyck
2014-01-15
etherdevice: Use ether_addr_copy to copy an Ethernet address
Joe Perches
2013-12-09
etherdevice: Optimize a few is_<foo>_ether_addr functions
Joe Perches
2013-12-09
etherdevice: Add ether_addr_equal_unaligned
Joe Perches
2013-12-06
ether_addr_equal: Optimize implementation, remove unused compare_ether_addr
Joe Perches
2013-09-26
[networking]device.h: Remove extern from function prototypes
Joe Perches
2013-09-03
net: etherdevice: add address inherit helper
Bjørn Mork
2013-01-21
net: split eth_mac_addr for better error handling
Stefan Hajnoczi
2013-01-03
net: set dev->addr_assign_type correctly
Jiri Pirko
2012-11-02
eth: Rename and properly align br_reserved_address array
Ben Hutchings
2012-11-02
eth: Make is_link_local() consistent with other address tests
Ben Hutchings
2012-10-29
net, ixgbe: handle link local multicast addresses in SR-IOV mode
John Fastabend
2012-09-10
etherdevice: introduce help function eth_zero_addr()
Duan Jiong
2012-07-16
etherdevice: Rename random_ether_addr to eth_random_addr
Joe Perches
[next]