summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)AuthorLines
2015-03-10net: Handle unregister properly when netdev namespace change fails.David S. Miller-13/+13
2015-03-01net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet-3/+1
2015-02-28net: Verify permission to link_net in newlinkEric W. Biederman-0/+3
2015-02-28net: Verify permission to dest_net in newlinkEric W. Biederman-0/+4
2015-02-24rtnetlink: avoid 0 sized arraysSasha Levin-2/+2
2015-02-15rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong-1/+8
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-12/+6
2015-02-07rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann-12/+6
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+5
2015-02-04net/core: Add event for a change in slave stateMoni Shoua-0/+1
2015-02-01bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu-4/+6
2015-01-29rtnetlink: pass link_net to the newlink handlerNicolas Dichtel-1/+1
2015-01-28bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu-1/+5
2015-01-23rtnl: fix error path when adding an iface with a link netNicolas Dichtel-1/+4
2015-01-19rtnl: allow to create device with IFLA_LINK_NETNSID setNicolas Dichtel-3/+22
2015-01-19rtnl: add link netns id to interface messagesNicolas Dichtel-0/+13
2015-01-19bridge: remove oflags from setlink/dellink.Rosen, Rami-6/+2
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller-1/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg-3/+6
2015-01-17bridge: fix setlink/dellink notificationsRoopa Prabhu-24/+21
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann-2/+13
2015-01-05net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is definedHubert Sokolowski-2/+3
2014-12-16net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz-0/+5
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-17/+137
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+5
2014-12-09rocker: remove swdev modeRoopa Prabhu-2/+8
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar-4/+21
2014-12-02bridge: add brport flags to dflt bridge_getlinkScott Feldman-1/+38
2014-12-02rtnl: expose physical switch id for particular deviceJiri Pirko-1/+25
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko-3/+3
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko-7/+43
2014-11-29rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel-0/+1
2014-11-26bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf-5/+12
2014-11-26bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf-0/+6
2014-11-04netdev, sched/wait: Fix sleeping inside wait eventPeter Zijlstra-5/+5
2014-09-02rtnl/do_setlink(): notify when a netdev is modifiedNicolas Dichtel-14/+21
2014-09-02rtnl/do_setlink(): last arg is now a set of flagsNicolas Dichtel-21/+22
2014-09-02rtnl/do_setlink(): set modified when IFLA_LINKMODE is updatedNicolas Dichtel-1/+5
2014-09-02rtnl/do_setlink(): set modified when IFLA_TXQLEN is updatedNicolas Dichtel-2/+8
2014-08-08rtnetlink: fix VF info sizeJiri Benc-1/+2
2014-07-16rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_delAlexander Duyck-4/+2
2014-07-15net: rtnetlink - make create_link take name_assign_typeTom Gundersen-4/+8
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen-2/+2
2014-07-10bridge: netlink dump interface at par with brctlJamal Hadi Salim-16/+58
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim-3/+6
2014-07-01rtnetlink: allow to register ops without ops->setup setJiri Pirko-2/+10
2014-06-12rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt-4/+18
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2014-06-11net/core: Add VF link state control policyDoug Ledford-0/+2