index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
netdevice.h
Age
Commit message (
Expand
)
Author
2023-11-20
net: add DEV_STATS_READ() helper
Eric Dumazet
2023-10-25
net: introduce a function to check if a netdev name is in use
Antoine Tenart
2023-07-23
bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings
Gilad Sever
2023-06-21
Remove DECnet support from kernel
Stephen Hemminger
2023-06-14
rfs: annotate lockless accesses to RFS sock flow table
Eric Dumazet
2023-03-22
net: tunnels: annotate lockless accesses to dev->needed_headroom
Eric Dumazet
2022-12-31
net: add atomic_long_t to net_device_stats fields
Eric Dumazet
2022-08-31
net: Fix data-races around sysctl_devconf_inherit_init_net.
Kuniyuki Iwashima
2022-08-31
net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.
Kuniyuki Iwashima
2022-07-07
net: fix IFF_TX_SKB_NO_LINEAR definition
Dan Carpenter
2022-05-25
net: fix dev_fill_forward_path with pppoe + bridge
Felix Fietkau
2022-02-23
net_sched: add __rcu annotation to netdev->qdisc
Eric Dumazet
2022-02-01
net: fix information leakage in /proc/net/ptype
Congyu Liu
2021-12-08
net: annotate data-races on txq->xmit_lock_owner
Eric Dumazet
2021-09-05
net: create netdev->dev_addr assignment helpers
Jakub Kicinski
2021-08-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-27
net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
Peter Collingbourne
2021-08-25
net-next: When a bond have a massive amount of VLANs with IPv6 addresses, per...
Gilad Naaman
2021-08-24
netdevice: move xdp_rxq within netdev_rx_queue
Jakub Kicinski
2021-08-13
net: in_irq() cleanup
Changbin Du
2021-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-08-09
net, core: Add support for XDP redirection to slave device
Jussi Maki
2021-08-05
netdevice: add the case if dev is NULL
Yajun Deng
2021-08-04
net: add netif_set_real_num_queues() for device reconfig
Jakub Kicinski
2021-08-03
move netdev_boot_setup into Space.c
Arnd Bergmann
2021-07-29
mctp: Add device handling and netlink interface
Jeremy Kerr
2021-07-27
net: bonding: move ioctl handling to private ndo operation
Arnd Bergmann
2021-07-27
net: split out ndo_siowandev ioctl
Arnd Bergmann
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
dev_ioctl: pass SIOCDEVPRIVATE data separately
Arnd Bergmann
2021-07-27
net: split out SIOCDEVPRIVATE handling from dev_ioctl
Arnd Bergmann
2021-07-23
net: socket: rework compat_ifreq_ioctl()
Arnd Bergmann
2021-07-23
net: socket: simplify dev_ifconf handling
Arnd Bergmann
2021-07-23
net: socket: remove register_gifconf
Arnd Bergmann
2021-07-07
net: core: Split out code to run generic XDP prog
Kumar Kartikeya Dwivedi
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-25
dev_forward_skb: do not scrub skb mark within the same name space
Nicolas Dichtel
2021-06-03
mlx5: count all link events
Jakub Kicinski
2021-04-07
net: remove the new_ifindex argument from dev_change_net_namespace
Andrei Vagin
2021-04-05
net: Allow to specify ifindex when device is moved to another namespace
Andrei Vagin
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-24
netfilter: flowtable: bridge vlan hardware offload and switchdev
Felix Fietkau
2021-03-24
net: dsa: resolve forwarding path for dsa slave ports
Felix Fietkau
2021-03-24
net: ppp: resolve forwarding path for bridge pppoe devices
Felix Fietkau
2021-03-24
net: bridge: resolve forwarding path for VLAN tag actions in bridge devices
Felix Fietkau
2021-03-24
net: bridge: resolve forwarding path for bridge devices
Pablo Neira Ayuso
2021-03-24
net: 8021q: resolve forwarding path for vlan devices
Pablo Neira Ayuso
2021-03-24
net: resolve forwarding path from virtual netdevice and HW destination address
Pablo Neira Ayuso
2021-03-23
net: make unregister netdev warning timeout configurable
Dmitry Vyukov
2021-03-22
net: set initial device refcount to 1
Eric Dumazet
[next]