aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-3/+4
* rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet2013-01-171-8/+10
* rtnetlink: Fix problem with buffer allocationGreg Rose2013-01-171-19/+58
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2013-01-171-11/+49
* net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2012-08-151-0/+1
* net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc2012-08-091-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds2011-05-251-1/+4
|\
| * net: Allow setting the network namespace by fdEric W. Biederman2011-05-101-1/+4
* | net: hold rtnl again in dump callbacksEric Dumazet2011-05-251-2/+7
* | rtnetlink: ignore NETDEV_RELEASE and NETDEV_JOIN eventAmerigo Wang2011-05-221-0/+2
* | net: use batched device unregister in veth and macvlanEric Dumazet2011-05-091-1/+4
* | net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-8/+0
* | net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet2011-05-021-7/+5
|/
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* rtnetlink: implement setting of master deviceJiri Pirko2011-02-131-0/+43
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-311-0/+3
|\
| * net: Fix ip link add netns oopsEric W. Biederman2011-01-301-0/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-271-2/+1
|\ \ | |/
| * net: fix validate_link_af in rtnetlink coreKurt Van Dijck2011-01-271-2/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-241-1/+1
|\ \ | |/
| * Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller2011-01-191-1/+1
* | rtnetlink: fix link attribute validation with IFLA_GROUPPatrick McHardy2011-01-201-5/+8
* | netlink: support setting devgroup parametersVlad Dogaru2011-01-191-4/+28
* | net_device: add support for network device groupsVlad Dogaru2011-01-191-0/+6
|/
* netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt2011-01-091-1/+1
* rtnl: make link af-specific updates atomicThomas Graf2010-11-271-5/+24
* rtnetlink: Link address family APIThomas Graf2010-11-171-2/+145
* rtnetlink: Fix message size calculation for link messagesThomas Graf2010-11-121-4/+5
* rtnetlink: remove rtnl_kill_linksstephen hemminger2010-10-211-8/+0
* net: copy_rtnl_link_stats64() simplificationEric Dumazet2010-08-231-30/+1
* net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-1/+1
* net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-1/+2
* net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings2010-06-121-3/+3
* netlink: bug fix: wrong size was calculated for vfinfo list blobScott Feldman2010-05-281-5/+6
* netlink: bug fix: don't overrun skbs on vf_port dumpScott Feldman2010-05-281-6/+9
* rtnetlink: Fix error handling in do_setlink()David Howells2010-05-231-1/+3
* net: Add netlink support for virtual port management (was iovnl)Scott Feldman2010-05-171-1/+168
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-161-49/+110
|\
| * rtnetlink: make SR-IOV VF interface symmetricChris Wright2010-05-161-49/+110
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-04-271-7/+7
|\ \
| * | net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy2010-04-261-7/+7
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-271-2/+3
|\ \ \ | |/ / |/| / | |/
| * rtnetlink: potential ERR_PTR dereferenceDan Carpenter2010-04-221-2/+3
* | net: fib_rules: decouple address families from real address familiesPatrick McHardy2010-04-131-5/+10
* | net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64Jan Engelhardt2010-03-271-0/+1
* | net: fix unaligned access in IFLA_STATS64Jan Engelhardt2010-03-271-31/+31
* | net: rtnetlink: ignore NETDEV_PRE_TYPE_CHANGE in rtnetlink_event()Patrick McHardy2010-03-211-0/+1
* | net: core: add IFLA_STATS64 supportJan Engelhardt2010-03-161-1/+41
|/
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-281-0/+8
|\
| * net: Add checking to rcu_dereference() primitivesPaul E. McKenney2010-02-251-0/+8