summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2019-12-07inet: protect against too small mtu values.Eric Dumazet
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-11-22net/core: Add support for getting VF GUIDsDanit Goldberg
2019-11-12netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso
2019-11-07net: use u64_stats_t in struct pcpu_lstatsEric Dumazet
2019-11-07net: provide dev_lstats_add() helperEric Dumazet
2019-11-07net: provide dev_lstats_read() helperEric Dumazet
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-24net: core: limit nested device depthTaehee Yoo
2019-10-08Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet
2019-10-02net: introduce per-netns netdevice notifiersJiri Pirko
2019-10-02net: push loops and nb calls into helper functionsJiri Pirko
2019-10-01net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko
2019-10-01net: introduce name_node struct to be used in hashlistJiri Pirko
2019-09-16taprio: Add support for hardware offloadingVinicius Costa Gomes
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-08-24net: use unlikely for dql_avail casexiaolinkui
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson
2019-08-08net: use listified RX for handling GRO_NORMAL skbsEdward Cree
2019-07-01loopback: create blackhole net device similar to loopack.Mahesh Bandewar
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-27net/tls: move definition of tls ops into net/tls.hJakub Kicinski
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-10failover: allow name change on IFF_UP slave interfacesSi-Wei Liu
2019-04-04net: use correct this_cpu primitive in dev_recursion_levelFlorian Westphal
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-04-01net: place xmit recursion in softnet dataFlorian Westphal
2019-03-28net: replace ndo_get_devlink with ndo_get_devlink_portJiri Pirko
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2019-03-20packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni
2019-03-20net: dev: rename queue selection helpers.Paolo Abeni
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-27net: Remove switchdev_opsFlorian Fainelli
2019-02-27net: dev: Use unsigned integer as an argument to left-shiftAndy Shevchenko
2019-02-26devlink: create a special NDO for getting the devlink instanceJakub Kicinski
2019-02-24net: dev: add generic protodown handlerAndy Roulin
2019-02-22net: Introduce parse_protocol header_ops callbackMaxim Mikityanskiy
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-02-15net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-06net: Introduce ndo_get_port_parent_id()Florian Fainelli
2019-02-03netdevice.h: Add __cold to netdev_<level> logging functionsJoe Perches
2019-01-30ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann
2019-01-22net: introduce a knob to control whether to inherit devconf configCong Wang
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata
2018-12-16net: rtnetlink: support for fdb getRoopa Prabhu