aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | rtnetlink: support specifying device flags on device creationPatrick McHardy2010-02-271-9/+43
* | dev: support deferring device flag change notificationsPatrick McHardy2010-02-271-2/+0
* | rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy2010-02-271-3/+1
* | rtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_event()Patrick McHardy2010-02-271-0/+1
* | rtnetlink: clean up SR-IOV config interfaceWilliams, Mitch A2010-02-261-8/+5
* | rtnetlink: Add VF config code to rtnetlinkWilliams, Mitch A2010-02-121-0/+67
* | net: spread __net_init, __net_exitAlexey Dobriyan2010-01-171-2/+2
|/
* net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman2009-12-131-3/+3
* net: Support specifying the network namespace upon device creation.Eric W. Biederman2009-11-081-11/+27
* rtnetlink: CleanupsEric Dumazet2009-11-071-31/+23
* net: add a list_head parameter to dellink() methodEric Dumazet2009-10-281-7/+7
* rtnetlink: speedup rtnl_dump_ifinfo()Eric Dumazet2009-10-241-13/+24
* rtnetlink: rtnl_setlink() and rtnl_getlink() changesEric Dumazet2009-10-221-19/+19
* net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy2009-09-061-4/+2
* vlan: multiqueue vlan deviceEric Dumazet2009-09-021-1/+9
* net: move and export get_net_ns_by_pidJohannes Berg2009-07-121-20/+1
* netlink: change nlmsg_notify() return value logicPablo Neira Ayuso2009-02-241-4/+5
* netdev: introduce dev_get_stats()Stephen Hemminger2008-11-191-3/+3
* netdev: network device operations infrastructureStephen Hemminger2008-11-191-4/+5
* rtnetlink: propagate error from dev_change_flags in do_setlink()Johannes Berg2008-11-161-1/+3
* net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-161-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-081-1/+1
|\
| * net: Fix netdev_run_todo dead-lockHerbert Xu2008-10-071-1/+1
* | net: network device name ifalias supportStephen Hemminger2008-09-221-0/+13
|/
* netdev: Allocate multiple queues for TX.David S. Miller2008-07-171-1/+1
* netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller2008-07-081-2/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-101-1/+2
|\
| * netlink: Improve returned error codesThomas Graf2008-06-031-1/+2
* | net: The dev->get_stats pointer is not NULL nowadays.Pavel Emelyanov2008-05-211-12/+8
|/
* [RTNETLINK]: Fix bogus ASSERT_RTNL warningPatrick McHardy2008-04-231-0/+6
* [RTNL]: Introduce the rtnl_kill_links helper.Pavel Emelyanov2008-04-161-8/+21
* [RTNL]: Relax for_each_netdev_safe in __rtnl_link_unregister.Pavel Emelyanov2008-04-161-2/+2
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-6/+6
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2
* [RTNL]: Validate hardware and broadcast address attribute for RTM_NEWLINKThomas Graf2008-02-231-6/+19
* [RTNL]: Add missing link netlink attribute policy definitionsThomas Graf2008-02-191-0/+2
* Revert "[RTNETLINK]: Send a single notification on device state changes."David S. Miller2008-02-171-26/+10