summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
...
* | rtnl: fix error path when adding an iface with a link netNicolas Dichtel2015-01-241-1/+4
* | rtnl: allow to create device with IFLA_LINK_NETNSID setNicolas Dichtel2015-01-191-3/+22
* | rtnl: add link netns id to interface messagesNicolas Dichtel2015-01-191-0/+13
* | bridge: remove oflags from setlink/dellink.Rosen, Rami2015-01-191-6/+2Star
* | netlink: Fix bugs in nlmsg_end() conversions.David S. Miller2015-01-191-1/+1
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-3/+6
* | bridge: fix setlink/dellink notificationsRoopa Prabhu2015-01-181-24/+21Star
* | net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann2015-01-061-2/+13
* | net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is definedHubert Sokolowski2015-01-061-2/+3
|/
* net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz2014-12-161-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-17/+137
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-101-0/+1
| |\
| * | rocker: remove swdev modeRoopa Prabhu2014-12-101-2/+8
| * | rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar2014-12-091-4/+21
| * | bridge: add brport flags to dflt bridge_getlinkScott Feldman2014-12-031-1/+38
| * | rtnl: expose physical switch id for particular deviceJiri Pirko2014-12-031-1/+25
| * | net: rename netdev_phys_port_id to more generic nameJiri Pirko2014-12-031-3/+3
| * | net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-031-7/+43
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-101-5/+5
|\ \ \ | |_|/ |/| |
| * | netdev, sched/wait: Fix sleeping inside wait eventPeter Zijlstra2014-11-041-5/+5
* | | rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel2014-11-301-0/+1
| |/ |/|
* | bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf2014-11-261-5/+12
* | bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf2014-11-261-0/+6
|/
* rtnl/do_setlink(): notify when a netdev is modifiedNicolas Dichtel2014-09-021-14/+21
* rtnl/do_setlink(): last arg is now a set of flagsNicolas Dichtel2014-09-021-21/+22
* rtnl/do_setlink(): set modified when IFLA_LINKMODE is updatedNicolas Dichtel2014-09-021-1/+5
* rtnl/do_setlink(): set modified when IFLA_TXQLEN is updatedNicolas Dichtel2014-09-021-2/+8
* rtnetlink: fix VF info sizeJiri Benc2014-08-081-1/+2
* rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_delAlexander Duyck2014-07-171-4/+2Star
* net: rtnetlink - make create_link take name_assign_typeTom Gundersen2014-07-161-4/+8
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-2/+2
* bridge: netlink dump interface at par with brctlJamal Hadi Salim2014-07-101-16/+58
* bridge: fdb dumping takes a filter deviceJamal Hadi Salim2014-07-101-3/+6
* rtnetlink: allow to register ops without ops->setup setJiri Pirko2014-07-011-2/+10
* rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt2014-06-121-4/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-121-1/+2
|\
| * net/core: Add VF link state control policyDoug Ledford2014-06-121-0/+2
| * net: force a list_del() in unregister_netdevice_many()Eric Dumazet2014-06-081-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-041-3/+7
|\|
| * rtnetlink: fix a memory leak when ->newlink failsCong Wang2014-06-041-3/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-1/+32
|\|
| * rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang2014-05-151-1/+32
* | net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-231-6/+32
|/
* rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson2014-04-241-6/+10
* rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson2014-04-241-5/+12
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-9/+11
* net-sysfs: expose number of carrier on/off changesdavid decotigny2014-03-311-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-261-4/+6
|\
| * rtnetlink: fix fdb notification flagsNicolas Dichtel2014-03-201-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-191-7/+12
|\|