aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03net: remove the check argument from __skb_gro_checksum_convertLi RongQing1-3/+3
2019-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+1
2019-12-27ethtool: support for netlink notificationsMichal Kubecek1-0/+9
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-18net: sch_ets: Make the ETS qdisc offloadablePetr Machata1-0/+1
2019-12-17net: fix kernel-doc warning in <linux/netdevice.h>Randy Dunlap1-1/+1
2019-12-17netfilter: Document ingress hookLukas Wunner1-0/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+3
2019-12-07inet: protect against too small mtu values.Eric Dumazet1-0/+5
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+4
2019-11-22net/core: Add support for getting VF GUIDsDanit Goldberg1-0/+4
2019-11-12netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso1-0/+1
2019-11-07net: use u64_stats_t in struct pcpu_lstatsEric Dumazet1-4/+4
2019-11-07net: provide dev_lstats_add() helperEric Dumazet1-0/+10
2019-11-07net: provide dev_lstats_read() helperEric Dumazet1-0/+2
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-34/+26
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo1-12/+0
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo1-0/+10
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-22/+13
2019-10-24net: core: limit nested device depthTaehee Yoo1-0/+4
2019-10-08Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet1-3/+0
2019-10-02net: introduce per-netns netdevice notifiersJiri Pirko1-0/+3
2019-10-02net: push loops and nb calls into helper functionsJiri Pirko1-0/+3
2019-10-01net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko1-0/+4
2019-10-01net: introduce name_node struct to be used in hashlistJiri Pirko1-2/+8
2019-09-16taprio: Add support for hardware offloadingVinicius Costa Gomes1-0/+1
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+12
2019-08-24net: use unlikely for dql_avail casexiaolinkui1-1/+1
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson1-2/+12
2019-08-08net: use listified RX for handling GRO_NORMAL skbsEdward Cree1-0/+3
2019-07-01loopback: create blackhole net device similar to loopack.Mahesh Bandewar1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-27net/tls: move definition of tls ops into net/tls.hJakub Kicinski1-22/+1
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-04-10failover: allow name change on IFF_UP slave interfacesSi-Wei Liu1-0/+3
2019-04-04net: use correct this_cpu primitive in dev_recursion_levelFlorian Westphal1-1/+1
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-04-01net: place xmit recursion in softnet dataFlorian Westphal1-8/+32
2019-03-28net: replace ndo_get_devlink with ndo_get_devlink_portJiri Pirko1-3/+3
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet1-2/+2
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-8/+4
2019-03-20packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni1-0/+2
2019-03-20net: dev: rename queue selection helpers.Paolo Abeni1-3/+3
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-02-27net: Remove switchdev_opsFlorian Fainelli1-3/+0
2019-02-27net: dev: Use unsigned integer as an argument to left-shiftAndy Shevchenko1-1/+1
2019-02-26devlink: create a special NDO for getting the devlink instanceJakub Kicinski1-0/+7
2019-02-24net: dev: add generic protodown handlerAndy Roulin1-0/+1
2019-02-22net: Introduce parse_protocol header_ops callbackMaxim Mikityanskiy1-0/+10
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+3