summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2022-04-15netdevice: add the case if dev is NULLYajun Deng
2022-02-01net: fix information leakage in /proc/net/ptypeCongyu Liu
2021-12-08net: annotate data-races on txq->xmit_lock_ownerEric Dumazet
2021-09-03net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne
2021-04-07net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel
2021-03-07net: fix dev_ifsioc_locked() race conditionCong Wang
2021-02-17net: watchdog: hold device global xmit lock during tx disableEdwin Peer
2020-06-30net: core: reduce recursion limit valueTaehee Yoo
2020-03-05net: export netdev_next_lower_dev_rcu()Taehee Yoo
2020-01-29net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet
2020-01-23net: fix kernel-doc warning in <linux/netdevice.h>Randy Dunlap
2019-12-18inet: protect against too small mtu values.Eric Dumazet
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-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
2018-12-13net: dev: Issue NETDEV_PRE_CHANGEADDRPetr Machata