index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
netdevice.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-05
net_sched: add __rcu annotation to netdev->qdisc
Eric Dumazet
1
-1
/
+1
2023-03-22
net: tunnels: annotate lockless accesses to dev->needed_headroom
Eric Dumazet
1
-2
/
+4
2023-01-18
net: add atomic_long_t to net_device_stats fields
Eric Dumazet
1
-23
/
+35
2022-04-15
netdevice: add the case if dev is NULL
Yajun Deng
1
-2
/
+4
2022-02-01
net: fix information leakage in /proc/net/ptype
Congyu Liu
1
-0
/
+1
2021-12-08
net: annotate data-races on txq->xmit_lock_owner
Eric Dumazet
1
-6
/
+13
2021-09-03
net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
Peter Collingbourne
1
-0
/
+4
2021-04-07
net: introduce CAN specific pointer in the struct net_device
Oleksij Rempel
1
-1
/
+33
2021-03-07
net: fix dev_ifsioc_locked() race condition
Cong Wang
1
-0
/
+3
2021-02-17
net: watchdog: hold device global xmit lock during tx disable
Edwin Peer
1
-0
/
+2
2020-06-30
net: core: reduce recursion limit value
Taehee Yoo
1
-1
/
+1
2020-03-05
net: export netdev_next_lower_dev_rcu()
Taehee Yoo
1
-4
/
+3
2020-01-29
net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
Eric Dumazet
1
-0
/
+2
2020-01-23
net: fix kernel-doc warning in <linux/netdevice.h>
Randy Dunlap
1
-1
/
+1
2019-12-18
inet: protect against too small mtu values.
Eric Dumazet
1
-0
/
+5
2019-10-25
net: remove unnecessary variables and callback
Taehee Yoo
1
-12
/
+0
2019-10-25
net: core: add ignore flag to netdev_adjacent structure
Taehee Yoo
1
-0
/
+10
2019-10-25
net: core: add generic lockdep keys
Taehee Yoo
1
-22
/
+13
2019-10-25
net: core: limit nested device depth
Taehee Yoo
1
-0
/
+4
2019-09-16
taprio: Add support for hardware offloading
Vinicius Costa Gomes
1
-0
/
+1
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+12
2019-08-25
net: use unlikely for dql_avail case
xiaolinkui
1
-1
/
+1
2019-08-18
xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup
Magnus Karlsson
1
-2
/
+12
2019-08-09
net: use listified RX for handling GRO_NORMAL skbs
Edward Cree
1
-0
/
+3
2019-07-02
loopback: create blackhole net device similar to loopack.
Mahesh Bandewar
1
-0
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-27
net/tls: move definition of tls ops into net/tls.h
Jakub Kicinski
1
-22
/
+1
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2019-04-11
failover: allow name change on IFF_UP slave interfaces
Si-Wei Liu
1
-0
/
+3
2019-04-05
net: use correct this_cpu primitive in dev_recursion_level
Florian Westphal
1
-1
/
+1
2019-04-02
net: move skb->xmit_more hint to softnet data
Florian Westphal
1
-1
/
+1
2019-04-02
net: place xmit recursion in softnet data
Florian Westphal
1
-8
/
+32
2019-03-28
net: replace ndo_get_devlink with ndo_get_devlink_port
Jiri Pirko
1
-3
/
+3
2019-03-24
net: convert rps_needed and rfs_needed to new static branch api
Eric Dumazet
1
-2
/
+2
2019-03-20
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
1
-8
/
+4
2019-03-20
packet: rework packet_pick_tx_queue() to use common code selection
Paolo Abeni
1
-0
/
+2
2019-03-20
net: dev: rename queue selection helpers.
Paolo Abeni
1
-3
/
+3
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-02-27
net: Remove switchdev_ops
Florian Fainelli
1
-3
/
+0
2019-02-27
net: dev: Use unsigned integer as an argument to left-shift
Andy Shevchenko
1
-1
/
+1
2019-02-26
devlink: create a special NDO for getting the devlink instance
Jakub Kicinski
1
-0
/
+7
2019-02-25
net: dev: add generic protodown handler
Andy Roulin
1
-0
/
+1
2019-02-22
net: Introduce parse_protocol header_ops callback
Maxim Mikityanskiy
1
-0
/
+10
2019-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+3
2019-02-15
net: bpf: remove XDP_QUERY_XSK_UMEM enumerator
Jan Sokolowski
1
-4
/
+3
2019-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+8
2019-02-07
net: Introduce ndo_get_port_parent_id()
Florian Fainelli
1
-0
/
+9
2019-02-04
netdevice.h: Add __cold to netdev_<level> logging functions
Joe Perches
1
-8
/
+8
2019-01-31
ipvlan, l3mdev: fix broken l3s mode wrt local routes
Daniel Borkmann
1
-0
/
+8
2019-01-22
net: introduce a knob to control whether to inherit devconf config
Cong Wang
1
-0
/
+1
[next]