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
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
1
-45
/
+62
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
1
-23
/
+25
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-04-14
rtnetlink: fix rtnl_valid_stats_req() nlmsg_len check
Eric Dumazet
1
-1
/
+1
2019-03-27
net/core: Fix rtnetlink kernel-doc headers
Bart Van Assche
1
-3
/
+6
2019-02-06
net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_ID
Florian Fainelli
1
-13
/
+3
2019-02-06
net: Introduce ndo_get_port_parent_id()
Florian Fainelli
1
-1
/
+5
2019-01-19
rtnetlink: ifinfo: perform strict checks also for doit handler
Jakub Kicinski
1
-1
/
+48
2019-01-19
rtnetlink: stats: reject requests for unknown stats
Jakub Kicinski
1
-0
/
+4
2019-01-19
rtnetlink: stats: validate attributes in get as well as dumps
Jakub Kicinski
1
-21
/
+37
2019-01-17
net: Add extack argument to ndo_fdb_add()
Petr Machata
1
-2
/
+3
2018-12-30
net: rtnetlink: address is mandatory for rtnl_fdb_get
Nikolay Aleksandrov
1
-0
/
+5
2018-12-19
neighbour: register rtnl doit handler
Roopa Prabhu
1
-12
/
+0
2018-12-16
net: rtnetlink: support for fdb get
Roopa Prabhu
1
-1
/
+167
2018-12-13
net: dev: Add extack argument to dev_set_mac_address()
Petr Machata
1
-1
/
+1
2018-12-12
net: ndo_bridge_setlink: Add extack
Petr Machata
1
-2
/
+4
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2018-12-06
net: core: dev: Add extack argument to __dev_change_flags()
Petr Machata
1
-1
/
+2
2018-12-06
net: core: dev: Add extack argument to dev_change_flags()
Petr Machata
1
-1
/
+2
2018-12-04
rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices
Eric Dumazet
1
-0
/
+3
2018-11-30
rtnetlink: avoid frame size warning in rtnl_newlink()
Jakub Kicinski
1
-3
/
+17
2018-11-30
rtnetlink: remove a level of indentation in rtnl_newlink()
Jakub Kicinski
1
-159
/
+154
2018-11-27
net: bridge: add support for user-controlled bool options
Nikolay Aleksandrov
1
-1
/
+1
2018-11-06
rtnetlink: Add more extack messages to rtnl_newlink
David Ahern
1
-2
/
+4
2018-11-06
net: Add extack argument to rtnl_create_link
David Ahern
1
-6
/
+12
2018-11-05
rtnetlink: restore handling of dumpit return value in rtnl_dump_all()
Alexey Kodanev
1
-1
/
+1
2018-10-29
rtnetlink: Disallow FDB configuration for non-Ethernet device
Ido Schimmel
1
-0
/
+10
2018-10-24
net: rtnl_dump_all needs to propagate error from dumpit function
David Ahern
1
-2
/
+4
2018-10-12
net: bridge: add support for per-port vlan stats
Nikolay Aleksandrov
1
-1
/
+1
2018-10-10
rtnetlink: Update comment in rtnl_stats_dump regarding strict data checking
David Ahern
1
-2
/
+2
2018-10-10
rtnetlink: Move ifm in valid_fdb_dump_legacy to closer to use
David Ahern
1
-1
/
+3
2018-10-08
rtnetlink: Update rtnl_fdb_dump for strict data checking
David Ahern
1
-2
/
+60
2018-10-08
rtnetlink: Move input checking for rtnl_fdb_dump to helper
David Ahern
1
-20
/
+33
2018-10-08
rtnetlink: Update rtnl_stats_dump for strict data checking
David Ahern
1
-2
/
+22
2018-10-08
rtnetlink: Update rtnl_bridge_getlink for strict data checking
David Ahern
1
-13
/
+57
2018-10-08
rtnetlink: Update rtnl_dump_ifinfo for strict data checking
David Ahern
1
-30
/
+83
2018-10-08
net: Add extack to nlmsg_parse
David Ahern
1
-2
/
+2
2018-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+20
2018-10-05
rtnetlink: fix rtnl_fdb_dump() for ndmsg header
Mauricio Faria de Oliveira
1
-9
/
+20
2018-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+8
2018-10-02
rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096
Eric Dumazet
1
-0
/
+6
2018-10-01
rtnetlink: Fail dump if target netnsid is invalid
David Ahern
1
-4
/
+2
2018-09-25
net: core: netlink: add helper refcount dec and lock function
Vlad Buslov
1
-0
/
+6
2018-09-18
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-09-13
net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags
Roopa Prabhu
1
-1
/
+1
2018-09-05
rtnetlink: s/IFLA_IF_NETNSID/IFLA_TARGET_NETNSID/g
Christian Brauner
1
-16
/
+16
2018-09-05
rtnetlink: move type calculation out of loop
Christian Brauner
1
-1
/
+1
2018-09-05
rtnetlink: add rtnl_get_net_ns_capable()
Christian Brauner
1
-4
/
+13
2018-08-29
net: rtnl: return early from rtnl_unregister_all when protocol isn't registered
Sabrina Dubroca
1
-0
/
+4
2018-07-29
net: report invalid mtu value via netlink extack
Stephen Hemminger
1
-1
/
+1
[next]