aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-25dev_forward_skb: do not scrub skb mark within the same name spaceNicolas Dichtel1-1/+1
2021-06-03mlx5: count all link eventsJakub Kicinski1-1/+1
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin1-1/+7
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin1-1/+2
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2021-03-24netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau1-0/+1
2021-03-24net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau1-0/+5
2021-03-24net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau1-0/+2
2021-03-24net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau1-0/+16
2021-03-24net: bridge: resolve forwarding path for bridge devicesPablo Neira Ayuso1-0/+1
2021-03-24net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso1-0/+7
2021-03-24net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso1-0/+27
2021-03-23net: make unregister netdev warning timeout configurableDmitry Vyukov1-0/+1
2021-03-22net: set initial device refcount to 1Eric Dumazet1-0/+1
2021-03-22net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean1-0/+3
2021-03-22netdev: add netdev_queue_set_dql_min_limit()Vincent Mailhol1-0/+18
2021-03-19net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet1-0/+13
2021-03-18net: move the xps maps to an arrayAntoine Tenart1-6/+11
2021-03-18net: embed nr_ids in the xps mapsAntoine Tenart1-0/+4
2021-03-18net: embed num_tc in the xps mapsAntoine Tenart1-0/+6
2021-03-17net: fix race between napi kthread mode and busy pollWei Wang1-0/+2
2021-03-16net: Change dev parameter to const in netif_device_present()Roi Dayan1-1/+1
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+5
2021-03-04xsk: Remove dangling function declaration from header fileMaciej Fijalkowski1-2/+0
2021-02-25net: Add priv_flags for allow tx skb without linearXuan Zhuo1-0/+4
2021-02-25netdevice: Add missing IFF_PHONY_HEADROOM self-definitionAlexander Lobakin1-0/+1
2021-02-24net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel1-1/+33
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+30
2021-02-13bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer1-2/+30
2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang1-0/+3
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2021-02-09net: add sysfs attribute to control napi threaded modeWei Wang1-0/+2
2021-02-09net: implement threaded-able napi poll loop supportWei Wang1-14/+7
2021-02-08net: watchdog: hold device global xmit lock during tx disableEdwin Peer1-0/+2
2021-01-28net: adjust net_device layout for cacheline usageJesper Dangaard Brouer1-26/+27
2021-01-22sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy1-0/+1
2021-01-19bonding: add a vlan+srcmac tx hashing optionJarod Wilson1-0/+1
2021-01-18net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan1-0/+4
2021-01-09net-gro: remove GRO_DROPEric Dumazet1-1/+0
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-17/+0
2020-12-16net: core: introduce __netdev_notify_peersLijun Pan1-0/+1
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-14/+21
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+13
2020-12-01net: delete __dev_getfirstbyhwtypeVladimir Oltean1-1/+0
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel1-14/+21
2020-11-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+13
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2020-11-24net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel1-1/+13
2020-11-23net/packet: fix packet receive on L3 devices without visible hard headerEyal Birger1-0/+5