index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
rtnetlink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-14
net_sched: add __rcu annotation to netdev->qdisc
Eric Dumazet
1
-2
/
+4
2022-02-01
rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
Eric Dumazet
1
-2
/
+4
2022-01-06
gro: add ability to control gro max packet size
Coco Li
1
-0
/
+22
2021-11-29
net: Write lock dev_base_lock without disabling bottom halves.
Sebastian Andrzej Siewior
1
-4
/
+4
2021-11-23
net: remove .ndo_change_proto_down
Jakub Kicinski
1
-2
/
+1
2021-11-22
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
1
-2
/
+2
2021-10-24
net: rtnetlink: use __dev_addr_set()
Jakub Kicinski
1
-2
/
+2
2021-10-21
net/core: Remove unused assignment operations and variable
luo penghao
1
-2
/
+1
2021-10-16
net: make use of helper netif_is_bridge_master()
Kyungrok Chung
1
-1
/
+1
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-10-06
rtnetlink: fix if_nlmsg_stats_size() under estimation
Eric Dumazet
1
-1
/
+1
2021-09-19
net: rtnetlink: convert rcu_assign_pointer to RCU_INIT_POINTER
Yajun Deng
1
-2
/
+2
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-08-26
rtnetlink: Return correct error on changing device netns
Andrey Ignatov
1
-1
/
+2
2021-08-10
net: Support filtering interfaces on no master
Lahav Schlesinger
1
-0
/
+7
2021-08-04
net: add extack arg for link ops
Rocco Yue
1
-4
/
+5
2021-07-27
net: netlink: add the case when nlh is NULL
Yajun Deng
1
-5
/
+1
2021-07-16
rtnetlink: use nlmsg_notify() in rtnetlink_send()
Yajun Deng
1
-8
/
+1
2021-06-29
net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del}
Vladimir Oltean
1
-2
/
+2
2021-06-29
net: use netdev_info in ndo_dflt_fdb_{add,del}
Vladimir Oltean
1
-3
/
+3
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+5
2021-06-12
wwan: add interface creation support
Johannes Berg
1
-0
/
+1
2021-06-12
rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAME
Johannes Berg
1
-0
/
+10
2021-06-12
rtnetlink: add alloc() method to rtnl_link_ops
Johannes Berg
1
-5
/
+14
2021-06-09
rtnetlink: Fix regression in bridge VLAN configuration
Ido Schimmel
1
-3
/
+5
2021-06-07
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+3
2021-06-03
rtnetlink: Fix missing error code in rtnl_bridge_notify()
Jiapeng Chong
1
-1
/
+3
2021-06-03
rtnetlink: Fix spelling mistakes
Zheng Yongjun
1
-4
/
+4
2021-05-10
rtnetlink: avoid RCU read lock when holding RTNL
Cong Wang
1
-19
/
+7
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-04-08
ipv6: report errors for iftoken via netlink extack
Stephen Hemminger
1
-1
/
+1
2021-04-07
net: remove the new_ifindex argument from dev_change_net_namespace
Andrei Vagin
1
-2
/
+2
2021-04-07
net: introduce nla_policy for IFLA_NEW_IFINDEX
Andrei Vagin
1
-3
/
+1
2021-04-05
net: Allow to specify ifindex when device is moved to another namespace
Andrei Vagin
1
-4
/
+15
2021-03-03
rtnetlink: using dev_base_seq from target net
zhang kai
1
-1
/
+1
2021-02-11
net: fix dev_ifsioc_locked() race condition
Cong Wang
1
-1
/
+1
2021-01-27
net: bridge: multicast: make tracked EHT hosts limit configurable
Nikolay Aleksandrov
1
-1
/
+1
2021-01-08
net: make free_netdev() more lenient with unregistering devices
Jakub Kicinski
1
-17
/
+6
2021-01-08
docs: net: explain struct net_device lifetime
Jakub Kicinski
1
-1
/
+1
2020-12-10
rtnetlink: RCU-annotate both dimensions of rtnl_msg_handlers
Jakub Kicinski
1
-11
/
+13
2020-11-16
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
1
-6
/
+6
2020-10-21
rtnetlink: fix data overflow in rtnl_calcit()
Di Zhu
1
-7
/
+6
2020-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+2
2020-07-31
rtnetlink: add support for protodown reason
Roopa Prabhu
1
-5
/
+108
2020-07-25
bpf, xdp: Maintain info on attached XDP BPF programs in net_device
Andrii Nakryiko
1
-3
/
+2
2020-07-17
rtnetlink: Fix memory(net_device) leak when ->newlink fails
Weilong Chen
1
-1
/
+2
2020-06-09
net: change addr_list_lock back to static key
Cong Wang
1
-1
/
+0
2020-04-27
net: rtnetlink: remove redundant assignment to variable err
Colin Ian King
1
-1
/
+1
2020-04-20
net: Add IF_OPER_TESTING
Andrew Lunn
1
-1
/
+8
2020-03-28
xdp: Support specifying expected existing program when attaching XDP
Toke Høiland-Jørgensen
1
-0
/
+14
[next]