summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2018-01-01net: enable interface alias removal via rtnlNicolas Dichtel
2017-09-15rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych
2017-02-23rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause
2016-06-15net: fix infoleak in rtnetlinkKangjie Lu
2015-08-12rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann
2015-05-09rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong
2015-05-09net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong
2015-05-09rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann
2014-08-06rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt
2014-06-09rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson
2014-06-09rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson
2013-05-13rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch
2013-03-27rtnetlink: Mask the rta_type when range checkingVlad Yasevich
2013-03-27rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause
2012-11-16rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet
2012-11-16rtnetlink: Fix problem with buffer allocationGreg Rose
2012-08-19net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc
2012-08-10net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o
2012-04-02rtnetlink: Fix VF IFLA policyGreg Rose
2011-10-16if_link: Add additional parameter to IFLA_VF_INFO for spoof checkingGreg Rose
2011-08-11rtnetlink: remove initialization of dev->real_num_tx_queuesJiri Pirko
2011-07-01rtnl: provide link dump consistency infoThomas Graf
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds
2011-05-25net: hold rtnl again in dump callbacksEric Dumazet
2011-05-22rtnetlink: ignore NETDEV_RELEASE and NETDEV_JOIN eventAmerigo Wang
2011-05-10net: Allow setting the network namespace by fdEric W. Biederman
2011-05-09net: use batched device unregister in veth and macvlanEric Dumazet
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-13rtnetlink: implement setting of master deviceJiri Pirko
2011-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-30net: Fix ip link add netns oopsEric W. Biederman
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-27net: fix validate_link_af in rtnetlink coreKurt Van Dijck
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-20rtnetlink: fix link attribute validation with IFLA_GROUPPatrick McHardy
2011-01-19netlink: support setting devgroup parametersVlad Dogaru
2011-01-19net_device: add support for network device groupsVlad Dogaru
2011-01-19Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller
2011-01-09netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt
2010-11-27rtnl: make link af-specific updates atomicThomas Graf
2010-11-17rtnetlink: Link address family APIThomas Graf
2010-11-12rtnetlink: Fix message size calculation for link messagesThomas Graf
2010-10-21rtnetlink: remove rtnl_kill_linksstephen hemminger
2010-08-23net: copy_rtnl_link_stats64() simplificationEric Dumazet
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings