| Commit message (Expand) | Author | Age | Files | Lines |
* | net: eth_type_trans() should use skb_header_pointer() | Eric Dumazet | 2014-01-16 | 1 | -2/+5 |
* | ethernet: use likely() for common Ethernet encap | stephen hemminger | 2013-09-30 | 1 | -4/+5 |
* | ethernet: cleanup eth_type_trans | stephen hemminger | 2013-09-30 | 1 | -14/+3 |
* | net: ethernet: eth.c: removed checkpatch warnings and errors | Avinash Kumar | 2013-09-20 | 1 | -3/+3 |
* | net: Fix sysfs_format_mac() code duplication. | David S. Miller | 2013-07-16 | 1 | -20/+1 |
* | net: add ETH_P_802_3_MIN | Simon Horman | 2013-03-28 | 1 | -1/+1 |
* | net: split eth_mac_addr for better error handling | Stefan Hajnoczi | 2013-01-21 | 1 | -6/+35 |
* | net: remove unnecessary NET_ADDR_RANDOM "bitclean" | Jiri Pirko | 2013-01-03 | 1 | -2/+0 |
* | ipx: move peII functions | stephen hemminger | 2012-07-19 | 2 | -39/+0 |
* | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 2012-07-10 | 1 | -0/+3 |
* | net: introduce new priv_flag indicating iface capable of change mac when running | Jiri Pirko | 2012-06-30 | 1 | -1/+1 |
* | net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bits | Joe Perches | 2012-05-10 | 1 | -2/+3 |
* | net: cleanup unsigned to unsigned int | Eric Dumazet | 2012-04-15 | 1 | -1/+1 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | eth: reset addr_assign_type if eth_mac_addr() called | Danny Kukawka | 2012-02-13 | 1 | -0/+2 |
* | net: don't clear IFF_XMIT_DST_RELEASE in ether_setup | nhorman | 2011-09-15 | 1 | -1/+1 |
* | net: add IFF_SKB_TX_SHARED flag to priv_flags | Neil Horman | 2011-07-27 | 1 | -0/+1 |
* | net: fix eth.c kernel-doc warning | Randy Dunlap | 2011-07-25 | 1 | -0/+1 |
* | net: Push protocol type directly down to header_ops->cache() | David S. Miller | 2011-07-13 | 1 | -2/+1 |
* | eth: fix new kernel-doc warning | Randy Dunlap | 2011-01-12 | 1 | -1/+1 |
* | net: Add alloc_netdev_mqs function | Tom Herbert | 2011-01-10 | 1 | -5/+7 |
* | net: return operator cleanup | Eric Dumazet | 2010-09-23 | 1 | -1/+1 |
* | net: use scnprintf() to avoid potential buffer overflow | Changli Gao | 2010-08-26 | 1 | -3/+3 |
* | Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issue | Chihau Chau | 2010-07-14 | 1 | -2/+1 |
* | net-next: remove useless union keyword | Changli Gao | 2010-06-10 | 1 | -4/+1 |
* | net: Inline skb_pull() in eth_type_trans(). | David S. Miller | 2010-05-02 | 1 | -1/+1 |
* | ethernet: print protocol in host byte order | Johannes Berg | 2010-04-21 | 1 | -1/+1 |
* | net: Fix various endianness glitches | Eric Dumazet | 2010-04-20 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | llc: use dev_hard_header | Octavian Purdila | 2009-12-26 | 1 | -3/+3 |
* | remove deprecated and not used: print_mac() | Marin Mitov | 2009-11-15 | 1 | -7/+0 |
* | net: remove COMPAT_NET_DEV_OPS | Alexander Beregalov | 2009-05-25 | 1 | -5/+0 |
* | eth: Declare an optimized compare_ether_addr_64bits() function | Eric Dumazet | 2008-11-23 | 1 | -3/+3 |
* | netdev: expose ethernet address primitives | Stephen Hemminger | 2008-11-19 | 1 | -5/+8 |
* | dsa: add support for Trailer tagging format | Lennert Buytenhek | 2008-10-08 | 1 | -0/+2 |
* | dsa: add support for original DSA tagging format | Lennert Buytenhek | 2008-10-08 | 1 | -0/+10 |
* | net: Use hton[sl]() instead of __constant_hton[sl]() where applicable | Arnaldo Carvalho de Melo | 2008-09-20 | 1 | -1/+1 |
* | [NET]: Return more appropriate error from eth_validate_addr(). | Patrick McHardy | 2008-04-13 | 1 | -1/+1 |
* | [ETH]: Combine format_addr() with print_mac(). | Michael Chan | 2008-01-28 | 1 | -3/+27 |
* | [NET]: Validate device addr prior to interface-up | Jeff Garzik | 2007-10-23 | 1 | -0/+9 |
* | [NET]: Move hardware header operations out of netdevice. | Stephen Hemminger | 2007-10-10 | 1 | -12/+24 |
* | [NET]: Wrap hard_header_parse | Stephen Hemminger | 2007-10-10 | 1 | -2/+2 |
* | [NET]: Wrap netdevice hardware header creation. | Stephen Hemminger | 2007-10-10 | 1 | -3/+1 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-10 | 1 | -0/+8 |
* | [NET] ethernet: optimize memcpy and memset | Stephen Hemminger | 2007-10-10 | 1 | -8/+8 |
* | [ETH]: Validate address in eth_mac_addr | Patrick McHardy | 2007-07-11 | 1 | -0/+3 |
* | [CORE] Stack changes to add multiqueue hardware support API | Peter P Waskiewicz Jr | 2007-07-10 | 1 | -4/+5 |
* | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -0/+1 |
* | [NET] ETHERNET: Use htons() where appropriate. | YOSHIFUJI Hideaki | 2007-04-25 | 1 | -1/+1 |