summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-30rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel1-3/+5
2021-06-30rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong1-1/+3
2020-07-31rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen1-1/+2
2020-04-24net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu1-1/+1
2020-01-29net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet1-2/+11
2019-12-01net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter1-1/+22
2018-12-17rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet1-0/+3
2018-11-04rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel1-0/+10
2018-10-18rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-10-18rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira1-9/+20
2018-07-28rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu1-3/+6
2018-06-11rtnetlink: validate attributes in do_setlink()Eric Dumazet1-4/+4
2017-10-16net: enable interface alias removal via rtnlNicolas Dichtel1-1/+4
2017-10-16rtnetlink: do not set notification for tx_queue_len in do_setlinkXin Long1-1/+1
2017-10-16rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlinkXin Long1-1/+1
2017-10-16rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_eventXin Long1-0/+1
2017-10-16rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_eventXin Long1-0/+1
2017-10-16rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_e...Xin Long1-0/+1
2017-10-16rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_eventXin Long1-0/+1
2017-10-03net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov1-0/+3
2017-08-14rtnelink: Move link dump consistency check out of the loopJakub Sitnicki1-4/+2
2017-08-10rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal1-0/+6
2017-08-10rtnetlink: init handler refcounts to 1Florian Westphal1-1/+6
2017-08-10rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal1-4/+12
2017-08-10rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal1-2/+2
2017-08-10rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal1-1/+1
2017-08-10rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal1-0/+15
2017-08-10rtnetlink: protect handler table with rcuFlorian Westphal1-56/+65
2017-08-10rtnetlink: small rtnl lock pushdownFlorian Westphal1-6/+13
2017-08-10rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal1-1/+13
2017-08-10rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-18/+18
2017-08-10rtnetlink: call rtnl_calcit directlyFlorian Westphal1-25/+4
2017-07-21rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong1-1/+2
2017-07-20Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern1-0/+1
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+1
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+1
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-23xdp: add reporting of offload modeJakub Kicinski1-3/+3
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski1-2/+2
2017-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-06-21rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mrouteJulien Gomes1-0/+13
2017-06-20rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych1-0/+2
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau1-6/+21
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-06-08net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval1-1/+2
2017-05-31rtnetlink: use the new rtnl_get_event() interfaceVlad Yasevich1-1/+1
2017-05-28rtnl: Add support for netdev event to link messagesVlad Yasevich1-9/+56