Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6d19d695e091c2e32a1eac80ace52c4e8af13d10
/
net
/
ethernet
cd79a23
flow_dissector: Add flags argument to skb_flow_dissector functions
by Tom Herbert
· 9 years ago
ecea499
net: ethernet: Fix double word "the the" in eth.c
by Masanari Iida
· 9 years ago
c3f8324
net: Add full IPv6 addresses to flow_keys
by Tom Herbert
· 9 years ago
bdef7de
net: Add priority to packet_offload objects.
by David S. Miller
· 9 years ago
06635a3
flow_dissect: use programable dissector in skb_flow_dissect and friends
by Jiri Pirko
· 9 years ago
10b89ee4
net: move *skb_get_poff declarations into correct header
by Jiri Pirko
· 9 years ago
2c7a88c
etherdev: Fix sparse error, make test usable by other functions
by Alexander Duyck
· 10 years ago
610986e
etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdr
by Alexander Duyck
· 10 years ago
d54385c
etherdev: Process is_multicast_ether_addr at same size as other operations
by Alexander Duyck
· 10 years ago
849b920
etherdev: Avoid unnecessary byte swap in check for Ethertype
by Alexander Duyck
· 10 years ago
afc130d
ethernet: Use eth_<foo>_addr instead of memset
by Joe Perches
· 10 years ago
d476059
net: Kill dev_rebuild_header
by Eric W. Biederman
· 10 years ago
9b174d8
net: Add Transparent Ethernet Bridging GRO support.
by Jesse Gross
· 10 years ago
56193d1
net: Add function for parsing the header length out of linear ethernet frames
by Alexander Duyck
· 10 years ago
3e8a72d
net: dsa: reduce number of protocol hooks
by Florian Fainelli
· 10 years ago
c835a67
net: set name_assign_type in alloc_netdev()
by Tom Gundersen
· 10 years ago
0864c15
net: eth_type_trans() should use skb_header_pointer()
by Eric Dumazet
· 11 years ago
56d7b53
ethernet: use likely() for common Ethernet encap
by stephen hemminger
· 11 years ago
12861b7
ethernet: cleanup eth_type_trans
by stephen hemminger
· 11 years ago
118a7b0
net: ethernet: eth.c: removed checkpatch warnings and errors
by Avinash Kumar
· 11 years ago
ae8e9c5
net: Fix sysfs_format_mac() code duplication.
by David S. Miller
· 11 years ago
e5c5d22
net: add ETH_P_802_3_MIN
by Simon Horman
· 12 years ago
fa0879e
net: split eth_mac_addr for better error handling
by Stefan Hajnoczi
· 12 years ago
15c6ff3
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
by Jiri Pirko
· 12 years ago
83bd1b7
ipx: move peII functions
by stephen hemminger
· 12 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
bb35f67
net: introduce new priv_flag indicating iface capable of change mac when running
by Jiri Pirko
· 12 years ago
a6700db
net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bits
by Joe Perches
· 12 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
c8585bd
eth: reset addr_assign_type if eth_mac_addr() called
by Danny Kukawka
· 13 years ago
31dda0a
net: don't clear IFF_XMIT_DST_RELEASE in ether_setup
by nhorman
· 13 years ago
d887331
net: add IFF_SKB_TX_SHARED flag to priv_flags
by Neil Horman
· 13 years ago
48daec0
net: fix eth.c kernel-doc warning
by Randy Dunlap
· 13 years ago
e69dd33
net: Push protocol type directly down to header_ops->cache()
by David S. Miller
· 13 years ago
3806b4f
eth: fix new kernel-doc warning
by Randy Dunlap
· 14 years ago
36909ea
net: Add alloc_netdev_mqs function
by Tom Herbert
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
53f91dc
net: use scnprintf() to avoid potential buffer overflow
by Changli Gao
· 14 years ago
5487486
Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issue
by Chihau Chau
· 14 years ago
d8d1f30
net-next: remove useless union keyword
by Changli Gao
· 14 years ago
47d2964
net: Inline skb_pull() in eth_type_trans().
by David S. Miller
· 15 years ago
b002a86
ethernet: print protocol in host byte order
by Johannes Berg
· 15 years ago
0eae88f
net: Fix various endianness glitches
by Eric Dumazet
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
bf9ae53
llc: use dev_hard_header
by Octavian Purdila
· 15 years ago
b9f5d52
remove deprecated and not used: print_mac()
by Marin Mitov
· 15 years ago
e3804cb
net: remove COMPAT_NET_DEV_OPS
by Alexander Beregalov
· 15 years ago
1f87e23
eth: Declare an optimized compare_ether_addr_64bits() function
by Eric Dumazet
· 16 years ago
ccad637
netdev: expose ethernet address primitives
by Stephen Hemminger
· 16 years ago
396138f0
dsa: add support for Trailer tagging format
by Lennert Buytenhek
· 16 years ago
cf85d08
dsa: add support for original DSA tagging format
by Lennert Buytenhek
· 16 years ago
6067804
net: Use hton[sl]() instead of __constant_hton[sl]() where applicable
by Arnaldo Carvalho de Melo
· 16 years ago
2ed9926
[NET]: Return more appropriate error from eth_validate_addr().
by Patrick McHardy
· 17 years ago
7ffc49a
[ETH]: Combine format_addr() with print_mac().
by Michael Chan
· 17 years ago
bada339
[NET]: Validate device addr prior to interface-up
by Jeff Garzik
· 17 years ago
3b04ddd
[NET]: Move hardware header operations out of netdevice.
by Stephen Hemminger
· 17 years ago
b95cce3
[NET]: Wrap hard_header_parse
by Stephen Hemminger
· 17 years ago
0c4e858
[NET]: Wrap netdevice hardware header creation.
by Stephen Hemminger
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
23f1f4e
[NET] ethernet: optimize memcpy and memset
by Stephen Hemminger
· 17 years ago
71bffe5
[ETH]: Validate address in eth_mac_addr
by Patrick McHardy
· 17 years ago
f25f4e4
[CORE] Stack changes to add multiqueue hardware support API
by Peter P Waskiewicz Jr
· 17 years ago
459a98e
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
f576e24
[NET] ETHERNET: Use htons() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
03d52d7
[NET] ETHERNET: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
3277c39
[NET]: Kill direct includes of asm/checksum.h
by Al Viro
· 18 years ago
d77072e
[NET]: Annotate dst_ops protocol
by Al Viro
· 18 years ago
2e4ca75
[ETH]: indentation and cleanup
by Stephen Hemminger
· 18 years ago
d3e01f7
[ETH]: docbook comments
by Stephen Hemminger
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
6569a35
[NET]: Eliminate unused /proc/sys/net/ethernet
by Jes Sorensen
· 18 years ago
f8d0e3f
[NET] ethernet: Fix first packet goes out with MAC 00:00:00:00:00:00
by Jamal Hadi Salim
· 19 years ago
dbbc098
[NET]: Use newer is_multicast_ether_addr() in some files
by Kris Katterjohn
· 19 years ago
46f25df
[NET]: Change 1500 to ETH_DATA_LEN in some files
by Kris Katterjohn
· 19 years ago
a51482b
[NET]: kfree cleanup
by Jesper Juhl
· 19 years ago
360ac8e
[ETH]: ether address compare
by Stephen Hemminger
· 19 years ago
01d40f2
[NET]: Fix reversed logic in eth_type_trans().
by David S. Miller
· 19 years ago
ba645c1
[NET]: Slightly optimize ethernet address comparison.
by David S. Miller
· 19 years ago
2038073
[NET]: Fix sparse warnings
by Arnaldo Carvalho de Melo
· 19 years ago
86e65da
[NET]: Remove explicit initializations of skb->input_dev
by David S. Miller
· 19 years ago
ab61148
[NET]: __be'ify *_type_trans()
by Alexey Dobriyan
· 19 years ago
ff593c5
[NET]: Micro optimization in eth_header()
by Denis Vlasenko
· 19 years ago
02c30a8
[PATCH] update Ross Biro bouncing email address
by Jesper Juhl
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago