summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2018-11-06rtnetlink: Add more extack messages to rtnl_newlinkDavid Ahern
2018-11-06net: Add extack argument to rtnl_create_linkDavid Ahern
2018-11-05rtnetlink: restore handling of dumpit return value in rtnl_dump_all()Alexey Kodanev
2018-10-29rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel
2018-10-24net: rtnl_dump_all needs to propagate error from dumpit functionDavid Ahern
2018-10-12net: bridge: add support for per-port vlan statsNikolay Aleksandrov
2018-10-10rtnetlink: Update comment in rtnl_stats_dump regarding strict data checkingDavid Ahern
2018-10-10rtnetlink: Move ifm in valid_fdb_dump_legacy to closer to useDavid Ahern
2018-10-08rtnetlink: Update rtnl_fdb_dump for strict data checkingDavid Ahern
2018-10-08rtnetlink: Move input checking for rtnl_fdb_dump to helperDavid Ahern
2018-10-08rtnetlink: Update rtnl_stats_dump for strict data checkingDavid Ahern
2018-10-08rtnetlink: Update rtnl_bridge_getlink for strict data checkingDavid Ahern
2018-10-08rtnetlink: Update rtnl_dump_ifinfo for strict data checkingDavid Ahern
2018-10-08net: Add extack to nlmsg_parseDavid Ahern
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-05rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-02rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet
2018-10-01rtnetlink: Fail dump if target netnsid is invalidDavid Ahern
2018-09-25net: core: netlink: add helper refcount dec and lock functionVlad Buslov
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-13net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu
2018-09-05rtnetlink: s/IFLA_IF_NETNSID/IFLA_TARGET_NETNSID/gChristian Brauner
2018-09-05rtnetlink: move type calculation out of loopChristian Brauner
2018-09-05rtnetlink: add rtnl_get_net_ns_capable()Christian Brauner
2018-08-29net: rtnl: return early from rtnl_unregister_all when protocol isn't registeredSabrina Dubroca
2018-07-29net: report invalid mtu value via netlink extackStephen Hemminger
2018-07-29net: report min and max mtu network device settingsStephen Hemminger
2018-07-18xdp: fix uninitialized 'err' variableJakub Kicinski
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-13xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-07-13xdp: add per mode attributes for attached programsJakub Kicinski
2018-07-07rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu
2018-06-05rtnetlink: validate attributes in do_setlink()Eric Dumazet
2018-06-01rtnetlink: Fix null-ptr-deref in rtnl_newlinkPrashant Bhole
2018-05-31rtnetlink: Remove VLA usageKees Cook
2018-04-17net: Handle null dst in rtnl_put_cacheinfoDavid Ahern
2018-03-31net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai
2018-03-27net: Add more commentsKirill Tkhai
2018-03-27net: Rename net_sem to pernet_ops_rwsemKirill Tkhai
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-16net: Add rtnl_lock_killable()Kirill Tkhai
2018-02-13net: Convert rtnetlink_net_opsKirill Tkhai
2018-02-13net: Introduce net_sem for protection of pernet_listKirill Tkhai
2018-02-08rtnetlink: require unique netns identifierChristian Brauner
2018-02-01rtnetlink: remove check for IFLA_IF_NETNSIDChristian Brauner
2018-01-31rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINKChristian Brauner
2018-01-29net: introduce helper dev_change_tx_queue_len()Cong Wang