summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa2015-11-171-122/+152
* if_link: Add control trust VFHiroshi Shimamoto2015-10-231-3/+21
* netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen2015-10-221-4/+4
* net/core: lockdep_rtnl_is_held can be booleanYaowei Bai2015-10-091-1/+1
* switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko2015-10-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-271-10/+16
|\
| * rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlinkRoopa Prabhu2015-09-161-10/+16
* | rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan2015-09-161-1/+1
|/
* tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2015-08-311-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-231-4/+7
|\
| * rtnetlink: reject non-IFLA_VF_PORT attributes inside IFLA_VF_PORTSDaniel Borkmann2015-07-161-4/+7
* | openvswitch: Use regular VXLAN net_device deviceThomas Graf2015-07-211-9/+17
* | netlink: changes for setting and clearing protodown via netlink.Anuradha Karuppiah2015-07-161-2/+14
|/
* rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann2015-07-091-91/+96
* switchdev; add VLAN support for port's bridge_getlinkScott Feldman2015-06-231-3/+15
* net/core: Add reading VF statistics through the PF netdeviceEran Ben Elisha2015-06-161-2/+49
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-0/+3
|\
| * rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel2015-05-181-0/+3
* | switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman2015-05-131-1/+2
* | switchdev: convert parent_id_get to switchdev attr getScott Feldman2015-05-131-3/+6
* | switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko2015-05-131-1/+1
* | netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel2015-05-101-1/+1
|/
* bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-291-5/+7
* if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov2015-04-111-6/+26
* rtnetlink: Mark name argument of rtnl_create_link() constThomas Graf2015-04-101-1/+1
* net: Pass VLAN ID to rtnl_fdb_notify.Hubert Sokolowski2015-04-091-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-2/+2
|\
| * net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong2015-03-241-2/+2
* | dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-021-4/+4
* | net: allow to delete a whole device groupWANG Cong2015-03-241-0/+38
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-13/+13
|\|
| * net: Handle unregister properly when netdev namespace change fails.David S. Miller2015-03-111-13/+13
* | net: add support for phys_port_nameDavid Ahern2015-03-191-0/+21
|/
* net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet2015-03-011-3/+1Star
* net: Verify permission to link_net in newlinkEric W. Biederman2015-02-281-0/+3
* net: Verify permission to dest_net in newlinkEric W. Biederman2015-02-281-0/+4
* rtnetlink: avoid 0 sized arraysSasha Levin2015-02-241-2/+2
* rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong2015-02-151-1/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-091-12/+6Star
|\
| * rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann2015-02-081-12/+6Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-1/+5
|\|
| * bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu2015-01-291-1/+5
* | net/core: Add event for a change in slave stateMoni Shoua2015-02-051-0/+1
* | bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu2015-02-021-4/+6
* | rtnetlink: pass link_net to the newlink handlerNicolas Dichtel2015-01-291-1/+1
* | 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