summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2020-02-16net: export netdev_next_lower_dev_rcu()Taehee Yoo
2020-02-14netdevice.h: fix all kernel-doc and Sphinx warningsRandy Dunlap
2020-01-27ethtool: provide message mask with DEBUG_GET requestMichal Kubecek
2020-01-27net: introduce dev_net notifier register/unregister variantsJiri Pirko
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert
2020-01-27net: Add fraglist GRO/GSO feature flagsSteffen Klassert
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-25net: sched: Make TBF Qdisc offloadablePetr Machata
2020-01-23net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet
2020-01-16xdp: Move devmap bulk queue into struct net_deviceToke Høiland-Jørgensen
2020-01-03net: remove the check argument from __skb_gro_checksum_convertLi RongQing
2019-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-12-27ethtool: support for netlink notificationsMichal Kubecek
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-18net: sch_ets: Make the ETS qdisc offloadablePetr Machata
2019-12-17net: fix kernel-doc warning in <linux/netdevice.h>Randy Dunlap
2019-12-17netfilter: Document ingress hookLukas Wunner
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
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