aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2020-07-31rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen
2020-04-24net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu
2020-01-29net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet
2019-12-01net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter
2018-12-17rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet
2018-11-04rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel
2018-10-18rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet
2018-10-18rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira
2018-07-28rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu
2018-06-11rtnetlink: validate attributes in do_setlink()Eric Dumazet
2017-10-16net: enable interface alias removal via rtnlNicolas Dichtel
2017-10-16rtnetlink: do not set notification for tx_queue_len in do_setlinkXin Long
2017-10-16rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlinkXin Long
2017-10-16rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_eventXin Long
2017-10-16rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_eventXin Long
2017-10-16rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_e...Xin Long
2017-10-16rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_eventXin Long
2017-10-03net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov
2017-08-13rtnelink: Move link dump consistency check out of the loopJakub Sitnicki
2017-08-10rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal
2017-08-10rtnetlink: init handler refcounts to 1Florian Westphal
2017-08-10rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal
2017-08-10rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal
2017-08-10rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal
2017-08-09rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal
2017-08-09rtnetlink: protect handler table with rcuFlorian Westphal
2017-08-09rtnetlink: small rtnl lock pushdownFlorian Westphal
2017-08-09rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-08-09rtnetlink: call rtnl_calcit directlyFlorian Westphal
2017-07-20rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong
2017-07-19Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-23xdp: add reporting of offload modeJakub Kicinski
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-21rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mrouteJulien Gomes
2017-06-20rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-08net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval
2017-05-31rtnetlink: use the new rtnl_get_event() interfaceVlad Yasevich
2017-05-27rtnl: Add support for netdev event to link messagesVlad Yasevich
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-24net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko