summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+6
2015-02-08rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann1-12/+6
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2015-02-05net/core: Add event for a change in slave stateMoni Shoua1-0/+1
2015-02-02bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu1-4/+6
2015-01-30rtnetlink: pass link_net to the newlink handlerNicolas Dichtel1-1/+1
2015-01-29bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu1-1/+5
2015-01-24rtnl: fix error path when adding an iface with a link netNicolas Dichtel1-1/+4
2015-01-19rtnl: allow to create device with IFLA_LINK_NETNSID setNicolas Dichtel1-3/+22
2015-01-19rtnl: add link netns id to interface messagesNicolas Dichtel1-0/+13
2015-01-19bridge: remove oflags from setlink/dellink.Rosen, Rami1-6/+2
2015-01-19netlink: Fix bugs in nlmsg_end() conversions.David S. Miller1-1/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-3/+6
2015-01-18bridge: fix setlink/dellink notificationsRoopa Prabhu1-24/+21
2015-01-06net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann1-2/+13
2015-01-06net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is definedHubert Sokolowski1-2/+3
2014-12-16net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz1-0/+5
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-17/+137
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-12-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+5
2014-12-10rocker: remove swdev modeRoopa Prabhu1-2/+8
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar1-4/+21
2014-12-03bridge: add brport flags to dflt bridge_getlinkScott Feldman1-1/+38
2014-12-03rtnl: expose physical switch id for particular deviceJiri Pirko1-1/+25
2014-12-03net: rename netdev_phys_port_id to more generic nameJiri Pirko1-3/+3
2014-12-03net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-7/+43
2014-11-30rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel1-0/+1
2014-11-26bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf1-5/+12
2014-11-26bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf1-0/+6
2014-11-04netdev, sched/wait: Fix sleeping inside wait eventPeter Zijlstra1-5/+5
2014-09-02rtnl/do_setlink(): notify when a netdev is modifiedNicolas Dichtel1-14/+21
2014-09-02rtnl/do_setlink(): last arg is now a set of flagsNicolas Dichtel1-21/+22
2014-09-02rtnl/do_setlink(): set modified when IFLA_LINKMODE is updatedNicolas Dichtel1-1/+5
2014-09-02rtnl/do_setlink(): set modified when IFLA_TXQLEN is updatedNicolas Dichtel1-2/+8
2014-08-08rtnetlink: fix VF info sizeJiri Benc1-1/+2
2014-07-17rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_delAlexander Duyck1-4/+2
2014-07-16net: rtnetlink - make create_link take name_assign_typeTom Gundersen1-4/+8
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+2
2014-07-10bridge: netlink dump interface at par with brctlJamal Hadi Salim1-16/+58
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim1-3/+6
2014-07-02rtnetlink: allow to register ops without ops->setup setJiri Pirko1-2/+10
2014-06-12rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt1-4/+18
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-06-12net/core: Add VF link state control policyDoug Ledford1-0/+2
2014-06-09net: force a list_del() in unregister_netdevice_many()Eric Dumazet1-1/+0
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2014-06-04rtnetlink: fix a memory leak when ->newlink failsCong Wang1-3/+7
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+32
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty1-6/+32
2014-05-15rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang1-1/+32