index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ethernet
/
eth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-28
net: add ETH_P_802_3_MIN
Simon Horman
1
-1
/
+1
2013-01-21
net: split eth_mac_addr for better error handling
Stefan Hajnoczi
1
-6
/
+35
2013-01-03
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
Jiri Pirko
1
-2
/
+0
2012-07-10
net: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
1
-0
/
+3
2012-06-30
net: introduce new priv_flag indicating iface capable of change mac when running
Jiri Pirko
1
-1
/
+1
2012-05-10
net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bits
Joe Perches
1
-2
/
+3
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
1
-1
/
+1
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-02-13
eth: reset addr_assign_type if eth_mac_addr() called
Danny Kukawka
1
-0
/
+2
2011-09-15
net: don't clear IFF_XMIT_DST_RELEASE in ether_setup
nhorman
1
-1
/
+1
2011-07-27
net: add IFF_SKB_TX_SHARED flag to priv_flags
Neil Horman
1
-0
/
+1
2011-07-25
net: fix eth.c kernel-doc warning
Randy Dunlap
1
-0
/
+1
2011-07-13
net: Push protocol type directly down to header_ops->cache()
David S. Miller
1
-2
/
+1
2011-01-12
eth: fix new kernel-doc warning
Randy Dunlap
1
-1
/
+1
2011-01-10
net: Add alloc_netdev_mqs function
Tom Herbert
1
-5
/
+7
2010-09-23
net: return operator cleanup
Eric Dumazet
1
-1
/
+1
2010-08-26
net: use scnprintf() to avoid potential buffer overflow
Changli Gao
1
-3
/
+3
2010-06-10
net-next: remove useless union keyword
Changli Gao
1
-4
/
+1
2010-05-02
net: Inline skb_pull() in eth_type_trans().
David S. Miller
1
-1
/
+1
2010-04-21
ethernet: print protocol in host byte order
Johannes Berg
1
-1
/
+1
2010-04-20
net: Fix various endianness glitches
Eric Dumazet
1
-1
/
+1
2009-12-26
llc: use dev_hard_header
Octavian Purdila
1
-3
/
+3
2009-11-15
remove deprecated and not used: print_mac()
Marin Mitov
1
-7
/
+0
2009-05-25
net: remove COMPAT_NET_DEV_OPS
Alexander Beregalov
1
-5
/
+0
2008-11-23
eth: Declare an optimized compare_ether_addr_64bits() function
Eric Dumazet
1
-3
/
+3
2008-11-19
netdev: expose ethernet address primitives
Stephen Hemminger
1
-5
/
+8
2008-10-08
dsa: add support for Trailer tagging format
Lennert Buytenhek
1
-0
/
+2
2008-10-08
dsa: add support for original DSA tagging format
Lennert Buytenhek
1
-0
/
+10
2008-09-20
net: Use hton[sl]() instead of __constant_hton[sl]() where applicable
Arnaldo Carvalho de Melo
1
-1
/
+1
2008-04-13
[NET]: Return more appropriate error from eth_validate_addr().
Patrick McHardy
1
-1
/
+1
2008-01-28
[ETH]: Combine format_addr() with print_mac().
Michael Chan
1
-3
/
+27
2007-10-23
[NET]: Validate device addr prior to interface-up
Jeff Garzik
1
-0
/
+9
2007-10-10
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
1
-12
/
+24
2007-10-10
[NET]: Wrap hard_header_parse
Stephen Hemminger
1
-2
/
+2
2007-10-10
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-0
/
+8
2007-10-10
[NET] ethernet: optimize memcpy and memset
Stephen Hemminger
1
-8
/
+8
2007-07-11
[ETH]: Validate address in eth_mac_addr
Patrick McHardy
1
-0
/
+3
2007-07-10
[CORE] Stack changes to add multiqueue hardware support API
Peter P Waskiewicz Jr
1
-4
/
+5
2007-04-25
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
1
-0
/
+1
2007-04-25
[NET] ETHERNET: Use htons() where appropriate.
YOSHIFUJI Hideaki
1
-1
/
+1
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-10
[NET] ETHERNET: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-4
/
+4
2006-12-02
[NET]: Kill direct includes of asm/checksum.h
Al Viro
1
-1
/
+0
2006-09-28
[NET]: Annotate dst_ops protocol
Al Viro
1
-1
/
+1
2006-09-22
[ETH]: indentation and cleanup
Stephen Hemminger
1
-50
/
+46
2006-09-22
[ETH]: docbook comments
Stephen Hemminger
1
-31
/
+69
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-02-23
[NET] ethernet: Fix first packet goes out with MAC 00:00:00:00:00:00
Jamal Hadi Salim
1
-6
/
+6
2006-01-06
[NET]: Use newer is_multicast_ether_addr() in some files
Kris Katterjohn
1
-1
/
+1
[next]