summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-28net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter1-0/+16
2018-12-17rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet1-0/+3
2018-11-10rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel1-0/+10
2018-10-20rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-07-28rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu1-3/+6
2018-06-13rtnetlink: validate attributes in do_setlink()Eric Dumazet1-4/+4
2017-08-11rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong1-1/+2
2017-07-05rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych1-0/+2
2017-07-05net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval1-1/+2
2017-06-07net: Improve handling of failures on link and route dumpsDavid Ahern1-12/+24
2017-05-14rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt1-1/+1
2016-12-10rtnetlink: fix FDB size computationSabrina Dubroca1-1/+4
2016-05-19net: fix infoleak in rtnetlinkKangjie Lu1-8/+10
2016-04-20rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel1-0/+1
2015-11-17rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa1-122/+152
2015-10-23if_link: Add control trust VFHiroshi Shimamoto1-3/+21
2015-10-22netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen1-4/+4
2015-10-09net/core: lockdep_rtnl_is_held can be booleanYaowei Bai1-1/+1
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko1-1/+1
2015-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+16
2015-09-16rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan1-1/+1
2015-09-16rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlinkRoopa Prabhu1-10/+16
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann1-0/+6
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf1-9/+17
2015-07-16netlink: changes for setting and clearing protodown via netlink.Anuradha Karuppiah1-2/+14
2015-07-16rtnetlink: reject non-IFLA_VF_PORT attributes inside IFLA_VF_PORTSDaniel Borkmann1-4/+7
2015-07-09rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann1-91/+96
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman1-3/+15
2015-06-16net/core: Add reading VF statistics through the PF netdeviceEran Ben Elisha1-2/+49
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-05-18rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel1-0/+3
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman1-1/+2
2015-05-13switchdev: convert parent_id_get to switchdev attr getScott Feldman1-3/+6
2015-05-13switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko1-1/+1
2015-05-10netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel1-1/+1
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel1-5/+7
2015-04-11if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov1-6/+26
2015-04-10rtnetlink: Mark name argument of rtnl_create_link() constThomas Graf1-1/+1
2015-04-10net: Pass VLAN ID to rtnl_fdb_notify.Hubert Sokolowski1-10/+10
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel1-4/+4
2015-03-24net: allow to delete a whole device groupWANG Cong1-0/+38
2015-03-24net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong1-2/+2
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+13
2015-03-19net: add support for phys_port_nameDavid Ahern1-0/+21
2015-03-11net: Handle unregister properly when netdev namespace change fails.David S. Miller1-13/+13
2015-03-01net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet1-3/+1
2015-02-28net: Verify permission to link_net in newlinkEric W. Biederman1-0/+3
2015-02-28net: Verify permission to dest_net in newlinkEric W. Biederman1-0/+4