| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2017-02-17 | 1 | -1/+1 |
|\ |
|
| * | net: Add a skb_gro_flush_final helper. | Steffen Klassert | 2017-02-15 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-02-11 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | net: introduce device min_header_len | Willem de Bruijn | 2017-02-08 | 1 | -0/+1 |
* | | net: add devm version of alloc_etherdev_mqs function | Rafał Miłecki | 2017-01-30 | 1 | -0/+28 |
|/ |
|
* | net: make default TX queue length a defined constant | Jesper Dangaard Brouer | 2016-11-08 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-10-30 | 1 | -1/+1 |
|\ |
|
| * | net: add recursion limit to GRO | Sabrina Dubroca | 2016-10-20 | 1 | -1/+1 |
* | | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 2016-10-13 | 1 | -2/+3 |
|/ |
|
* | eth: Pull header from first fragment via eth_get_headlen | Alexander Duyck | 2016-02-24 | 1 | -1/+2 |
* | net: Add eth_platform_get_mac_address() helper. | David S. Miller | 2016-01-06 | 1 | -0/+31 |
* | net: help compiler generate better code in eth_get_headlen | Jesper Dangaard Brouer | 2015-09-29 | 1 | -1/+1 |
* | flow_dissector: Add flags argument to skb_flow_dissector functions | Tom Herbert | 2015-09-02 | 1 | -1/+1 |
* | net: ethernet: Fix double word "the the" in eth.c | Masanari Iida | 2015-08-10 | 1 | -1/+1 |
* | net: Add full IPv6 addresses to flow_keys | Tom Herbert | 2015-06-05 | 1 | -1/+1 |
* | net: Add priority to packet_offload objects. | David S. Miller | 2015-06-01 | 1 | -0/+1 |
* | flow_dissect: use programable dissector in skb_flow_dissect and friends | Jiri Pirko | 2015-05-13 | 1 | -3/+3 |
* | net: move *skb_get_poff declarations into correct header | Jiri Pirko | 2015-05-13 | 1 | -0/+1 |
* | etherdev: Fix sparse error, make test usable by other functions | Alexander Duyck | 2015-05-06 | 1 | -1/+1 |
* | etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdr | Alexander Duyck | 2015-05-04 | 1 | -1/+2 |
* | etherdev: Process is_multicast_ether_addr at same size as other operations | Alexander Duyck | 2015-05-04 | 1 | -1/+1 |
* | etherdev: Avoid unnecessary byte swap in check for Ethertype | Alexander Duyck | 2015-05-04 | 1 | -1/+1 |
* | ethernet: Use eth_<foo>_addr instead of memset | Joe Perches | 2015-03-03 | 1 | -2/+2 |
* | net: Kill dev_rebuild_header | Eric W. Biederman | 2015-03-02 | 1 | -34/+0 |
* | net: Add Transparent Ethernet Bridging GRO support. | Jesse Gross | 2015-01-02 | 1 | -0/+92 |
* | net: Add function for parsing the header length out of linear ethernet frames | Alexander Duyck | 2014-09-06 | 1 | -0/+27 |
* | net: dsa: reduce number of protocol hooks | Florian Fainelli | 2014-08-28 | 1 | -5/+2 |
* | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 2014-07-16 | 1 | -1/+2 |
* | net: eth_type_trans() should use skb_header_pointer() | Eric Dumazet | 2014-01-17 | 1 | -2/+5 |
* | ethernet: use likely() for common Ethernet encap | stephen hemminger | 2013-10-01 | 1 | -4/+5 |
* | ethernet: cleanup eth_type_trans | stephen hemminger | 2013-10-01 | 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-17 | 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-04 | 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-11 | 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-11 | 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-28 | 1 | -0/+1 |
* | net: fix eth.c kernel-doc warning | Randy Dunlap | 2011-07-26 | 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-13 | 1 | -1/+1 |
* | net: Add alloc_netdev_mqs function | Tom Herbert | 2011-01-11 | 1 | -5/+7 |
* | net: return operator cleanup | Eric Dumazet | 2010-09-23 | 1 | -1/+1 |