Age | Commit message (Expand) | Author | Files | Lines |
2020-11-18 | net: datagram: fix some kernel-doc markups | Mauro Carvalho Chehab | 1 | -3/+3 |
2020-05-24 | net: move devres helpers into a separate source file | Bartosz Golaszewski | 1 | -28/+0 |
2020-01-27 | net: remove eth_change_mtu | Heiner Kallweit | 1 | -16/+0 |
2019-11-08 | net: add annotations on hh->hh_len lockless accesses | Eric Dumazet | 1 | -1/+6 |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+1 |
2019-06-03 | net: ethernet: improve eth_platform_get_mac_address | Heiner Kallweit | 1 | -10/+4 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-07 | net: ethernet: support of_get_mac_address new ERR_PTR error | Petr Štetiar | 1 | -1/+1 |
2019-05-06 | net: dsa: Allow drivers to filter packets they can decode source port from | Vladimir Oltean | 1 | -1/+5 |
2019-04-23 | net: pass net_device argument to the eth_get_headlen | Stanislav Fomichev | 1 | -2/+3 |
2019-04-23 | net: plumb network namespace into __skb_flow_dissect | Stanislav Fomichev | 1 | -2/+3 |
2019-02-22 | net/ethernet: Add parse_protocol header_ops support | Maxim Mikityanskiy | 1 | -0/+13 |
2018-12-04 | net: ethernet: provide nvmem_get_mac_address() | Bartosz Golaszewski | 1 | -0/+38 |
2018-11-16 | net: slightly optimize eth_type_trans | Li RongQing | 1 | -8/+10 |
2018-06-26 | net: Convert GRO SKB handling to list_head. | David Miller | 1 | -6/+6 |
2018-05-08 | net: core: rework basic flow dissection helper | Paolo Abeni | 1 | -3/+3 |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
2017-02-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -1/+1 |
2017-02-15 | net: Add a skb_gro_flush_final helper. | Steffen Klassert | 1 | -1/+1 |
2017-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2017-02-08 | net: introduce device min_header_len | Willem de Bruijn | 1 | -0/+1 |
2017-01-30 | net: add devm version of alloc_etherdev_mqs function | Rafał Miłecki | 1 | -0/+28 |
2016-11-08 | net: make default TX queue length a defined constant | Jesper Dangaard Brouer | 1 | -1/+2 |
2016-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2016-10-20 | net: add recursion limit to GRO | Sabrina Dubroca | 1 | -1/+1 |
2016-10-13 | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 1 | -2/+3 |
2016-02-24 | eth: Pull header from first fragment via eth_get_headlen | Alexander Duyck | 1 | -1/+2 |
2016-01-07 | net: Add eth_platform_get_mac_address() helper. | David S. Miller | 1 | -0/+31 |
2015-09-29 | net: help compiler generate better code in eth_get_headlen | Jesper Dangaard Brouer | 1 | -1/+1 |
2015-09-02 | flow_dissector: Add flags argument to skb_flow_dissector functions | Tom Herbert | 1 | -1/+1 |
2015-08-10 | net: ethernet: Fix double word "the the" in eth.c | Masanari Iida | 1 | -1/+1 |
2015-06-05 | net: Add full IPv6 addresses to flow_keys | Tom Herbert | 1 | -1/+1 |
2015-06-02 | net: Add priority to packet_offload objects. | David S. Miller | 1 | -0/+1 |
2015-05-13 | flow_dissect: use programable dissector in skb_flow_dissect and friends | Jiri Pirko | 1 | -3/+3 |
2015-05-13 | net: move *skb_get_poff declarations into correct header | Jiri Pirko | 1 | -0/+1 |
2015-05-06 | etherdev: Fix sparse error, make test usable by other functions | Alexander Duyck | 1 | -1/+1 |
2015-05-04 | etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdr | Alexander Duyck | 1 | -1/+2 |
2015-05-04 | etherdev: Process is_multicast_ether_addr at same size as other operations | Alexander Duyck | 1 | -1/+1 |
2015-05-04 | etherdev: Avoid unnecessary byte swap in check for Ethertype | Alexander Duyck | 1 | -1/+1 |
2015-03-04 | ethernet: Use eth_<foo>_addr instead of memset | Joe Perches | 1 | -2/+2 |
2015-03-03 | net: Kill dev_rebuild_header | Eric W. Biederman | 1 | -34/+0 |
2015-01-02 | net: Add Transparent Ethernet Bridging GRO support. | Jesse Gross | 1 | -0/+92 |
2014-09-06 | net: Add function for parsing the header length out of linear ethernet frames | Alexander Duyck | 1 | -0/+27 |
2014-08-28 | net: dsa: reduce number of protocol hooks | Florian Fainelli | 1 | -5/+2 |
2014-07-16 | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 1 | -1/+2 |
2014-01-17 | net: eth_type_trans() should use skb_header_pointer() | Eric Dumazet | 1 | -2/+5 |
2013-10-01 | ethernet: use likely() for common Ethernet encap | stephen hemminger | 1 | -4/+5 |
2013-10-01 | ethernet: cleanup eth_type_trans | stephen hemminger | 1 | -14/+3 |
2013-09-20 | net: ethernet: eth.c: removed checkpatch warnings and errors | Avinash Kumar | 1 | -3/+3 |