summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin2021-04-071-1/+7
* net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin2021-04-051-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-0/+2
|\
| * net: fix race between napi kthread mode and busy pollWei Wang2021-03-171-0/+2
* | netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau2021-03-241-0/+1
* | net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau2021-03-241-0/+5
* | net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau2021-03-241-0/+2
* | net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau2021-03-241-0/+16
* | net: bridge: resolve forwarding path for bridge devicesPablo Neira Ayuso2021-03-241-0/+1
* | net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso2021-03-241-0/+7
* | net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso2021-03-241-0/+27
* | net: make unregister netdev warning timeout configurableDmitry Vyukov2021-03-231-0/+1
* | net: set initial device refcount to 1Eric Dumazet2021-03-221-0/+1
* | net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean2021-03-221-0/+3
* | netdev: add netdev_queue_set_dql_min_limit()Vincent Mailhol2021-03-221-0/+18
* | net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet2021-03-191-0/+13
* | net: move the xps maps to an arrayAntoine Tenart2021-03-181-6/+11
* | net: embed nr_ids in the xps mapsAntoine Tenart2021-03-181-0/+4
* | net: embed num_tc in the xps mapsAntoine Tenart2021-03-181-0/+6
* | net: Change dev parameter to const in netif_device_present()Roi Dayan2021-03-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-091-0/+5
|\ \ | |/ |/|
| * net: Add priv_flags for allow tx skb without linearXuan Zhuo2021-02-251-0/+4
| * netdevice: Add missing IFF_PHONY_HEADROOM self-definitionAlexander Lobakin2021-02-251-0/+1
* | xsk: Remove dangling function declaration from header fileMaciej Fijalkowski2021-03-041-2/+0
* | net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel2021-02-241-1/+33
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-2/+30
|\
| * bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer2021-02-131-2/+30
* | net: fix dev_ifsioc_locked() race conditionCong Wang2021-02-111-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-0/+2
|\ \
| * | net: watchdog: hold device global xmit lock during tx disableEdwin Peer2021-02-081-0/+2
* | | net: add sysfs attribute to control napi threaded modeWei Wang2021-02-091-0/+2
* | | net: implement threaded-able napi poll loop supportWei Wang2021-02-091-14/+7
* | | net: adjust net_device layout for cacheline usageJesper Dangaard Brouer2021-01-281-26/+27
* | | sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy2021-01-221-0/+1
| |/ |/|
* | bonding: add a vlan+srcmac tx hashing optionJarod Wilson2021-01-191-0/+1
* | net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan2021-01-181-0/+4
* | net-gro: remove GRO_DROPEric Dumazet2021-01-091-1/+0
* | net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-17/+0
|/
* net: core: introduce __netdev_notify_peersLijun Pan2020-12-161-0/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-14/+21
|\
| * net: Introduce preferred busy-pollingBjörn Töpel2020-12-011-14/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-1/+13
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-281-1/+13
| |\ \
| | * | net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel2020-11-241-1/+13
* | | | net: delete __dev_getfirstbyhwtypeVladimir Oltean2020-12-011-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-0/+5
|\| | |
| * | | net/packet: fix packet receive on L3 devices without visible hard headerEyal Birger2020-11-231-0/+5
| |/ /
* | | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-1/+1
* | | net: core: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-171-2/+9
| |/ |/|
* | net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit2020-11-091-0/+1