index
:
linux-stable.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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
netdevice.h
Age
Commit message (
Expand
)
Author
2020-06-30
net: core: reduce recursion limit value
Taehee Yoo
2020-03-05
net: export netdev_next_lower_dev_rcu()
Taehee Yoo
2020-01-29
net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
Eric Dumazet
2020-01-23
net: fix kernel-doc warning in <linux/netdevice.h>
Randy Dunlap
2019-12-18
inet: protect against too small mtu values.
Eric Dumazet
2019-10-24
net: remove unnecessary variables and callback
Taehee Yoo
2019-10-24
net: core: add ignore flag to netdev_adjacent structure
Taehee Yoo
2019-10-24
net: core: add generic lockdep keys
Taehee Yoo
2019-10-24
net: core: limit nested device depth
Taehee Yoo
2019-09-16
taprio: Add support for hardware offloading
Vinicius Costa Gomes
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-08-24
net: use unlikely for dql_avail case
xiaolinkui
2019-08-17
xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup
Magnus Karlsson
2019-08-08
net: use listified RX for handling GRO_NORMAL skbs
Edward Cree
2019-07-01
loopback: create blackhole net device similar to loopack.
Mahesh Bandewar
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-04-27
net/tls: move definition of tls ops into net/tls.h
Jakub Kicinski
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-10
failover: allow name change on IFF_UP slave interfaces
Si-Wei Liu
2019-04-04
net: use correct this_cpu primitive in dev_recursion_level
Florian Westphal
2019-04-01
net: move skb->xmit_more hint to softnet data
Florian Westphal
2019-04-01
net: place xmit recursion in softnet data
Florian Westphal
2019-03-28
net: replace ndo_get_devlink with ndo_get_devlink_port
Jiri Pirko
2019-03-23
net: convert rps_needed and rfs_needed to new static branch api
Eric Dumazet
2019-03-20
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
2019-03-20
packet: rework packet_pick_tx_queue() to use common code selection
Paolo Abeni
2019-03-20
net: dev: rename queue selection helpers.
Paolo Abeni
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-27
net: Remove switchdev_ops
Florian Fainelli
2019-02-27
net: dev: Use unsigned integer as an argument to left-shift
Andy Shevchenko
2019-02-26
devlink: create a special NDO for getting the devlink instance
Jakub Kicinski
2019-02-24
net: dev: add generic protodown handler
Andy Roulin
2019-02-22
net: Introduce parse_protocol header_ops callback
Maxim Mikityanskiy
2019-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-02-15
net: bpf: remove XDP_QUERY_XSK_UMEM enumerator
Jan Sokolowski
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-06
net: Introduce ndo_get_port_parent_id()
Florian Fainelli
2019-02-03
netdevice.h: Add __cold to netdev_<level> logging functions
Joe Perches
2019-01-30
ipvlan, l3mdev: fix broken l3s mode wrt local routes
Daniel Borkmann
2019-01-22
net: introduce a knob to control whether to inherit devconf config
Cong Wang
2019-01-17
net: Add extack argument to ndo_fdb_add()
Petr Machata
2018-12-16
net: rtnetlink: support for fdb get
Roopa Prabhu
2018-12-13
net: dev: Issue NETDEV_PRE_CHANGEADDR
Petr Machata
2018-12-13
net: dev: Add NETDEV_PRE_CHANGEADDR
Petr Machata
2018-12-13
net: dev: Add extack argument to dev_set_mac_address()
Petr Machata
2018-12-12
net: ndo_bridge_setlink: Add extack
Petr Machata
2018-12-06
net: core: dev: Add extack argument to __dev_change_flags()
Petr Machata
2018-12-06
net: core: dev: Add extack argument to dev_change_flags()
Petr Machata
2018-12-06
net: core: dev: Add extack argument to dev_open()
Petr Machata
2018-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
[next]