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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
rtnetlink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del}
Vladimir Oltean
2021-06-29
1
-2
/
+2
*
net: use netdev_info in ndo_dflt_fdb_{add,del}
Vladimir Oltean
2021-06-29
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-18
1
-3
/
+5
|
\
|
*
rtnetlink: Fix regression in bridge VLAN configuration
Ido Schimmel
2021-06-09
1
-3
/
+5
*
|
wwan: add interface creation support
Johannes Berg
2021-06-12
1
-0
/
+1
*
|
rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAME
Johannes Berg
2021-06-12
1
-0
/
+10
*
|
rtnetlink: add alloc() method to rtnl_link_ops
Johannes Berg
2021-06-12
1
-5
/
+14
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-06-07
1
-1
/
+3
|
\
|
|
*
rtnetlink: Fix missing error code in rtnl_bridge_notify()
Jiapeng Chong
2021-06-03
1
-1
/
+3
*
|
rtnetlink: Fix spelling mistakes
Zheng Yongjun
2021-06-03
1
-4
/
+4
*
|
rtnetlink: avoid RCU read lock when holding RTNL
Cong Wang
2021-05-10
1
-19
/
+7
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-09
1
-1
/
+1
|
\
|
*
ipv6: report errors for iftoken via netlink extack
Stephen Hemminger
2021-04-08
1
-1
/
+1
*
|
net: remove the new_ifindex argument from dev_change_net_namespace
Andrei Vagin
2021-04-07
1
-2
/
+2
*
|
net: introduce nla_policy for IFLA_NEW_IFINDEX
Andrei Vagin
2021-04-07
1
-3
/
+1
*
|
net: Allow to specify ifindex when device is moved to another namespace
Andrei Vagin
2021-04-05
1
-4
/
+15
|
/
*
rtnetlink: using dev_base_seq from target net
zhang kai
2021-03-03
1
-1
/
+1
*
net: fix dev_ifsioc_locked() race condition
Cong Wang
2021-02-11
1
-1
/
+1
*
net: bridge: multicast: make tracked EHT hosts limit configurable
Nikolay Aleksandrov
2021-01-27
1
-1
/
+1
*
net: make free_netdev() more lenient with unregistering devices
Jakub Kicinski
2021-01-08
1
-17
/
+6
*
docs: net: explain struct net_device lifetime
Jakub Kicinski
2021-01-08
1
-1
/
+1
*
rtnetlink: RCU-annotate both dimensions of rtnl_msg_handlers
Jakub Kicinski
2020-12-10
1
-11
/
+13
*
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
2020-11-16
1
-6
/
+6
*
rtnetlink: fix data overflow in rtnl_calcit()
Di Zhu
2020-10-21
1
-7
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-08-03
1
-3
/
+2
|
\
|
*
bpf, xdp: Maintain info on attached XDP BPF programs in net_device
Andrii Nakryiko
2020-07-25
1
-3
/
+2
*
|
rtnetlink: add support for protodown reason
Roopa Prabhu
2020-07-31
1
-5
/
+108
|
/
*
rtnetlink: Fix memory(net_device) leak when ->newlink fails
Weilong Chen
2020-07-17
1
-1
/
+2
*
net: change addr_list_lock back to static key
Cong Wang
2020-06-09
1
-1
/
+0
*
net: rtnetlink: remove redundant assignment to variable err
Colin Ian King
2020-04-27
1
-1
/
+1
*
net: Add IF_OPER_TESTING
Andrew Lunn
2020-04-20
1
-1
/
+8
*
xdp: Support specifying expected existing program when attaching XDP
Toke Høiland-Jørgensen
2020-03-28
1
-0
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-21
1
-14
/
+12
|
\
|
*
net: rtnetlink: fix bugs in rtnl_alt_ifname()
Eric Dumazet
2020-02-16
1
-14
/
+12
*
|
net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT
Julian Wiedmann
2020-02-20
1
-6
/
+6
*
|
net: bridge: teach ndo_dflt_bridge_getlink() more brport flags
Julian Wiedmann
2020-02-17
1
-1
/
+5
|
/
*
net/core: Do not clear VF index for node/port GUIDs query
Leon Romanovsky
2020-01-30
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-26
1
-2
/
+11
|
\
|
*
net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
Eric Dumazet
2020-01-23
1
-2
/
+11
*
|
rtnetlink: provide permanent hardware address in RTM_NEWLINK
Michal Kubecek
2019-12-12
1
-0
/
+5
|
/
*
net/core: Populate VF index in struct ifla_vf_guid
Danit Goldberg
2019-12-03
1
-1
/
+3
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-11-27
1
-0
/
+14
|
\
|
*
net/core: Add support for getting VF GUIDs
Danit Goldberg
2019-11-22
1
-0
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2019-11-22
1
-1
/
+22
|
\
\
|
*
|
net: rtnetlink: prevent underflows in do_setvfinfo()
Dan Carpenter
2019-11-22
1
-1
/
+22
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-02
1
-8
/
+9
|
\
|
|
|
*
|
net: rtnetlink: fix a typo fbd -> fdb
Nikolay Aleksandrov
2019-10-29
1
-1
/
+1
|
*
|
netns: fix GFP flags in rtnl_net_notifyid()
Guillaume Nault
2019-10-25
1
-7
/
+7
|
*
|
net: core: add generic lockdep keys
Taehee Yoo
2019-10-24
1
-0
/
+1
|
|
/
*
|
net: rtnetlink: add possibility to use alternative names as message handle
Jiri Pirko
2019-10-01
1
-11
/
+18
[next]