Age | Commit message (Expand) | Author |
2015-08-09 | net: ethernet: Fix double word "the the" in eth.c | Masanari Iida |
2015-06-04 | net: Add full IPv6 addresses to flow_keys | Tom Herbert |
2015-06-01 | net: Add priority to packet_offload objects. | David S. Miller |
2015-05-13 | flow_dissect: use programable dissector in skb_flow_dissect and friends | Jiri Pirko |
2015-05-13 | net: move *skb_get_poff declarations into correct header | Jiri Pirko |
2015-05-05 | etherdev: Fix sparse error, make test usable by other functions | Alexander Duyck |
2015-05-03 | etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdr | Alexander Duyck |
2015-05-03 | etherdev: Process is_multicast_ether_addr at same size as other operations | Alexander Duyck |
2015-05-03 | etherdev: Avoid unnecessary byte swap in check for Ethertype | Alexander Duyck |
2015-03-03 | ethernet: Use eth_<foo>_addr instead of memset | Joe Perches |
2015-03-02 | net: Kill dev_rebuild_header | Eric W. Biederman |
2015-01-02 | net: Add Transparent Ethernet Bridging GRO support. | Jesse Gross |
2014-09-05 | net: Add function for parsing the header length out of linear ethernet frames | Alexander Duyck |
2014-08-27 | net: dsa: reduce number of protocol hooks | Florian Fainelli |
2014-07-15 | net: set name_assign_type in alloc_netdev() | Tom Gundersen |
2014-01-16 | net: eth_type_trans() should use skb_header_pointer() | Eric Dumazet |
2013-09-30 | ethernet: use likely() for common Ethernet encap | stephen hemminger |
2013-09-30 | ethernet: cleanup eth_type_trans | stephen hemminger |
2013-09-20 | net: ethernet: eth.c: removed checkpatch warnings and errors | Avinash Kumar |
2013-07-16 | net: Fix sysfs_format_mac() code duplication. | David S. Miller |
2013-03-28 | net: add ETH_P_802_3_MIN | Simon Horman |
2013-01-21 | net: split eth_mac_addr for better error handling | Stefan Hajnoczi |
2013-01-03 | net: remove unnecessary NET_ADDR_RANDOM "bitclean" | Jiri Pirko |
2012-07-19 | ipx: move peII functions | stephen hemminger |
2012-07-10 | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings |
2012-06-30 | net: introduce new priv_flag indicating iface capable of change mac when running | Jiri Pirko |
2012-05-10 | net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bits | Joe Perches |
2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells |
2012-02-13 | eth: reset addr_assign_type if eth_mac_addr() called | Danny Kukawka |
2011-09-15 | net: don't clear IFF_XMIT_DST_RELEASE in ether_setup | nhorman |
2011-07-27 | net: add IFF_SKB_TX_SHARED flag to priv_flags | Neil Horman |
2011-07-25 | net: fix eth.c kernel-doc warning | Randy Dunlap |
2011-07-13 | net: Push protocol type directly down to header_ops->cache() | David S. Miller |
2011-01-12 | eth: fix new kernel-doc warning | Randy Dunlap |
2011-01-10 | net: Add alloc_netdev_mqs function | Tom Herbert |
2010-09-23 | net: return operator cleanup | Eric Dumazet |
2010-08-26 | net: use scnprintf() to avoid potential buffer overflow | Changli Gao |
2010-07-14 | Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issue | Chihau Chau |
2010-06-10 | net-next: remove useless union keyword | Changli Gao |
2010-05-02 | net: Inline skb_pull() in eth_type_trans(). | David S. Miller |
2010-04-21 | ethernet: print protocol in host byte order | Johannes Berg |
2010-04-20 | net: Fix various endianness glitches | Eric Dumazet |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2009-12-26 | llc: use dev_hard_header | Octavian Purdila |
2009-11-15 | remove deprecated and not used: print_mac() | Marin Mitov |
2009-05-25 | net: remove COMPAT_NET_DEV_OPS | Alexander Beregalov |
2008-11-23 | eth: Declare an optimized compare_ether_addr_64bits() function | Eric Dumazet |
2008-11-19 | netdev: expose ethernet address primitives | Stephen Hemminger |
2008-10-08 | dsa: add support for Trailer tagging format | Lennert Buytenhek |