summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2021-09-03net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-25dev_forward_skb: do not scrub skb mark within the same name spaceNicolas Dichtel
2021-06-03mlx5: count all link eventsJakub Kicinski
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-24netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau
2021-03-24net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau
2021-03-24net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau
2021-03-24net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau
2021-03-24net: bridge: resolve forwarding path for bridge devicesPablo Neira Ayuso
2021-03-24net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso
2021-03-24net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso
2021-03-23net: make unregister netdev warning timeout configurableDmitry Vyukov
2021-03-22net: set initial device refcount to 1Eric Dumazet
2021-03-22net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean
2021-03-22netdev: add netdev_queue_set_dql_min_limit()Vincent Mailhol
2021-03-19net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet
2021-03-18net: move the xps maps to an arrayAntoine Tenart
2021-03-18net: embed nr_ids in the xps mapsAntoine Tenart
2021-03-18net: embed num_tc in the xps mapsAntoine Tenart
2021-03-17net: fix race between napi kthread mode and busy pollWei Wang
2021-03-16net: Change dev parameter to const in netif_device_present()Roi Dayan
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-04xsk: Remove dangling function declaration from header fileMaciej Fijalkowski
2021-02-25net: Add priv_flags for allow tx skb without linearXuan Zhuo
2021-02-25netdevice: Add missing IFF_PHONY_HEADROOM self-definitionAlexander Lobakin
2021-02-24net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-13bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer
2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-09net: add sysfs attribute to control napi threaded modeWei Wang
2021-02-09net: implement threaded-able napi poll loop supportWei Wang
2021-02-08net: watchdog: hold device global xmit lock during tx disableEdwin Peer
2021-01-28net: adjust net_device layout for cacheline usageJesper Dangaard Brouer
2021-01-22sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy
2021-01-19bonding: add a vlan+srcmac tx hashing optionJarod Wilson
2021-01-18net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan
2021-01-09net-gro: remove GRO_DROPEric Dumazet
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2020-12-16net: core: introduce __netdev_notify_peersLijun Pan
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-01net: delete __dev_getfirstbyhwtypeVladimir Oltean
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel
2020-11-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-24net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel