summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-02-18net: introduce device min_header_lenWillem de Bruijn3-0/+6
2016-10-20net: add recursion limit to GROSabrina Dubroca11-11/+49
2016-02-24eth: Pull header from first fragment via eth_get_headlenAlexander Duyck1-1/+2
2016-01-06net: Add eth_platform_get_mac_address() helper.David S. Miller3-0/+41
2015-09-29net: help compiler generate better code in eth_get_headlenJesper Dangaard Brouer1-1/+1
2015-09-01flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert9-19/+23
2015-08-10net: ethernet: Fix double word "the the" in eth.cMasanari Iida1-1/+1
2015-06-04net: Add full IPv6 addresses to flow_keysTom Herbert10-63/+193
2015-06-01net: Add priority to packet_offload objects.David S. Miller4-2/+10
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko12-146/+229
2015-05-13net: move *skb_get_poff declarations into correct headerJiri Pirko4-4/+5
2015-05-05etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck2-1/+19
2015-05-04etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdrAlexander Duyck1-1/+2
2015-05-04etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck2-2/+24
2015-05-04etherdev: Avoid unnecessary byte swap in check for EthertypeAlexander Duyck1-1/+1
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman16-306/+1
2015-01-02net: Add Transparent Ethernet Bridging GRO support.Jesse Gross3-47/+102
2014-09-06net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck6-16/+66
2014-08-28net: dsa: reduce number of protocol hooksFlorian Fainelli10-105/+68
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen97-133/+185
2014-01-16net: eth_type_trans() should use skb_header_pointer()Eric Dumazet1-2/+5
2013-10-01ethernet: use likely() for common Ethernet encapstephen hemminger1-4/+5
2013-10-01ethernet: cleanup eth_type_transstephen hemminger1-14/+3
2013-09-20net: ethernet: eth.c: removed checkpatch warnings and errorsAvinash Kumar1-3/+3
2013-07-17net: Fix sysfs_format_mac() code duplication.David S. Miller1-20/+1
2013-03-28net: add ETH_P_802_3_MINSimon Horman16-21/+24
2013-01-21net: split eth_mac_addr for better error handlingStefan Hajnoczi2-6/+37
2013-01-04net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko27-35/+4
2012-07-19ipx: move peII functionsstephen hemminger3-5/+1
2012-07-11net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings46-103/+163
2012-06-30net: introduce new priv_flag indicating iface capable of change mac when runningJiri Pirko2-1/+3
2012-05-11net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bitsJoe Perches3-35/+35
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet167-455/+461
2012-03-28Remove all #inclusions of asm/system.hDavid Howells510-512/+4
2012-02-13eth: reset addr_assign_type if eth_mac_addr() calledDanny Kukawka1-0/+2
2011-09-15net: don't clear IFF_XMIT_DST_RELEASE in ether_setupnhorman1-1/+1
2011-07-28net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman3-3/+8
2011-07-25net: fix eth.c kernel-doc warningRandy Dunlap1-0/+1
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller7-13/+13
2011-01-13eth: fix new kernel-doc warningRandy Dunlap1-1/+1
2011-01-11net: Add alloc_netdev_mqs functionTom Herbert4-20/+38
2010-09-23net: return operator cleanupEric Dumazet84-222/+220
2010-08-26net: use scnprintf() to avoid potential buffer overflowChangli Gao1-3/+3
2010-07-15Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issueChihau Chau1-2/+1
2010-06-11net-next: remove useless union keywordChangli Gao55-709/+694
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller3-2/+7
2010-04-22ethernet: print protocol in host byte orderJohannes Berg1-1/+1
2010-04-21net: Fix various endianness glitchesEric Dumazet17-61/+65
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
[next]