index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-01
ethernet: use likely() for common Ethernet encap
stephen hemminger
1
-4
/
+5
2013-10-01
ethernet: cleanup eth_type_trans
stephen hemminger
1
-14
/
+3
2013-09-20
net: ethernet: eth.c: removed checkpatch warnings and errors
Avinash Kumar
1
-3
/
+3
2013-07-17
net: Fix sysfs_format_mac() code duplication.
David S. Miller
1
-20
/
+1
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-04
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
Jiri Pirko
1
-2
/
+0
2012-07-19
ipx: move peII functions
stephen hemminger
2
-39
/
+0
2012-07-11
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-11
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-28
net: add IFF_SKB_TX_SHARED flag to priv_flags
Neil Horman
1
-0
/
+1
2011-07-26
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-13
eth: fix new kernel-doc warning
Randy Dunlap
1
-1
/
+1
2011-01-11
net: Add alloc_netdev_mqs function
Tom Herbert
1
-5
/
+7
2010-09-24
net: return operator cleanup
Eric Dumazet
1
-1
/
+1
2010-08-27
net: use scnprintf() to avoid potential buffer overflow
Changli Gao
1
-3
/
+3
2010-07-15
Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issue
Chihau Chau
1
-2
/
+1
2010-06-11
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-22
ethernet: print protocol in host byte order
Johannes Berg
1
-1
/
+1
2010-04-21
net: Fix various endianness glitches
Eric Dumazet
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-27
llc: use dev_hard_header
Octavian Purdila
1
-3
/
+3
2009-11-16
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-24
eth: Declare an optimized compare_ether_addr_64bits() function
Eric Dumazet
1
-3
/
+3
2008-11-20
netdev: expose ethernet address primitives
Stephen Hemminger
1
-5
/
+8
2008-10-09
dsa: add support for Trailer tagging format
Lennert Buytenhek
1
-0
/
+2
2008-10-09
dsa: add support for original DSA tagging format
Lennert Buytenhek
1
-0
/
+10
2008-09-21
net: Use hton[sl]() instead of __constant_hton[sl]() where applicable
Arnaldo Carvalho de Melo
1
-1
/
+1
2008-04-14
[NET]: Return more appropriate error from eth_validate_addr().
Patrick McHardy
1
-1
/
+1
2008-01-29
[ETH]: Combine format_addr() with print_mac().
Michael Chan
1
-3
/
+27
2007-10-24
[NET]: Validate device addr prior to interface-up
Jeff Garzik
1
-0
/
+9
2007-10-11
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
1
-12
/
+24
2007-10-11
[NET]: Wrap hard_header_parse
Stephen Hemminger
1
-2
/
+2
2007-10-11
[NET]: Wrap netdevice hardware header creation.
Stephen Hemminger
1
-3
/
+1
2007-10-11
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-0
/
+8
2007-10-11
[NET] ethernet: optimize memcpy and memset
Stephen Hemminger
1
-8
/
+8
2007-07-12
[ETH]: Validate address in eth_mac_addr
Patrick McHardy
1
-0
/
+3
2007-07-11
[CORE] Stack changes to add multiqueue hardware support API
Peter P Waskiewicz Jr
1
-4
/
+5
2007-04-26
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
1
-0
/
+1
2007-04-26
[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
[next]