summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* inet: protect against too small mtu values.Eric Dumazet2019-12-071-0/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-271-0/+4
|\
| * net/core: Add support for getting VF GUIDsDanit Goldberg2019-11-221-0/+4
* | netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso2019-11-121-0/+1
* | net: use u64_stats_t in struct pcpu_lstatsEric Dumazet2019-11-071-4/+4
* | net: provide dev_lstats_add() helperEric Dumazet2019-11-071-0/+10
* | net: provide dev_lstats_read() helperEric Dumazet2019-11-071-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-34/+26
|\ \
| * | net: remove unnecessary variables and callbackTaehee Yoo2019-10-241-12/+0
| * | net: core: add ignore flag to netdev_adjacent structureTaehee Yoo2019-10-241-0/+10
| * | net: core: add generic lockdep keysTaehee Yoo2019-10-241-22/+13
| * | net: core: limit nested device depthTaehee Yoo2019-10-241-0/+4
| |/
* | Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet2019-10-081-3/+0
* | net: introduce per-netns netdevice notifiersJiri Pirko2019-10-021-0/+3
* | net: push loops and nb calls into helper functionsJiri Pirko2019-10-021-0/+3
* | net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko2019-10-011-0/+4
* | net: introduce name_node struct to be used in hashlistJiri Pirko2019-10-011-2/+8
|/
* taprio: Add support for hardware offloadingVinicius Costa Gomes2019-09-161-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-2/+12
|\
| * xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2019-08-171-2/+12
* | net: use unlikely for dql_avail casexiaolinkui2019-08-241-1/+1
|/
* net: use listified RX for handling GRO_NORMAL skbsEdward Cree2019-08-081-0/+3
* loopback: create blackhole net device similar to loopack.Mahesh Bandewar2019-07-011-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net/tls: move definition of tls ops into net/tls.hJakub Kicinski2019-04-271-22/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-0/+3
|\
| * failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2019-04-101-0/+3
* | net: use correct this_cpu primitive in dev_recursion_levelFlorian Westphal2019-04-041-1/+1
* | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
* | net: place xmit recursion in softnet dataFlorian Westphal2019-04-011-8/+32
* | net: replace ndo_get_devlink with ndo_get_devlink_portJiri Pirko2019-03-281-3/+3
* | net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet2019-03-231-2/+2
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-8/+4
* | packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni2019-03-201-0/+2
* | net: dev: rename queue selection helpers.Paolo Abeni2019-03-201-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-1/+1
|\
| * net: dev: Use unsigned integer as an argument to left-shiftAndy Shevchenko2019-02-271-1/+1
* | net: Remove switchdev_opsFlorian Fainelli2019-02-271-3/+0
* | devlink: create a special NDO for getting the devlink instanceJakub Kicinski2019-02-261-0/+7
* | net: dev: add generic protodown handlerAndy Roulin2019-02-241-0/+1
* | net: Introduce parse_protocol header_ops callbackMaxim Mikityanskiy2019-02-221-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-161-4/+3
|\ \
| * | net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski2019-02-151-4/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-0/+8
|\ \ \ | |/ / |/| / | |/
| * ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann2019-01-301-0/+8
* | net: Introduce ndo_get_port_parent_id()Florian Fainelli2019-02-061-0/+9
* | netdevice.h: Add __cold to netdev_<level> logging functionsJoe Perches2019-02-031-8/+8
* | net: introduce a knob to control whether to inherit devconf configCong Wang2019-01-221-0/+1
* | net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-171-2/+4
|/
* net: rtnetlink: support for fdb getRoopa Prabhu2018-12-161-1/+6