| Commit message (Expand) | Author | Age | Files | Lines |
* | net: core: move mac_pton() to lib/net_utils.c | Andy Shevchenko | 2013-06-05 | 1 | -1/+0 |
* | UAPI: (Scripted) Disintegrate include/linux | David Howells | 2012-10-13 | 1 | -114/+1 |
* | canfd: add new data structures and constants | Oliver Hartkopp | 2012-06-19 | 1 | -1/+2 |
* | if_ether.h: Add IEEE 802.1 Local Experimental Ethertype 1. | sjur.brandeland@stericsson.com | 2011-12-05 | 1 | -0/+1 |
* | Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next... | John W. Linville | 2011-10-11 | 1 | -0/+1 |
|\ |
|
| * | mac80211: handle TDLS high-level commands and frames | Arik Nemtsov | 2011-09-30 | 1 | -0/+1 |
* | | if_ether: add new Ethernet Protocol ID for af_iucv | Frank Blaschka | 2011-08-13 | 1 | -0/+1 |
|/ |
|
* | net: add 802.1ad / 802.1ah / QinQ ethertypes | David Lamparter | 2011-07-17 | 1 | -0/+5 |
* | net: Kill ether_table[] declaration. | David S. Miller | 2011-05-27 | 1 | -4/+0 |
* | net: add mac_pton() for parsing MAC address | Alexey Dobriyan | 2011-05-09 | 1 | -0/+1 |
* | include/linux/if_ether.h: Add #define ETH_P_LINK_CTL for HPNA and wlan local ... | Henry Ptasinski | 2011-01-06 | 1 | -0/+1 |
* | include/linux/if_ether.h: Remove unused #define MAC_FMT | Joe Perches | 2010-08-24 | 1 | -2/+0 |
* | header: fix broken headers for user space | Changli Gao | 2010-08-22 | 1 | -1/+1 |
* | net: use __packed annotation | Eric Dumazet | 2010-06-03 | 1 | -1/+1 |
* | net-caif: add CAIF protocol definitions | Sjur Braendeland | 2010-03-30 | 1 | -0/+1 |
* | include/linux/if_ether.h: Remove unused defines MAC_BUF_SIZE and DECLARE_MAC_BUF | Joe Perches | 2009-12-08 | 1 | -2/+0 |
* | remove deprecated and not used: print_mac() | Marin Mitov | 2009-11-15 | 1 | -4/+0 |
* | net: deprecate print_mac | Johannes Berg | 2009-07-26 | 1 | -2/+2 |
* | if_ether: add define for 1588 aka Timesync | Alexander Duyck | 2009-07-02 | 1 | -0/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-06-15 | 1 | -0/+1 |
|\ |
|
| * | [SCSI] net, libfcoe: Add the FCoE Initialization Protocol ethertype | Joe Eykholt | 2009-06-08 | 1 | -0/+1 |
* | | Add constants for the ieee 802.15.4 stack | Sergey Lapin | 2009-06-09 | 1 | -0/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2009-03-28 | 1 | -0/+1 |
|\ |
|
| * | [SCSI] net, fcoe: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE) | Yi Zou | 2009-03-13 | 1 | -0/+1 |
* | | net: fix some trailing whitespaces | Graf Yang | 2009-02-05 | 1 | -4/+4 |
|/ |
|
* | net: Rationalise email address: Network Specific Parts | Alan Cox | 2008-10-13 | 1 | -1/+1 |
* | gre: Add Transparent Ethernet Bridging | Herbert Xu | 2008-10-09 | 1 | -0/+1 |
* | dsa: add support for Trailer tagging format | Lennert Buytenhek | 2008-10-08 | 1 | -0/+1 |
* | dsa: add support for original DSA tagging format | Lennert Buytenhek | 2008-10-08 | 1 | -0/+1 |
* | net: Distributed Switch Architecture protocol support | Lennert Buytenhek | 2008-10-08 | 1 | -0/+1 |
* | Phonet: global definitions | Remi Denis-Courmont | 2008-09-22 | 1 | -0/+1 |
* | move ETH_P_PAE from ieee80211_i.h to if_ether.h | Jasper Bryant-Greene | 2008-08-22 | 1 | -0/+1 |
* | [NET]: Restore sanity wrt. print_mac(). | David S. Miller | 2008-02-23 | 1 | -1/+2 |
* | [NET]: Elminate spurious print_mac() calls. | David S. Miller | 2008-02-18 | 1 | -1/+1 |
* | [NET]: Remove MAC_FMT | Joe Perches | 2008-02-17 | 1 | -1/+0 |
* | [ETHER]: Bring back MAC_FMT | Patrick McHardy | 2008-01-28 | 1 | -0/+1 |
* | [ETH]: Combine format_addr() with print_mac(). | Michael Chan | 2008-01-28 | 1 | -3/+5 |
* | [CAN]: Allocate protocol numbers for PF_CAN | Oliver Hartkopp | 2008-01-28 | 1 | -0/+1 |
* | [NET]: Move hardware header operations out of netdevice. | Stephen Hemminger | 2007-10-10 | 1 | -0/+2 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-10 | 1 | -0/+8 |
* | Add constant for FCS/CRC length (frame check sequence) | Auke Kok | 2007-05-21 | 1 | -0/+1 |
* | [BRIDGE]: drop PAUSE frames | Stephen Hemminger | 2007-04-25 | 1 | -0/+1 |
* | [SK_BUFF]: Introduce skb_mac_header() | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [PATCH] bonding: suppress duplicate packets | Jay Vosburgh | 2006-03-03 | 1 | -0/+1 |
* | [TIPC] Move ethernet protocol id to linux/if_ether.h | Per Liden | 2006-01-18 | 1 | -0/+1 |
* | [NET]: Annotate h_proto in struct ethhdr | Pavel Roskin | 2005-11-10 | 1 | -1/+3 |
* | [NET]: Fix GCC4 compile error: sysctl in linux/if_ether.h | Ben Dooks | 2005-09-27 | 1 | -0/+2 |
* | [NET]: Fix sparse warnings | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -0/+2 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+115 |